Debug Icons - Step In / Next (should be other way around?)

General questions regarding the usage of CodeLite
Roey
CodeLite Enthusiast
Posts: 43
Joined: Fri Aug 22, 2008 1:32 am
Contact:

Debug Icons - Step In / Next (should be other way around?)

Post by Roey »

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!
User avatar
eranif
CodeLite Plugin
Posts: 6373
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?)

Post by eranif »

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.
  • 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
In similar way, you can replace all codelite's icons and prepare a new icons-pack
Eran
Make sure you have read the HOW TO POST thread
Post Reply