User forums > General (but related to Code::Blocks)
Feedback on Code::Blocks
kidmosey:
Ceniza, it could. If you create an empty location and move it in front of your default, when you reopen (or maybe if you just save) the configuration, it will set the next entry after your default as the new default (I think).
I haven't been able to find another way to do it, yet.
EDIT:
This seems to fix it, at any rate.
--- Code: ---help_common.cpp: line 53
+ else if (m_DefaultHelpIndex >= count)
+ m_DefaultHelpIndex--;
--- End code ---
Gena01:
Thank you for fixing the help plugin to do word lookups. (haven't downloaded todays build yet, but I saw it in the changelog). Should I open Feature Requests regarding the right click menus and "Project" menu not working when there's only a blank workspace?
P.S. Is there a help file for Code::Blocks? Is one being worked on?
Gena01
Gena01:
--- Quote from: Gena01 on July 23, 2006, 03:11:54 am ---7. If I have some warnings in my code and I press Ctrl+F9 then I can see my warnings in the "Build Messages". However if I press F9 the warnings are removed and not shown at all. (and my exe file is executed)
8. I am using GNU CC compiler. And some compiler options are missing from the lists (these are the ones MingwStudio also has) :
- Enable Standard compiler warnings (-W) option is actually "Extra Warnings (-W)" in MingwStudio
- Warnings, as errors (-Werror) would be nice to see on that list too..
9. It would be nice to see a version control plugin integrated into Code::Blocks. Having SVN directly in the IDE would be awesome.
10. Would be nice to have a "Release Unicode" and "Debug Unicode" targets available when creating new GUI or DLL projects for windows, but I can clone and setup those things myself for my projects.
11. Would be nice to have an import option for MingwStudio projects for people who are using that IDE.
--- End quote ---
Also what about these items?
Thank you
Gena01
kidmosey:
--- Quote from: Gena01 on July 24, 2006, 06:19:56 pm ---7. If I have some warnings in my code and I press Ctrl+F9 then I can see my warnings in the "Build Messages". However if I press F9 the warnings are removed and not shown at all. (and my exe file is executed)
--- End quote ---
What functionality do you want here? Do you want an option to save your message buffer between builds or do you want it to not reset between build and run?
--- Quote from: Gena01 on July 24, 2006, 06:19:56 pm ---10. Would be nice to have a "Release Unicode" and "Debug Unicode" targets available when creating new GUI or DLL projects for windows, but I can clone and setup those things myself for my projects.
--- End quote ---
I was thinking about this one... You think instead of two new wizards it could be possible to just include a "Unicode" checkbox in nearly every wizard? It seems that would make for less clutter/wizards.
Gena01:
--- Quote from: kidmosey on July 24, 2006, 06:48:42 pm ---
--- Quote from: Gena01 on July 24, 2006, 06:19:56 pm ---7. If I have some warnings in my code and I press Ctrl+F9 then I can see my warnings in the "Build Messages". However if I press F9 the warnings are removed and not shown at all. (and my exe file is executed)
--- End quote ---
What functionality do you want here? Do you want an option to save your message buffer between builds or do you want it to not reset between build and run?
--- End quote ---
Well I would suggest to make things consistent. And for me that would be the same behavior when I press F9 or Ctrl+F9 in terms of warnings and messages.
Gena01
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version