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: Other Features Wishlist and/or Bugs » more bugs
Re: more bugs [message #20371 is a reply to message #20364] Sun, 15 March 2009 15:25 Go to previous messageGo to previous message
aftershock is currently offline  aftershock
Messages: 143
Registered: May 2008
Experienced Member
Meanwhile I figured out what was wrong with assist...

In cppbase,cpplex.cpp was not right...

Basically, parser has problems with any multiline string that contains a tab. Then the multiline string is detected as faulty...

I changed line 326...

from
if((byte)*ptr < ' ' ) {

for
if((byte)*ptr < ' ' && *ptr!=9 ) {
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: goto symbol bug
Next Topic: bug watches are forgotten
Goto Forum:
  


Current Time: Thu Aug 07 00:42:16 CEST 2025

Total time taken to generate the page: 0.00644 seconds