User forums > Nightly builds
The 10 October 2009 build (5859) is out.
MortenMacFly:
--- Quote from: jens on November 07, 2009, 11:45:22 am ---I can make C::B crash reliably with an x-windows error (Bad alloc) if I create a new empty file and create one line from some thousand charactes length.
--- End quote ---
It's happening here, too with the scintilla test branch. It's reason goes back to Indcator.cxx, this line:
--- Code: ---int x = rc.left + 5;
--- End code ---
Which is very weired because actually this can overflow, but not crash.
However - it's a scintilla problem. So it should happen in SciTE, too. It's probably better to complain to the scintilla guys.
Bananen-Joe:
Hey guys (and girls - if there are some),
I've installed the new nightly build and discovered soon, that the key combo Ctrl + Del doesn't annoy me anymore: GREAT!
But then I expected that the F11 key (which I found great) doesn't work any more if the pendant file (source <-> header) doesn't exist.
In prior versions I've been asked if I want to create the missing file. That was cool, because it has fasten up the process of creating new modules.
Well I think this feature has been removed because anyone doesn't like this?
Could you please add an option wether the F11 key will ask on missing files or not?
This solution would make anyone happy.
Whereas we are at the point options:
Why isn't it possible to configure the shortcuts and accelerator keys?
I'd like to use the same shortcuts as in Notepad++.
Some of them are different.
Kind Regards
Bananen-Joe
MortenMacFly:
--- Quote from: Bananen-Joe on November 07, 2009, 08:47:45 pm ---Could you please add an option wether the F11 key will ask on missing files or not?
--- End quote ---
Works fine here...?!
--- Quote from: Bananen-Joe on November 07, 2009, 08:47:45 pm ---Why isn't it possible to configure the shortcuts and accelerator keys?
--- End quote ---
It's certainly possibel - please just search the forums. I've answered that question just yesterday/today. It's annoying to do it *every* day again.
Jenna:
--- Quote from: MortenMacFly on November 07, 2009, 06:19:37 pm ---
--- Quote from: jens on November 07, 2009, 11:45:22 am ---I can make C::B crash reliably with an x-windows error (Bad alloc) if I create a new empty file and create one line from some thousand charactes length.
--- End quote ---
It's happening here, too with the scintilla test branch. It's reason goes back to Indcator.cxx, this line:
--- Code: ---int x = rc.left + 5;
--- End code ---
Which is very weired because actually this can overflow, but not crash.
However - it's a scintilla problem. So it should happen in SciTE, too. It's probably better to complain to the scintilla guys.
--- End quote ---
Why do you think this is the code, that makes C::B crash ?
It should only be reached if an INDIC_TT (a line of small T shapes) is drawn, and even then it should not harm, because it's compared with rc.right before it is used to actually draw on the surface.
Bananen-Joe:
--- Quote from: MortenMacFly on November 07, 2009, 09:22:33 pm ---
--- Quote from: Bananen-Joe on November 07, 2009, 08:47:45 pm ---Could you please add an option wether the F11 key will ask on missing files or not?
--- End quote ---
Works fine here...?!
--- End quote ---
I've tested it and it doesn't work in most cases here:
- In one of my older projects (created with the previous nightly build rekease) i've been asked to create the missing code file for an header file (pressing the key in the current nightly build)
- In a new project (created with the current nightly build) i've added new blank cpp files and the F11 key doesn't work (the same for header files where the code file should be created)
Maybe the F11 key doesn't like the project files created by the 5859 build?
--- Quote from: MortenMacFly on November 07, 2009, 09:22:33 pm ---
--- Quote from: Bananen-Joe on November 07, 2009, 08:47:45 pm ---Why isn't it possible to configure the shortcuts and accelerator keys?
--- End quote ---
It's certainly possibel - please just search the forums. I've answered that question just yesterday/today. It's annoying to do it *every* day again.
--- End quote ---
I've checked the option and found it.
Well I remember this option wasn't there in the official release, or..?
Kind Regards
Bananen-Joe
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version