User forums > Nightly builds
The 16 January 2010 build (6088) is out.
oBFusCATed:
--- Quote from: critic on February 10, 2010, 12:46:09 pm ---And shortcuts each user can configure himself.
--- End quote ---
Keybinder plugin should do that job?
critic:
@oBFusCATed
About that I just told. Required only additional feature which was earlier in C::B (popup list of tabs with sorting by time of last activity).
@ollydbg
Thanks. It's very useful.
loopcoder:
Hi everyone,
I'm using C::B on an old Windows2000 box (yes, something like that still exists....) and I really love to work with it - it's so slim and fast. A big THANK YOU SO MUCH to all contributers! :D
Lately I'm switched from the 8.02 stable version to the the latest build [6088], which is even a way better (and surely prettier) then the stable version.
But one small bug annoys me in the editor: After deleting whole lines (Ctrl-L) the caret (that blinking cursor mark) disappears. It's shown again when you move the cursor or do some typing. It's only from time to time, mostly in more "complicated" syntax structures, and I didn't managed to reproduce it.
Hmm. Does anybody else had seen similar behaviour? Maybe a scintilla bug?
loopcoder:
--- Quote from: loopcoder on February 11, 2010, 11:01:20 pm ---After deleting whole lines (Ctrl-L) the caret (that blinking cursor mark) disappears. It's shown again when you move the cursor or do some typing. It's only from time to time, mostly in more "complicated" syntax structures, and I didn't managed to reproduce it.
--- End quote ---
I found a way to reproduce a related error (not the same situation, but same behavior):
- open a C++ source file
- type something which is enclosed in curly brackets, like:
{
foobar;
}
bug1: sometimes the folding line (left margin) is not shown
- place the caret inside the brackets (on the "foobar" line) and close the {}-fold
bug2: caret disappears
- use the cursor keys, so that the caret will be shown again
- now delete the line with the fold (ctrl-L)
bug3: caret disappears again, nor any text which is typed now will be shown. Characters are written to the text buffer though. When moving the cursor around, the caret and the "hidden" text appears.
bug4:
When you do the whole thing in a new source file and place the fold on the very first line, C::B will crash when deleting that closed fold!
greetings...
loopcoder:
--- Quote from: loopcoder on February 11, 2010, 11:44:56 pm ---
- place the caret inside the brackets (on the "foobar" line) and close the {}-fold
bug2: caret disappears
- use the cursor keys, so that the caret will be shown again
- now delete the line with the fold (ctrl-L)
bug3: caret disappears again, nor any text which is typed now will be shown. Characters are written to the text buffer though. When moving the cursor around, the caret and the "hidden" text appears.
--- End quote ---
...probably a Scintilla bug. Bug1 and bug2 can also be found in SciTE 2.02 for example.
Bug3 is a bit different here: If you delete a fold, only the opening bracket is deleted, and the fold is opened again. And SciTE does not crash, if the deleted fold is in the first line (bug4) .
But there are other strange things in SciTE: moving the cursor outside a closed fold sometimes had the effects described above (no caret, no text shown) as well.
So I guess, the folding feature in Scintilla is still/again a bit buggy. Or is it just my system configuration?
geetings
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version