summaryrefslogtreecommitdiff
path: root/Software/ooo-build
diff options
context:
space:
mode:
author188.228.21.24 <188.228.21.24.dynamic.altibox.net>2010-08-06 23:05:39 +0000
committer188.228.21.24 <188.228.21.24.dynamic.altibox.net>2010-08-06 23:05:39 +0000
commitcf3d23c87e93addabdff1b6a0b160e9ac72f2f5f (patch)
treeeb7118bf9d65392ec001b88644e65a40c894e1c1 /Software/ooo-build
parentfb89dbd014e9fa51a6dcf18e4d2df1811e3da108 (diff)
Small log update...
Diffstat (limited to 'Software/ooo-build')
-rw-r--r--Software/ooo-build/SummerOfCode/2010/Jonas.moin7
1 files changed, 7 insertions, 0 deletions
diff --git a/Software/ooo-build/SummerOfCode/2010/Jonas.moin b/Software/ooo-build/SummerOfCode/2010/Jonas.moin
index 9d938edb..26427966 100644
--- a/Software/ooo-build/SummerOfCode/2010/Jonas.moin
+++ b/Software/ooo-build/SummerOfCode/2010/Jonas.moin
@@ -308,6 +308,13 @@ Also coding conventions are not followed strictly in these hacks nor is it docum
= Log/progress report =
''On request of my mentor, I'll be posting progress reports here as often as possible.''
+== Friday the 6th of August ==
+Yesterday I refactored a little more, mainly moving generic code into auxiliary methods. Today I finished my work on a shortcut for sub-/superscription in the visual editor. I still need to give it a little love, so that it'll work with SUM and INT commands, but for now it creates normals sub- and superscriptions nicely.
+
+With this shortcut, typing "A", "_" and "b", in the visual editor, will give you the formula "A rsub b". This is really nice, compared to using the "formula elements" dialog, but these kinds of shortcuts are rather complicated to make, because they are context dependent, and all sorts of weird corner cases quickly emerge. For instance having a selection while typing "_" will bring the selection down into the subscript of the node infront of the selection. Also if there's no node to give the subscription a new place node will be created as body.
+
+Anyway, I'm planing to work a bit more of refining this shortcut, and then start implementing support for "newline" commands using the enter-key. Also a very nice, but context dependent shortcut.
+
== Wednesday the 4th of August ==
Today I started fixing corner cases... That is small annoying issues and inconsistencies. For instance it is no longer possible to delete the zigma sumbol of the sum command. I also took some time to refactor some of the code in {{{SmCursor}}} mainly to avoid code duplication and make it easier to implement neat shortcuts such as superscription when you type ^. This is one of the small neat, but somehow very complicated, features I'll be working on tomorrow.