Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: CodeEditor, Assist++, Topic++ » [FIXED] CodeEditor does not refresh when the client code does not call to Highlight()
[FIXED] CodeEditor does not refresh when the client code does not call to Highlight() [message #43850] Wed, 05 November 2014 14:33 Go to previous message
omari is currently offline  omari
Messages: 265
Registered: March 2010
Experienced Member
Hi,

Moving the call to Highlight(NULL); three line after, in the constructor of CodeEditor resolve this issue.

CodeEditor.cpp, line 970:

replace:
	Highlight(NULL);
	barline = true;
	sb.WithSizeGrip();
	DefaultHlStyles();



by:

	barline = true;
	sb.WithSizeGrip();
	DefaultHlStyles();
	Highlight(NULL);


Thanks.


regards
omari.

[Updated on: Fri, 17 March 2017 17:09]

Report message to a moderator

 
Read Message
Read Message
Read Message
Previous Topic: Replace in Files removes lines
Next Topic: search for " A " in "B A A B", does not find the second " A ".
Goto Forum:
  


Current Time: Sat Apr 27 07:02:21 CEST 2024

Total time taken to generate the page: 0.03153 seconds