PB-IDE Extra Tools

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Kwaï chang caïne wrote:KCC have not can find the link for download in your site :cry:
I go to continue to find it :D
Scroll down on the page, press the download button, accept the license
(Ich akzeptiere) and press the button (Klicken Sie hier, um fortzufahren)
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
Michael Vogel
Addict
Addict
Posts: 2797
Joined: Thu Feb 09, 2006 11:27 pm
Contact:

Post 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]
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post 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
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Update:

smart hilite added
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
yrreti
Enthusiast
Enthusiast
Posts: 546
Joined: Tue Oct 31, 2006 4:34 am

Post by yrreti »

ts-soft
Thank you very much for sharing these excellent tools.:D :D :D
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.
yrreti
Enthusiast
Enthusiast
Posts: 546
Joined: Tue Oct 31, 2006 4:34 am

Post by yrreti »

Could somebody please show me how to get the view calltips to work. :cry:
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.
User avatar
Blue
Addict
Addict
Posts: 964
Joined: Fri Oct 06, 2006 4:41 am
Location: Canada

Post 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 :D

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 :shock:
PB Forums : Proof positive that 2 heads (or more...) are better than one :idea:
chen
Enthusiast
Enthusiast
Posts: 338
Joined: Fri Dec 23, 2005 2:20 pm
Location: Quebec, Canada
Contact:

Post 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 :D
I support this request... it will be great!!
Post Reply