Author Topic: The 02 April 2011 build (7075) is out.  (Read 58948 times)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 02 April 2011 build (7075) is out.
« Reply #15 on: April 26, 2011, 11:57:13 pm »
my wishlist:

1. project tree: multiselection of files for adding, deleting. also more advanced renaming possibilities pls.
2. the logwindow/auitabs/projecttree should be autohiding for more overview, and reappear by compiling or mousing to bottomline of editorwindow
1. there is a way to add multiple files at ones (right click -> add recursively)
2. this is supported, but annoying feature (settings -> environment -> view -> auto hide)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 02 April 2011 build (7075) is out.
« Reply #16 on: April 27, 2011, 03:09:16 am »
my wishlist:
- the "outgreying" of deactivated preprocessor statements should be enhanced (maybe a setable color in editorsyntaxmenu).
CC's parser has no way to get all the macro definition, as the macro definition goes different from translation unit to translation unit. So, a full preprocessor is needed.

Quote
+ CC proposals seem to work now, some minor problems with symbols from used namespaces
- CC no automatic proposals when inside () in a function, only when typing (
CC proposals? what does it means? Did you mean CallTip??

Quote
- CC Autocompletion help window for parameters often disappear too fast und reappears only by typing '()' 2 or 3 times,
Can you give a minimal sample test code? thanks.

Quote
- CC Autocompletion help window is formatted very poorly:
    - just one color,
    - long parameterlists go out of visibility, because of too long lines. pls use more height space
My personal point is: large autocomplietion list window will be annoying. :D

Quote
- the symbolbrowser is lame, should be divided in 2 tabs or independent widgets, also much more filter options!
    - should be more like eclipse or vc++6.0
Ok, what's the detailed info/plan, I have used VC++6.0 for a long time, I don't think VC++6's symbolbrowser is better.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline Krisando

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: The 02 April 2011 build (7075) is out.
« Reply #17 on: April 27, 2011, 06:39:43 am »
I've come across 3 strange bugs, 2 of which are frequent in Linux and 1 in Windows/Linux.

Strange freezing of Codeblocks when opening some files (does for a few minutes every time), /usr/include/stdio.h in Linux for instance.

Reverting back to 4 tab spaces all the time, requires Settings/Editor to be used every time. Not sure how to make it happen, but it has happened over 5 times in the past hour. Tried changing all this smart tab stuff, seems to have no effect on this problem.

Not sure if this is the new version of wxWidgets fault but in Linux it is common for any dialogue box to stop taking mouse inputs, the only way to close or input a value when it's in this weird state is entering twice or killing the parent window. Quite annoying, but it's extremely frequent for any dialogue box CB opens.

[Edit]
Came across another issue, the IDE sometimes crashes when you explicitly click "Save Project".
« Last Edit: April 28, 2011, 09:21:51 am by Krisando »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 02 April 2011 build (7075) is out.
« Reply #18 on: May 06, 2011, 05:52:54 pm »
What is the linux distro? What wxGTK version?
Your system/install of C::B looks very broken.
I've no such problems on gentoo linux 64bit...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Kehom

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 02 April 2011 build (7075) is out.
« Reply #19 on: May 12, 2011, 03:29:27 pm »
Hello,
I have been using Code::Block for some time and I really got used to it.
I'm here to say that I'm having problems with the TodoList Plugin. It's simply empty, no mater what I do.
It has been in this way for... I don't remember which nightly was the last one that worked for me.
Currently I'm using a portable instalation. I did try a non portable just to test and no difference in there.
This all under Win7 64bit.
I can't test this, at this moment, under Linux.

Am I the only one with this problem?

By the way, many thanks for the incredible work with Code::Blocks!  :D

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 02 April 2011 build (7075) is out.
« Reply #20 on: May 12, 2011, 04:41:08 pm »
I'm here to say that I'm having problems with the TodoList Plugin. It's simply empty, no mater what I do.
...
This all under Win7 64bit.
I can't test this, at this moment, under Linux.

Confirmed that TODO Plugin
worked on SVN 6454
Failed to work on 6846
Plan to test 6503,6504,6732,6733

Self-Built CB svn 6495 Worked
Self-Built CB svn 6500 Failed using wxWidgets 2.8.12

Testing on Windows 7 32 Bit

Tim S.
« Last Edit: May 12, 2011, 06:13:41 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 02 April 2011 build (7075) is out.
« Reply #21 on: May 12, 2011, 05:02:54 pm »
Confirmed that TODO Plugin
[...]
Failed to work on 6846
[...]
Works fine here... (latest SVN)?!

What happens if you manually refresh the view?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Kehom

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 02 April 2011 build (7075) is out.
« Reply #22 on: May 12, 2011, 05:30:37 pm »
Currently using 7075. But many previous versions behaved in the same way.
I tried, first, in the way I always did: just placed a comment like this:
Code
//TODO: todo thing
or
Code
///TODO: todo thing
.

Then I tried the "right click -> Add todo item..." thing.
Tried clicking refresh under the todo window.
Tried changing scope... nothing changes the window. It's simply empty.

One thing I noticed however is that before the last two builds, whenever I opened a project I had a very fast window appear and disappear. I suspect it was something related to the refreshing of the todo list. Not sure.
It is not happening with current build and it didn't happen with previous build (7040).

I searched everywhere to see if there was any setting related to this plugin. I found nothing but "enable/disable - install/uninstall" at the plugins manager.

Unfortunately I didn't take note of when this plugin failed here. However, for now I'm just "Ctrl-F" and manually locate the TODOs in my code.

Thanks for your attention! :)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 02 April 2011 build (7075) is out.
« Reply #23 on: May 12, 2011, 05:32:01 pm »
Confirmed that TODO Plugin
[...]
Failed to work on 6846
[...]
Works fine here... (latest SVN)?!

