- Posts: 6
- Thank you received: 0
×
Tools, Runtimes binaries, Toolchains, OS Scripts and OS Libraries, discussions, problems and suggestion
Question Ide Macros you might find them usefull as well
- tomas
- Topic Author
- Offline
- New Member
-
Less
More
7 years 7 months ago - 7 years 7 months ago #6352
by tomas
Ide Macros you might find them usefull as well was created by tomas
SelectProcedure -->Selects the current procedure
JunpToDefinition-->Jumps where the code is actualy writen for the identifier
JunpToProcedureStart-->Jumps at the declarations place of the procedure
JunpToProcedureEnd-->Jumps at the last [end] of the procedure
EncloseParametr-->auto encloses the next word to the current selection from the drop down auto coplete list ex. if your current word is ainteger and you are writting
writeln[ call the macro here ]ainteger you will get writeln(ainteger);
JumpToFirstOccurence-->useful when you are in the declaration place of a class field and you want to locate the first reference in a property declaration
hope you will find them usefull
you can import the xml using the import command from the macro editor
pay attention to the key assignments maybe you prefere other combinations
JunpToDefinition-->Jumps where the code is actualy writen for the identifier
JunpToProcedureStart-->Jumps at the declarations place of the procedure
JunpToProcedureEnd-->Jumps at the last [end] of the procedure
EncloseParametr-->auto encloses the next word to the current selection from the drop down auto coplete list ex. if your current word is ainteger and you are writting
writeln[ call the macro here ]ainteger you will get writeln(ainteger);
JumpToFirstOccurence-->useful when you are in the declaration place of a class field and you want to locate the first reference in a property declaration
hope you will find them usefull
you can import the xml using the import command from the macro editor
pay attention to the key assignments maybe you prefere other combinations
Attachments:
Last edit: 7 years 7 months ago by tomas.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
7 years 7 months ago #6353
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Ide Macros you might find them usefull as well
Thanks Sir
we will test and put this to next Lab Release CT ver 5.2 revision 005110
we will test and put this to next Lab Release CT ver 5.2 revision 005110
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.