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++ » CodeEditor: Highlight.cpp typo
CodeEditor: Highlight.cpp typo [message #23944] Wed, 09 December 2009 10:32
Sender Ghost is currently offline  Sender Ghost
Messages: 301
Registered: November 2008
Senior Member
Hello.

I suggest to fix some typo in the Highlight.cpp code from:
static const char *upp_macros[] = {
	"CLASSNAME", "THISBACK", "THISBACK1", "THISBACK2", "THISBACK3", "THISBACK4",
	"PTEBACK", "PTEBACK1", "PTEBACK2",  "PTEBACK3",  "PTEBACK", 
	"QUOTE", "XASSERT", "NEVER", "XNEVER", "CHECK", "XCHECK", "ASSERT",
	"NAMESPACE_UPP", "END_UPP_NAMESPACE",
	NULL
};

to:
static const char *upp_macros[] = {
	"CLASSNAME", "THISBACK", "THISBACK1", "THISBACK2", "THISBACK3", "THISBACK4",
	"PTEBACK", "PTEBACK1", "PTEBACK2",  "PTEBACK3",  "PTEBACK4", 
	"QUOTE", "XASSERT", "NEVER", "XNEVER", "CHECK", "XCHECK", "ASSERT",
	"NAMESPACE_UPP", "END_UPP_NAMESPACE",
	NULL
};

Additional PTEBACK -> PTEBACK4.

Edit:
Fixed in 2139 revision.

[Updated on: Wed, 24 February 2010 17:40]

Report message to a moderator

Previous Topic: navigator search should look into class names too
Next Topic: CodeEditor, delayed response, Windows 7
Goto Forum:
  


Current Time: Fri Apr 19 20:22:28 CEST 2024

Total time taken to generate the page: 0.02861 seconds