Lack of standard features in IDE

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

Lack of standard features in IDE

571 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by vdaniel on Mon Apr 25 09:44:27 MST 2011
Maybe I am wrong and just cannot find in the LPCXpresso IDE such
standard for any other IDEs or editors I know features as UNDO REDO buttons,
user keywords and others.
If so, please, can anybody explain how I can activate them.
Otherwise, what is the logic of such uncommon approach.
Great thanks in advance,

Varuzhan
0 Kudos
Reply
7 Replies

563 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Mon Apr 25 23:45:54 MST 2011
Did you know that lpcxpresso is based on Eclipse and CDT? There are lots of 3rd party plugins available and I think there are some that do what you are asking. Try searching (or writing your own ;) )
0 Kudos
Reply

563 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by vdaniel on Mon Apr 25 22:31:10 MST 2011
Again I have no answer on my questions.  I need not just to change colors of
predefined  keywords, but define my own keywords and only then set colors and fonts for them.
And again I want to point for UNDO and REDO and other buttons.  All listed
features are common.  Just examples:
Keil uVision
Microsoft Visual Studio
Programmer's Notepad
Code Vision.

Varuzhan
0 Kudos
Reply

563 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Mon Apr 25 12:22:37 MST 2011
For defining your own colors:
Window->Preferences and select C/C++, Editor, Syntax coloring
Menu bar, Context Menu, Keyboard shortcuts are all there for undo,redo, cut, copy , paste etc. Most people I know much prefer keyboard shortcuts in the editors as it is much quicker than having to move the mouse.
0 Kudos
Reply

563 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by vdaniel on Mon Apr 25 11:42:11 MST 2011
As user keyword I mean possibility to assign a color or font to user defined types,
like uint32_t, Boolean, etc.  Such possibility is common for most IDEs I know.
For UNDO and REDO buttons.  Yes I know about Edit submenu and also
about CTRL Z shortcut, but a direct buttons on the main toolbar, which is also common, is much more convenient.  There are a lot of buttons, which one will use
rarely or not use at all, while such often used buttons as UNDO, REDO, COPY, PASTE, DELETE are absent.  I want to understand why the logic of the LTCXpresso
IDE is so different from conventional.

Varuzhan
0 Kudos
Reply

563 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by larryvc on Mon Apr 25 11:26:12 MST 2011
Hi CodeRedSupport,

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

563 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Mon Apr 25 10:57:19 MST 2011
Undo/Redo can be found on the Edit Menu (Ctryl-Y and Ctrl-Z are the shortcuts)
I'm not sure what you mean by "user keywords and others". Perhaps you mean templates? Ctrl+Space in an editor to show a list of possible options, or Window->Preferences and type "template" into the filter, to show all the different sort of templates your can use.
0 Kudos
Reply

563 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Mon Apr 25 10:06:18 MST 2011
Take a look at

Menu->Window->Preferences->General->Keys
0 Kudos
Reply