News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Is anything similar to Bugzilla?

Started by Borneq, January 25, 2017, 08:21:51 AM

Previous topic - Next topic

Borneq

I have some suggestions:
Plugin "Keyboard shortcuts" should enable save shortcuts to file and restore from file and have predefined sets
If I press Control+Tab it appear popup window - it is plugin or main doing? Version 16.01 on Windows has it but version 16.01 on Linux  - not. My enhancement suggestion: last opened window should goto first position of this list, initial position after first Control+Tab should be second, now single Control+Tab do nothing, should swap between current and last window.
Next suggestion: debug: fast view of variables and expressions without add variable to watch list.

BlueHazzard

For bug tracking and feature requests please use the SourceForge page
Quote
Plugin "Keyboard shortcuts" should enable save shortcuts to file and restore from file
This is the case!? How do you think it stores the short cuts? In RAM?

QuoteIf I press Control+Tab it appear popup window - it is plugin or main doing? Version 16.01 on Windows has it but version 16.01 on Linux  - not. My enhancement suggestion: last opened window should goto first position of this list, initial position after first Control+Tab should be second, now single Control+Tab do nothing, should swap between current and last window.
Some one else mentioned it, i don't remember if it is fixed yet... You can search on the SF site in the bug reports... Anyway patches are always happily received;)

Quotefast view of variables and expressions without add variable to watch list.
Settings->Debugger -> GDB -> Default -> "Watch function arguments" and "Watch local variables"
But note: this will slow down the debugging process...

hope i could help
greetings

Borneq

Quote from: BlueHazzard on January 25, 2017, 12:00:00 PM
Quotefast view of variables and expressions without add variable to watch list.
Settings->Debugger -> GDB -> Default -> "Watch function arguments" and "Watch local variables"
But note: this will slow down the debugging process...
Thanks,
I mean not add variable to watch but once inspect it in window.

BlueHazzard

QuoteThanks,
I mean not add variable to watch but once inspect it in window.
i don't know what you mean? Can you show a screenshot?
Do you mean this:
Settings->Debugger->GDB->Default->Evaluate expression under cursor?
Now you can hover over a variable with the mouse and codeblocks will try to show you a small window.

For better usability you can activate
Settings->Debugger->Common->Require control key to show the 'Evaluate expression' tooltips
So you hover over a variable and press the ctrl key codeblocks will evaluate the variable