Page 1 of 1
[Solved]two quick question
Posted: Sat Sep 14, 2013 4:09 am
by yjs14
http://akelpad.sourceforge.net/files/screen_plugins.png
1 how to show that newline character(rn)?
2 how to split window in one tab?
Thank you.
Posted: Sat Sep 14, 2013 11:53 am
by KDJ
yjs14
#1
SpecialChar plugin, functions:
SpecialChar::Main - turn on/off display special characters,
SpecialChar::Settings - for settings dialog.
You can use ContextMenu plugin (ContextMenu::Main, Main menu->Enable) and Main menu->Plugins->Special characters.
Also can use ToolBar plugin (ToolBar::Main) for display tool bar with the appropriate icon.
#2
Turn on ToolBar plugin (ToolBar::Main). There you have three icons:
- "Split into four panes",
- "Split vertically",
- "Split horizontally".
Using ContextMenu plugin, you can add these commands to the main menu.
Hotkeys plugin (Hotkeys::Main) allows you to add the shortcut keys.
Posted: Sat Sep 14, 2013 2:44 pm
by yjs14
KDJ, You're Great!
Thank you so much.