Windows IDE wish

Feature requests for future versions of Hollywood can be voiced here
Post Reply
amyren
Posts: 352
Joined: Thu May 02, 2019 11:53 am

Windows IDE wish

Post by amyren »

Using AmiBlitz/Blitzbasic earlier there is a feature I miss in the Windows IDE:
To be able to mark a block and select from from the menu "Block Comment" and also "Block UnComment"
I found it very useful when testing various part of the code, specially when ruling out errors in the code.
It would be nice to have this in the right click menu on Windows IDE.

Also I think that the Tab / shift+Tab shortcut should be shown in the edit menu, or else users will not know about this feature.
I did not know that shortcut existed until I read it here in the forum, because another user was requesting that as a future wish.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Windows IDE wish

Post by airsoftsoftwair »

I can certainly add the tab feature to the menu. The block (un)comment stuff sounds like a nice idea too but I first need to see how much work this would be :)
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Windows IDE wish

Post by airsoftsoftwair »

Code: Select all

- New [IDE]: Added "Indent block" and "Unindent block" menu items to the "Edit" menu and to the context menu
Post Reply