I'm really really sorry to be so picky, and I'm sure everyone has better things to deal with, but was just wondering if logically the icons given for Step In / Next are should actually be the other way around?
Step in shows an arrow going down (as in 'next line'), while the Next icon shows an arrow going in (as in 'go inside').
The only reason I've noticed this is as I'm trying to set logical key shortcuts for these and realised that it would be logical to have something like ctrl-down for next line and ctrl-right for step in.
Cheers!
Debug Icons - Step In / Next (should be other way around?)
-
- CodeLite Enthusiast
- Posts: 43
- Joined: Fri Aug 22, 2008 1:32 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Debug Icons - Step In / Next (should be other way around?)
if you don't like the debug icons, you can replace them with your own.
This is how:
Under the installation directory of codelite
Win:
C:\Program Files (x86)\CodeLite\
Or Linux:
/usr/share/codelite/
You will find codelite-icons.zip file.
Eran
This is how:
Under the installation directory of codelite
Win:
C:\Program Files (x86)\CodeLite\
Or Linux:
/usr/share/codelite/
You will find codelite-icons.zip file.
- Extract the .zip file
- in the extracted folder there is a file named 'manifest.ini'
- search for 'toolbars.<size>.debugger.step_in'
- switch between the value of the above directive with the one of 'toolbars.<size>.debugger.step_out'
- Zip it again and start codelite
Eran
Make sure you have read the HOW TO POST thread