Page 2 of 2
Posted: Fri Jan 02, 2009 7:04 pm
by ts-soft
Kwaï chang caïne wrote:KCC have not can find the link for download in your site
I go to continue to find it
Scroll down on the page, press the download button, accept the license
(Ich akzeptiere) and press the button (Klicken Sie hier, um fortzufahren)
Posted: Fri Jan 02, 2009 8:07 pm
by Michael Vogel
The indent guide lines are a nice addition to the IDE, how is that done?! The source code will not be changed, as I think, so give me a hint :roll:
If there are empty code lines within the code, the guide lines are interrupted as well, I fear, that there's no possibility to see the guides also on these code lines?
Example:
Code: Select all
if a=b
| if b=c
| | showmessage(bla...)
| | ; comment after empty text line
| endif
endif
[/code]
Posted: Fri Jan 02, 2009 9:01 pm
by ts-soft
milan1612 wrote:I don't seem to be able to get it to work with Purebasic x64.
Am I too stupid or is it simply not supported yet?
After some testing, there is a bug in 64-bit version of pb, see here:
http://www.purebasic.fr/english/viewtop ... 727#272727
Posted: Sat Jan 03, 2009 3:50 pm
by ts-soft
Update:
smart hilite added
Posted: Thu Jan 08, 2009 2:48 am
by yrreti
ts-soft
Thank you very much for sharing these excellent tools.
I use blueznl's CodeCaddy - reformat all the time, which does an excellent job and I really like that tool.
But when you have long sections of code or several grouped IF EndIf's etc. it can get confusing when ever
you make a mistake and need to see what section belongs to what section. I was always wishing for
something like that indentline tool you made. That tool is invaluable
The smart hilite is also a nice tool to quickly locate things, and the close tab works good too. I could not get
the view calltips to work for me though, even when I followed the example in the rs_extra_calltip.txt file.
Maybe I have something set up wrong or am not doing it right. Could you possibly show an example using
MessageRequester so I could see what I'm doing wrong. I wonder if it might be something with my editor settings?
Thanks again for sharing these excellent tools.
Posted: Sun Jan 11, 2009 2:41 pm
by yrreti
Could somebody please show me how to get the view calltips to work.
I followed the example in the rs_extra_calltip.txt file, but I can't seem to get
it to work. Maybe I have something set up wrong with my editor settings, or
am just not doing it right. Could anyone please show me an example, using
as an example MessageRequester so I could see what I'm doing wrong.
I'm using PB4.3 on XP Pro.
Thank you for any help.
Posted: Wed Jan 14, 2009 9:50 pm
by Blue
Thanks ts-soft for a very nice and useful addition to the IDE.
I really like it, particularly the visible indent line.
That's a great practical idea.
-------------------------------------------------
App Feedback:
I think you could be somewhat more specific with the descriptions for the various options offered:
• smart hilite
>>> Hilite similar commands
• Close tab with mousebutton
>>> Close tab with MIDDLE Button
Have you thought of Hilighting matching pairs of If..Endif, While..Wend, etc, ? That would be tremendously useful and, in my book, definitely qualify as smart hilite
Finally, the View CallTips function works, but the displayed information often disappears too quickly from the screen. Is there a way to increase its visbility time ?
-------------------------------------------------
BTW: Your Web pages are really impressive: clean, beautiful, very pleasant to view and read. Wow

Posted: Sun Jan 18, 2009 7:02 pm
by chen
Blue wrote:Have you thought of Hilighting matching pairs of If..Endif, While..Wend, etc, ? That would be tremendously useful and, in my book, definitely qualify as smart hilite
I support this request... it will be great!!