Feature Request - mark/select procedure by doubleclick in procedures

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Uncle09
New User
New User
Posts: 3
Joined: Fri Feb 27, 2026 1:20 am

Feature Request - mark/select procedure by doubleclick in procedures

Post by Uncle09 »

Hi,

my idea is:

in compiler - right column - Procedures - an Procedure is doubelclicked, the whole procedure in the left column is selected, for copy, delete, etc.

In times with AI to help with programming, it is much faster then to exchange changed procedures.

regards

uncle
BarryG
Addict
Addict
Posts: 4340
Joined: Thu Apr 18, 2019 8:17 am

Re: Feature Request - mark/select procedure by doubleclick in procedures

Post by BarryG »

You can already do this. First, fold the procedure closed by clicking the box with the minus sign next to "Procedure Name()", so that the procedure folds. Then select that folded line and the line below it (which is usually blank), and then Ctrl+C to copy the procedure or Ctrl+X to cut it.
User avatar
HeX0R
Addict
Addict
Posts: 1255
Joined: Mon Sep 20, 2004 7:12 am
Location: Hell

Re: Feature Request - mark/select procedure by doubleclick in procedures

Post by HeX0R »

Don't you find it suspicious that a brand new user starts with a feature request?
Uncle09
New User
New User
Posts: 3
Joined: Fri Feb 27, 2026 1:20 am

Re: Feature Request - mark/select procedure by doubleclick in procedures

Post by Uncle09 »

Hi
many thanks for this info , I did not knew that.
Uncle09
New User
New User
Posts: 3
Joined: Fri Feb 27, 2026 1:20 am

Re: Feature Request - mark/select procedure by doubleclick in procedures

Post by Uncle09 »

Hi,

first of all, I just like to make sure, my idea was not meant as an offense.

Actually the tip to fold the procedure, mark the folder and next line works well.

However it looks still like a nice workaround ?

Coming back to the idea with an easy double click in the procedures list.

That’s just my two cents

regards Uncle
AZJIO
Addict
Addict
Posts: 2278
Joined: Sun May 14, 2017 1:48 am

Re: Feature Request - mark/select procedure by doubleclick in procedures

Post by AZJIO »

Press Ctrl+M several times inside the procedure
Post Reply