mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-22 22:04:00 -06:00
git-svn-id: svn://ultimatepp.org/upp/trunk@423 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
49d21c06f2
commit
feadbd5bab
2 changed files with 2 additions and 1 deletions
|
|
@ -1034,3 +1034,4 @@ CodeEditor::CodeEditor() {
|
|||
CodeEditor::~CodeEditor() {}
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ void TopicEditor::MainTool(Bar& bar)
|
|||
bar.Gap();
|
||||
editor.IndexEntryTool(bar);
|
||||
bar.Break();
|
||||
editor.HyperlinkTool(bar, 300, K_CTRL_M);
|
||||
editor.HyperlinkTool(bar, 300, K_CTRL_H);
|
||||
bar.Gap();
|
||||
editor.ParaTools(bar);
|
||||
bar.Gap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue