Author Topic: Source insight features in slickedit  (Read 8029 times)

kutay

  • Community Member
  • Posts: 10
  • Hero Points: 0
Source insight features in slickedit
« on: November 22, 2011, 03:01:15 PM »
Hi, everyone
I'm new user for slickedit. I have used source insight before slickedit. Slickedit is best editor but I don't find some source insight features in slickedit. For example,
I define variables, constant etc. and I want to know where that variable writing  in my C file. I use preview tool but it shows just one or no one.(it is defining line of variable).
How can I see all of them?

Sorry for my english. 

LBCEi

  • Senior Community Member
  • Posts: 261
  • Hero Points: 21
Re: Source insight features in slickedit
« Reply #1 on: November 23, 2011, 01:21:23 AM »
You can find all references using (in most keyboard emulations) Ctrl-/ which invokes the push-ref command.  This won't show only 'variable writing' or assignment if that is what you are looking for, but I think it will help.

kutay

  • Community Member
  • Posts: 10
  • Hero Points: 0
Re: Source insight features in slickedit
« Reply #2 on: November 23, 2011, 10:38:59 AM »
it works, Thx a lot,

kutay

  • Community Member
  • Posts: 10
  • Hero Points: 0
Re: Source insight features in slickedit
« Reply #3 on: November 23, 2011, 12:33:55 PM »
well, Also can I activate with click of mouse? In another word, When I click variable(or other keywords) with mouse, can I find all references again?
« Last Edit: November 23, 2011, 12:38:12 PM by kutay »

hs2

  • Senior Community Member
  • Posts: 2761
  • Hero Points: 292
Re: Source insight features in slickedit
« Reply #4 on: November 23, 2011, 01:21:08 PM »
r-click on a symbol provides a context menu incl. Find References, Goto Definition etc. - HS2

kutay

  • Community Member
  • Posts: 10
  • Hero Points: 0
Re: Source insight features in slickedit
« Reply #5 on: November 23, 2011, 02:40:06 PM »
thx for everything