Search found 7 matches

by Drone
Thu Jul 24, 2025 10:08 pm
Forum: The PureBasic Editor
Topic: IDE Markers (Feature request)
Replies: 3
Views: 623

Re: IDE Markers (Feature request)

Michael Vogel wrote: Fri Jun 06, 2025 8:06 am I'd like to have additional functions for the markers:

Shift+F2: jump to previous marker
Ctrl+1 (2, 3,...) : jump to first (second, third,...) marker in the source code

This may be also handled by a tool, but then it would have to be added for each shortcut :|
+1
by Drone
Sun Mar 16, 2025 4:44 pm
Forum: Coding Questions
Topic: Open a generated text file in Notepad++
Replies: 9
Views: 530

Re: Open a generated text file in Notepad++


EnableExplicit
#ASSOCSTR_EXECUTABLE = 2
#ASSOCF_VERIFY = $40

Procedure.s AssocExe(Ext$, *Act)
Protected Size, OutRes.s
AssocQueryString_(#ASSOCF_VERIFY, #ASSOCSTR_EXECUTABLE, @Ext$, *Act, 0, @Size)
OutRes = Space(Size)
If AssocQueryString_(#ASSOCF_VERIFY, #ASSOCSTR_EXECUTABLE, @Ext$, *Act ...
by Drone
Wed Dec 11, 2024 7:51 pm
Forum: Announcement
Topic: PureBasic 6.20 is out !
Replies: 148
Views: 76720

Re: PureBasic 6.20 beta 1 is out !

Hi !
Thank you very much, Fred and team... :D
by Drone
Fri Nov 27, 2020 7:10 am
Forum: Announcement
Topic: RAD Game Development Tool - update April 6th
Replies: 21
Views: 21532

Re: RAD Game Development Tool

Nice !
by Drone
Sun May 05, 2019 3:28 pm
Forum: 3D Programming
Topic: Is There Life After VB6?
Replies: 21
Views: 8512

Re: Is There Life After VB6?

Olliv wrote:Ad bots are polite, more and more. Cool !
I am NOT an "ad bot"
I just signed up to this forum and answered a question I thought was legit.
Having used VB6 a long time a go, I just wanted to help.

I'm sorry it turned out to be like this.
by Drone
Sun May 05, 2019 4:55 am
Forum: 3D Programming
Topic: Is There Life After VB6?
Replies: 21
Views: 8512

Re: Is There Life After VB6?

Little John wrote:
Kiffi wrote:jasonjacob is a bot.
That's exactly what I suspected. Thank you for your "research"!
Sorry, I did not know that "jasonjacob" was a bot.
I should have read the whole tread before I posted. :oops:

I will try to do better next time.
by Drone
Sat May 04, 2019 6:03 pm
Forum: 3D Programming
Topic: Is There Life After VB6?
Replies: 21
Views: 8512

Re: Is There Life After VB6?

I've been hobby programming in VB6 for about 20 years. I'm self-taught and have no experience outside VB6 (and HTML/CSS). I'm a hack by professional standards, but people seem to like my (free) programs and I enjoy making them.

But it's time to move on from VB6. What I need is a successor language ...