Feature #578
IDE tool bar should contain shortcuts for following operations: "Execute" and "Debug".
Status: | Approved | Start date: | 11/18/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 100% | |
Category: | IDE | Spent time: | - | |
Target version: | - |
Description
Personally, I think each app should be extremely friendly for new users. So, I decided to create two icons for one of the most usfull ide commands ("Execute" & "Debug") and add them to toolbar .
P.S.- This change is deffinitly not for power upp users (In my opinion, they will still prefer "F5" shortcut).
- This change is friendly for new upp users (noouppers ;)).
- In some cases it is aslow usfull for power user for instance: clicking on "Execute" icon can be faster than pressing SHIFT+F5 shortcut.
- In the near future I will publish simillar update for debuggers (Stop debugging icon equivalent - "SHIFT+F5"). Moreover debugger toolbar needs additional fixes on POSIX.
- I tried to design icons that will fit to upp global style. Of course, current design is only proposition, but I spend a lot of time to create them in its present form.
Related issues
History
#1 Updated by Zbigniew Rebacz over 11 years ago
- File ide.key added
In my opinion, we need also to change two following commands names (ide.key):
KEY(DEBUGTO, "Run (in debugger)", K_CTRL_F10) KEY(DEBUGEXT, "Run to cursor (in debugger)", K_ALT_F5)
to
KEY(DEBUG, "Debug", K_F5) KEY(DEBUGTO, "Debug to cursors", K_CTRL_F10)
This is dictated by the fact that the brackets don't look nice in command name.
#2 Updated by Zbigniew Rebacz over 11 years ago
- File deleted (
idebar.cpp)
#3 Updated by Zbigniew Rebacz over 11 years ago
- File idebar.cpp added
#4 Updated by Zbigniew Rebacz over 11 years ago
- File deleted (
idebar.cpp)
#5 Updated by Zbigniew Rebacz over 11 years ago
- File idebar.cpp added
#6 Updated by Zbigniew Rebacz over 11 years ago
- Status changed from Patch ready to In Progress
- Assignee changed from Miroslav Fidler to Zbigniew Rebacz
- % Done changed from 100 to 70
I have new idea for this feature...
#7 Updated by Zbigniew Rebacz over 11 years ago
- File deleted (
idebar.cpp)
#8 Updated by Zbigniew Rebacz over 11 years ago
- File deleted (
ide.iml)
#9 Updated by Zbigniew Rebacz over 11 years ago
- File ide.iml added
- File idebar.cpp
added
- Assignee changed from Zbigniew Rebacz to Miroslav Fidler
- % Done changed from 70 to 100
I think this patch is finished...
#10 Updated by Zbigniew Rebacz over 11 years ago
BTW, Icons are smooth now.
#11 Updated by Zbigniew Rebacz over 11 years ago
- Status changed from In Progress to Ready for QA
#12 Updated by Miroslav Fidler over 11 years ago
- Status changed from Ready for QA to Patch ready
#13 Updated by Miroslav Fidler over 11 years ago
- Status changed from Patch ready to Approved