What happens if you manually refresh the view?

I get no results using current Nightly for a file that I just added a TODO: into. And, I get no results for the project.

I did hit the refresh button still no results.
What OS and what wxWidgets are you using that it works.
(I am currently building CB from source using wx 2.8.12 and MinGW GCC version 4.5.2 (tdm-1))

I am thinking that SVN 6496 broken the ToDo Plugin; but I am not sure why it works for MortenMacFly
Jens said why it stopped UI design change requires another step by user after SVN 6496.

Tim S.
« Last Edit: May 12, 2011, 07:19:47 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 02 April 2011 build (7075) is out.
« Reply #24 on: May 12, 2011, 06:49:56 pm »
I just tested it, and it does not work out of the box.
But after hitting the Types-button I saw that all types are unchecked.
Checking the appropriate type and doing a refresh makes the todo-items appear.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: The 02 April 2011 build (7075) is out.
« Reply #25 on: May 12, 2011, 07:23:34 pm »
I just tested it, and it does not work out of the box.
But after hitting the Types-button I saw that all types are unchecked.
Checking the appropriate type and doing a refresh makes the todo-items appear.

Where is the Types-button located?

Found it.
You must enable ToDo list to appear in message pane to see the Types-button.
Under "settings" -> "environment"


Tim S.
« Last Edit: May 12, 2011, 07:30:55 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Kehom

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 02 April 2011 build (7075) is out.
« Reply #26 on: May 12, 2011, 07:32:05 pm »
I just tested it, and it does not work out of the box.
But after hitting the Types-button I saw that all types are unchecked.
Checking the appropriate type and doing a refresh makes the todo-items appear.

Ahh.. That did it!
This button is not that easy to find.
For anyone (if there is anyone) trying to solve that, just expand the Todo list window.
Before this I didn't even know there was such button!

Thanks for that!  :lol:

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 02 April 2011 build (7075) is out.
« Reply #27 on: May 12, 2011, 07:46:09 pm »
Checking the appropriate type and doing a refresh makes the todo-items appear.
OK - all of the items were selected in my case, that's why it worked. :shock: Now I wonder why that is. What made the items unselected for you???
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Kehom

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 02 April 2011 build (7075) is out.
« Reply #28 on: May 12, 2011, 09:48:03 pm »
OK - all of the items were selected in my case, that's why it worked. :shock: Now I wonder why that is. What made the items unselected for you???

Well, as Jens stated, it does not work out of the box. That is, every item is unchecked.
It's possible that happened when I had a fresh install of everything.

Anyway, I guess the default should be to turn on at least the "todo" ones.
Another thing that I think would be a good idea is to set the minimum width of the todolist (when it's floating) to be one that displays the "types" button.
Or, I don't know, something to give a hint that there is a hidden button in there!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 02 April 2011 build (7075) is out.
« Reply #29 on: May 13, 2011, 08:02:47 am »
Anyway, I guess the default should be to turn on at least the "todo" ones.
Definitely. In fact, *all* items should be selected by default.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