Page 1 of 1

Couple of small IDE suggestions

Posted: Thu Jun 30, 2022 9:52 pm
by RSrole
It would be neat of the Procedures tab could have a right click with the choices of:
1 - Order in source (current)
2 - Alphabetical Order

Also, some IDEs (other languages) have in the right click menu, jump to Procedure if the cursor is on a procedure call. I guess that can only work if you're using a Project, but it's still a useful thing.

Been enjoying using Purebasic. Quite an impressive product.

Thanks,
Russ

Re: Couple of small IDE suggestions

Posted: Fri Jul 01, 2022 12:13 am
by skywalk
Ctrl+LM DblClk will jump to procedure without project.

Re: Couple of small IDE suggestions

Posted: Tue Jul 05, 2022 10:04 pm
by RSrole
good to know

Thank you!