+1Michael 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![]()
Search found 7 matches
- 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)
- 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 ...
- 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...
Thank you very much, Fred and team...

- Fri Nov 27, 2020 7:10 am
- Forum: Announcement
- Topic: RAD Game Development Tool - update April 6th
- Replies: 21
- Views: 21532
- 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?
I am NOT an "ad bot"Olliv wrote:Ad bots are polite, more and more. Cool !
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.
- 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?
Sorry, I did not know that "jasonjacob" was a bot.Little John wrote:That's exactly what I suspected. Thank you for your "research"!Kiffi wrote:jasonjacob is a bot.
I should have read the whole tread before I posted.

I will try to do better next time.
- 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 ...
But it's time to move on from VB6. What I need is a successor language ...