codelite_vim
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
################################################################### # IDEE FOR VIM-BINDINGS # ################################################################### ~~~~~~~~~~~~~ | INS-MODE | ~~~~~~~~~~~~~ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + |--> [nrepeat]+[modifier cmd] ---| + + |---------------> --| | + + [nrepeat]+[cmd base]-->| |--> [mod cmd]-| | + + | | | + + | | | + + | | | + + |--> issue cmd <--------------<---/---------<------/ + + + +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [start command] ................. bool inserting_num_repeat | | ---------- <-[Y] | number |----- | ---------- | bool issue_cmd | | / --------------> ['char' ] ........... bool inserting_cmd_base /__ bool mod_num_cmd | \ | \ bool mod_cmd -------------\ | | | | | --------| | / | | | ----- | | | num |---| | ['char'] <-----------| | / | / [ issue_cmd ] ............................... bool issue_command bool save_buf ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NOTE 01: where to look to modify the editor: - class clMainFrame - class Main::Book - class NavBar - class EditorFrame ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ good breakpoints: (gdb) p LEditor::LEditor(wxWindow*) (gdb) p NavBar::NavBar(wxWindow* parent)