mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-31 07:12:39 -06:00
ide: Assist/Annotations now updated when writing the code
git-svn-id: svn://ultimatepp.org/upp/trunk@7690 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1e89c9f533
commit
4c216ffdf5
9 changed files with 39 additions and 1 deletions
|
|
@ -91,6 +91,7 @@ void CodeEditor::PostInsert(int pos, const WString& text) {
|
|||
Refresh();
|
||||
else
|
||||
CheckSyntaxRefresh(pos, text);
|
||||
WhenUpdate();
|
||||
}
|
||||
|
||||
void CodeEditor::PreRemove(int pos, int size) {
|
||||
|
|
@ -109,6 +110,7 @@ void CodeEditor::PreRemove(int pos, int size) {
|
|||
void CodeEditor::PostRemove(int pos, int size) {
|
||||
if(check_edited)
|
||||
bar.SetEdited(GetLine(pos));
|
||||
WhenUpdate();
|
||||
}
|
||||
|
||||
void CodeEditor::ClearLines() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue