LPCXpresso IDE Editor Templates

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPCXpresso IDE Editor Templates

548 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by larryvc on Mon Apr 25 11:56:31 MST 2011
I was just looking at the editor templates and since I am a noob with the IDE I need some clarification on how they work.

Take as an example the "switch" template.  When I use the editor and start a switch statement is it supposed to expand automatically and allow me to fill in the details?  I guess my question really is how do I use the template?

Larry
0 Kudos
Reply
4 Replies

542 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Mon Apr 25 13:57:44 MST 2011
We have a few things listed in the following FAQ...

http://support.code-red-tech.com/CodeRedWiki/EditorHints

Regards,
CodeRedSupport
0 Kudos
Reply

542 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by larryvc on Mon Apr 25 12:40:31 MST 2011
Any other "Cool" stuff like that?

Where would I find the information to learn more about these capabilities?
0 Kudos
Reply

542 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by larryvc on Mon Apr 25 12:29:52 MST 2011
Cool.:cool:

Thanks for the reply.
0 Kudos
Reply

542 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Mon Apr 25 12:26:37 MST 2011
For example, type 'sw' in the editor and Ctrl-Space shows options for switch. Type 'for' and it will construct a for loop, etc.

This works for just about C construct you can think of. Ctrl-Space is context sensitive, so will show appropriate options, depending on where you are in your source, and list things like variables etc. You can add your constructs too.
0 Kudos
Reply