Page 1 of 2

IDE - Toggle comments

Posted: Fri Jun 01, 2018 4:56 pm
by chi
In addition to 'Insert comments' and 'Remove comments', it would be pretty neat to also have 'Toggle comments' to quickly toggle a selection in a single step. Thank you!

Re: IDE - Toggle comments

Posted: Mon Jun 04, 2018 12:41 pm
by SeregaZ
can PB have some option for some light procedure name at right part of window? i mean when coursor lay on some procedure name - right window will scroll to that procedure and make bold font for this:

Image


and even better - when you will click shift+click for example on it - it will open additional small window, with "always on top window" flag, where will be text of that procedure.

Image

Re: IDE - Toggle comments

Posted: Tue Jun 05, 2018 10:36 am
by RSBasic
+1

Re: IDE - Toggle comments

Posted: Tue Jun 05, 2018 11:50 am
by chi
RSBasic wrote:+1
to which feature request? :lol:

Re: IDE - Toggle comments

Posted: Tue Jun 05, 2018 12:17 pm
by RSBasic
I think both wishes are great. :)

Re: IDE - Toggle comments

Posted: Wed Jun 06, 2018 7:58 am
by davido
+1
+1

Re: IDE - Toggle comments

Posted: Sat Jun 16, 2018 1:57 pm
by SeregaZ
my HBO company is continue make new series for our show. 3 series:

Image

Re: IDE - Toggle comments

Posted: Wed Jul 18, 2018 3:25 pm
by SeregaZ
4 series: Like a url

Image

Re: IDE - Toggle comments

Posted: Wed Jul 18, 2018 3:35 pm
by RSBasic
You can double click on "IncludeFile".

Re: IDE - Toggle comments

Posted: Wed Jul 18, 2018 4:59 pm
by SeregaZ
ops... sorry :) my fault. didt read manuals and even dont know about this. i need to remake that 4 series :)

Image

Re: IDE - Toggle comments

Posted: Wed Jul 18, 2018 8:08 pm
by oreopa
SeregaZ wrote:ops... sorry :) my fault. didt read manuals and even dont know about this. i need to remake that 4 series :)

Image
I seriously want this feature. Just show the needed constants! Context sensitive autocomplete I believe the term is. (And also put #PB_Any at the top already!)

:D

Re: IDE - Toggle comments

Posted: Sun Jul 22, 2018 10:00 pm
by zxretrosoft
super idea! +1

Re: IDE - Toggle comments

Posted: Mon Jul 23, 2018 3:17 am
by Josh
SeregaZ wrote:can PB have some option for some light procedure name at right part of window? i mean when coursor lay on some procedure name - right window will scroll to that procedure and make bold font for this:

Image
What is that supposed to help? When I call a procedure, I see in the line which procedure I'm calling and see this also in the last line of the Ide too.

If I'm inside a procedure, then it should be highlighted in the right box. Especially when I work with the search function, I often do not know to which procedure was jumped.

Re: IDE - Toggle comments

Posted: Mon Jul 23, 2018 3:32 am
by Josh
SeregaZ wrote:Image
Asked this here eight years ago, before Pb had named enums.

Re: IDE - Toggle comments

Posted: Mon Jul 23, 2018 4:27 am
by SeregaZ
Josh wrote: What is that supposed to help?
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. even better if it will be double click on that function - it will scroll to that procedure, or how i am show before - will open secondary window with code of that procedure and always on top flag window.