User forums > Nightly builds
The 15 August 2011 build (7385) is out.
stefanos_:
--- Quote from: oBFusCATed on September 01, 2011, 04:08:54 pm ---Can you try to run C::B with the CC plugin disabled to see it the problems are still there?
--- End quote ---
I have disabled it and now crashes even more...a serious issue I would say.
Also bug ID #18319 still exists.
killerbot:
First of all : which version are you using ?
--- Quote ---3. enumeration values are not properly parsed (only accessible by calling its enumname first irr::video::ECOLOR_FORMAT::ECF_A8R8G8B8 instead of irr::video::ECF_A8R8G8B8)
--- End quote ---
Can judge since I for example always use the full path, start learning it too, I would suggest (if you are using C++), then you are already using strong enums style, which will be a major improvement in C++0x
--- Quote ---5. FEATURE REQUEST: all whitespace characters or tabs after last printable character in line should be removed automaticly
--- End quote ---
That's possible, activate its setting in the editor settings
--- Quote ---7. FEATURE REQUEST: need new feature: select any lines of code and "delete TAB character at start of lines", shortkey SHIFT+TAB
--- End quote ---
That's possible : tab indents, shift tab de-indents
Jenna:
--- Quote from: ham on September 02, 2011, 04:29:59 am ---2. FATAL BUG: if i switch from 1 monitor to 2 (or from 2 to 1) all wxWidgets dialogs are set to size 0!!!, so i have to close CB (and hope it wont crash while closing) and reopen
--- End quote ---
Confirmed on windows (XP), but it works on linux (debian 64-it, gnome-shell), so it might be a wxWidgets on windows bug. I will see, if I can look into it.
--- Quote from: ham on September 02, 2011, 04:29:59 am ---6. BUG: erasing of tabs with DELETE key does not work (erases always just one whitesspace), even if "use Tab character is marked in settings", the BACKSPACE on the other hand does work
--- End quote ---
That happens if you do not use tabs, but spaces for indendation (the default), but have "Backspace unindents" checked (also the default).
--- Quote from: ham on September 02, 2011, 04:29:59 am ---11. replace of multiple-line-arguments-expressions i.e. replace ";" with "\n{\n\t\return;\n\}\n" does not work
--- End quote ---
Works fine here, if you check "Regular expression" in the search dialog.
--- Quote from: ham on September 02, 2011, 04:29:59 am ---12. BUG: select of multiple line does not work with replace dialog ( "\n", "\t" is replaced with " " and must be corrected by hand)
--- End quote ---
Works here, if I enable "Multi line search" in searchdialog (regexes, seem not to work [correctly|at all]).
--- Quote from: ham on September 02, 2011, 04:29:59 am ---13. BUG: find dialogs dont work anyway for project or workspace files (especially the little finddlgs in toolbar "ThreadSearch", "Incremental Search")
--- End quote ---
What does this mean ?
Where threadsearch searches depends on its settings, and it works fine here (debian 64 bit and windows XP).
Incrementalsearch searches in the active editor, and it also works without any problems (I use it a lot).
--- Quote from: ham on September 02, 2011, 04:29:59 am ---15. hovering over a symbol, CC show its origin or params after a toooooooo long waittime (2-3 sek)
15.1 but leaving the hovered element, this exact info stays on top of window until 3-5sek passed, or i hover over the next element(word) for (2-3 sec),
-> the help text should be removed immedietly, when leaving the element. (thats called interactive^^)
--- End quote ---
The tooltip should be shown after 1s, but it's not configurable (at the moment).
Dwelltime is hardcoded to 1000 ms at the moment, it can be changed easily, but would lead to more config options and therefore to a more confusing settings dialog.
MortenMacFly:
--- Quote from: ham on September 02, 2011, 04:29:59 am ---9. BUG: adding ')' character deletes a existing one on that position.
--- End quote ---
Easy: Disable the brace completion option in the editor settings.
Jenna:
--- Quote from: jens on September 02, 2011, 08:52:09 am ---
--- Quote from: ham on September 02, 2011, 04:29:59 am ---2. FATAL BUG: if i switch from 1 monitor to 2 (or from 2 to 1) all wxWidgets dialogs are set to size 0!!!, so i have to close CB (and hope it wont crash while closing) and reopen
--- End quote ---
Confirmed on windows (XP), but it works on linux (debian 64-it, gnome-shell), so it might be a wxWidgets on windows bug. I will see, if I can look into it.
--- End quote ---
It's a bug in wxWidgets, because it does not recognize if a monitor is (dis)connected and therefore can not fetch the correct displaysize.
This is most likely fixed in wxWidgets (2.9.x), but not in wx2.8 (see http://trac.wxwidgets.org/changeset/65555 ).
I will commit a workaround (hack), that always uses the first monitor, if the detection fails.
EDIT:
committed (svn r7445)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version