PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: John Thompson on July 27, 2010, 09:01:10 PM

Title: Intellisense options
Post by: John Thompson on July 27, 2010, 09:01:10 PM
When I type

local lRC as

...I love how the menu pops, but is it possible to make an option where Enter can select the type without also making a new line?

Probably just personal preference, but I would be a huge fan of that feature.

Thanks!

-John
Title: Re: Intellisense options
Post by: Paul Squires on July 27, 2010, 11:08:53 PM
Some people like the new line, others don't. Hard to tell which approach to use. In your case, you're probably better off hitting the SPACE bar to select the menu item.
Title: Re: Intellisense options
Post by: John Thompson on July 28, 2010, 12:06:01 AM
I was not aware that space would terminate it.  Thanks!
Title: Re: Intellisense options
Post by: Robert Eaton on July 28, 2010, 09:24:03 AM
In VB the tab key terminates it. (Hard habit to break for me  ::)
Title: Re: Intellisense options
Post by: John Thompson on July 28, 2010, 06:46:22 PM
Yeah, I'd been trying TAB as well--never thought of space.  Seems more familiar to me, but I at least the space is better than the enter approach I'd been using.
Title: Re: Intellisense options
Post by: Elias Montoya on July 29, 2010, 01:07:55 AM
Quote from: TechSupport on July 27, 2010, 11:08:53 PM
Some people like the new line, others don't. Hard to tell which approach to use. In your case, you're probably better off hitting the SPACE bar to select the menu item.

UDTElement AS Asciiz  (enter)  (go back row up...) (end of line...) * 32

How about depending of the type? :)