Stumbled with uncommon and uncomfortable editor behavior I decided to 
improve it a little.
I'd like to implement the following functions:

- highlight word under cursor in the current edit
- fast find word under cursor (similar to C-S-f but w/o but for the current 
edit only and w/o need the word to be selected, like */# in vim)
- jump to empty line above/below the current cursor position ({/} in vim)
- highlight open/closing bracket (and jump to it as % does in vim)
- delete line from here up to the begin/end (D in vim)
- join lines (J in vim)

This is the absolute minimum the editor must provide to make me like it :-)

Can somebody please tell me 

- which branch to take as a basis
- what part of code to investigate (I tried to find something relevant and 
failed, still dont understand where all this editor commands reside)

Not sure that my attempt succeed but cannot suffer from this missing 
features anymore :-)

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/d9ab5397-0056-45de-b285-113da3742b62%40googlegroups.com.

Reply via email to