Bug #16145 2009-08-15 16:19

bananen-joe

Strings are invisible if they are > 5000 chars

This error occurs on 8.02 as on the nightly build 5716.

or a test in a source code I copied a string multiple times.

As the string had a length > 5000 bytes in a single line Code::Blocks stopped to display the string?

But the constant definition was still visible.

The line looks like this:

Code:

const char szText[] =

Funny is: if you select some chars of the string then it will be visible inside of the selection.

Category
Application::Editor
Group
 
Status
Open
Close date
 
Assigned to
 
ID_54638 2010-01-06 19:16

I believe that this is a bug in Scintilla (the editing component of Code::Blocks). Notepad++ (which also uses Scintilla) has this exact same issue, where a word disappears after becoming a certain length.