This extension adds some features useful for text editor
- folding style like Notepad++
(Alt + 1 : fold first level,
Alt + 2 : second level etc.
Ctrl + Alt + n : unfold level)
- compact code folding
- comment/uncomment -
Ctrl + / (only "//")
- line duplicate -
Ctrl + D
- line select -
Ctrl + L
- hide selected lines -
Alt + G
- show all hidden lines -
Ctrl + Alt + G
- save remotely according to "upload" macros in the Project.*
Ctrl + Alt + S
- save file locally and then transmit it remotely.*
Ctrl + S
* in your Project create a macros [name "upload"]
var local_URIdir = 'file:///home/your/project/dir';
var test_FTPdir = 'ftp://Name remote accaunt/remotely/project/test_dir/'; //Ctrl+S
var main_FTPdir = 'ftp://Name remote accaunt/remotely/project/main_dir/'; //Ctrl+Alt+S
But nothing seems to happen. Does it work in Mac os x?
Try to set up hotkeys manually)
menu > Preferencs > Editor > Key Bindings -> Komoku: Remote safe
please let me know if hotkeys work or not...