IDE - Toggle comments

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

Re: IDE - Toggle comments

Post by Josh »

SeregaZ wrote:when you have a very big list for procedures it is a little dificult find in the list wich one you need. too many text. but if it will be marked by bold font - find will be more easy by eyes.
Fine, you can find it faster in the list of procedures. But what do you get out of it when you find it?

If you want to jump to the procedure, just use Ctrl/Doubleclick. Is described in the help.
sorry for my bad english
SeregaZ
Enthusiast
Enthusiast
Posts: 628
Joined: Fri Feb 20, 2009 9:24 am
Location: Almaty (Kazakhstan. not Borat, but Triple G)
Contact:

Re: IDE - Toggle comments

Post by SeregaZ »

nice. will know. but anyway new special this procedure window will be better :) you didnt lost focus from string, where you call that procedure. now, as you say, after editing that procedure - you cant return back. it will need manualy scroll. but if it will be secondary always on top window, where only that code of procedure will show - focus on main window didnt change and coursour still lay on same place. so you change some code in procedure, and you already at same place and you can continue work without this scroll down.
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: IDE - Toggle comments

Post by Dude »

SeregaZ wrote:you cant return back
Yes you can: menu option -> "Goto recent line". Set a hotkey for it. Mine is F9 (rhymes with "line"). ;)
SeregaZ
Enthusiast
Enthusiast
Posts: 628
Joined: Fri Feb 20, 2009 9:24 am
Location: Almaty (Kazakhstan. not Borat, but Triple G)
Contact:

Re: IDE - Toggle comments

Post by SeregaZ »

ok ok... you make me convinced :)
SeregaZ
Enthusiast
Enthusiast
Posts: 628
Joined: Fri Feb 20, 2009 9:24 am
Location: Almaty (Kazakhstan. not Borat, but Triple G)
Contact:

Re: IDE - Toggle comments

Post by SeregaZ »

can search window some special check box, where i can set find at all files of current project? i have a lot variables, wich one i cant find in my mess :) i have a lot files in project. window search is not very well, becouse in that folder, where lays my project files - lays a tonns of older version and other PB files. so it need to search only in project files. and open, if that file is not opened.

Image
User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

Re: IDE - Toggle comments

Post by Josh »

SeregaZ wrote:can search window some special check box, where i can set find at all files of current project? i have a lot variables, wich one i cant find in my mess :) i have a lot files in project. window search is not very well, becouse in that folder, where lays my project files - lays a tonns of older version and other PB files. so it need to search only in project files. and open, if that file is not opened.
I would move the older versions to a subfolder and use the Pb function 'Edit > Find in Files ...'
sorry for my bad english
Post Reply