User forums > Nightly builds
The 16 January 2010 build (6088) is out.
critic:
--- Quote ---
--- Quote ---I compare 8.02 and current nightly build.
--- End quote ---
This is a completely different base. we have switched from wxFlatNotebook to wxAuiNotebook and there is no way back. The behaviour concerning ordering is already considered and a patch is being tested. The colouring depends on your system fonts - mine just looks fine.
--- End quote ---
Anyway, sometimes (not always) Ctrl+Tab doesn't work correctly - required file in the popup list is selected, but when I release buttons it opens another tab.
It is not systematic bug, but it exists.
And else, it was very useful to switch between 2 last tabs by Ctrl+Tab. Now it is not possible. :cry:
Jenna:
--- Quote from: critic on February 05, 2010, 10:16:52 am ---And else, it was very useful to switch between 2 last tabs by Ctrl+Tab. Now it is not possible. :cry:
--- End quote ---
Do you mean jumping from the first tab to the last or vice-versa (wrapping) ?
If yes this should work in the next nightly, see this thread for details: http://forums.codeblocks.org/index.php/topic,11519.msg78453.html#msg78453 .
critic:
--- Quote from: jens on February 05, 2010, 11:21:28 am ---
--- Quote from: critic on February 05, 2010, 10:16:52 am ---And else, it was very useful to switch between 2 last tabs by Ctrl+Tab. Now it is not possible. :cry:
--- End quote ---
Do you mean jumping from the first tab to the last or vice-versa (wrapping) ?
If yes this should work in the next nightly, see this thread for details: http://forums.codeblocks.org/index.php/topic,11519.msg78453.html#msg78453 .
--- End quote ---
No. Tabs order does not matter. But when I work with only 2 tabs (though I have more tabs opened at this moment) for some time I need to switch between them very quickly.
Let's make condition:
* first of these 2 tabs is A
* second is B
* current active tab is A
* previous active tab is B
In older versions of C::B first keypress of Ctrl+Tab switches to the previous active tab, i.e. to B. The next keypress of Ctrl+Tab switches to A. And so on. If I press Tab more then 1 time without releasing Ctrl I can activate other tabs.
My English is not good. That's why explanation is so long. Sorry. :oops:
critic:
If my explanation is not clear enough here some additional information: popup list of tabs contains items ordered by last time of their's active state (current active tab is on the top of this list).
Ctrl+Tab popups this list and selects the second item if it exists. So, the first and the second items trade places.
Can you make the same behaviour in new component `wxAuiNotebook` or make this variant as option of behaviour?
jp971:
--- Quote from: killerbot on January 17, 2010, 09:18:01 am ---Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
Before you use a nightly make sure you understand how it works.
A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2810.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc421.7z
The 16 January 2010 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20100116_rev6088_win32.7z
- Linux :
none
Resolved Fixed:
* CC: added missing replace to initialisation
* CC: allow using a non-alphanumeric replace token
* CC applying patch by OllyDbg to handle template arguments better
* CC: made parsing while typing ("real time parse") an option as it slows down the IDE massively for large projects
* CC: remove some crash candidates
* wx-2.9 migration: Build fixes for HexEditor.cpp
* compiler: applied patch #2897: PrependDir() can be used for single directory only
* compiler: applied patch #2877: CompilerOptionsDlg acesses tabs that don't exist
* compiler: LCC compiler supports new registry key for auto-detection
* applied (modified) patch #2861: New sharedlib project - choose between c and c++
* fixed a bug with accelerator being used twice (thanks daniloz)
* CC: fixed bug with skipping to wrong character (thanks OllyDbg)
* CC: fixed bug with enabling parse while typing (thanks blueshake)
* allow macros in default code
Regressions/Confirmed/Annoying/Common bugs:
--- End quote ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version