- Posted by
- hi, i'm new to macros and tried to record the following macro: whenever i save a file in my project i want to update my ctags-file. i know how to link a macro to the open/save functionality so i need no help there ;-) could someon please post the macro? i'm stuck because the macro recorder seems not...Posted in Macros
-   Topics
-   Views
- boss
Apr 13, 2005
- 'A DDE conversation with the service "UEDIT32" could not be established!' I could reproduce the error message when i changed the service's name from UEDIT32 to UEDIT ... so changing your service's name from UEDIT32 to UEDIT might do the trick ?!?Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- boss
Apr 12, 2005
- i have following settings in my IAR workbench options>settings>external editor [x] use external editor Type: DDE Editor: C:\Programme\UltraEdit\UEDIT32.EXE Service: UEDIT32 command: System [open("$FILE_PATH$/$CUR_LINE$")] alainPosted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- boss
Mar 18, 2005
- Yes, I used RunTool "Indent Current File" in the macro. However, it looks like UltraEdit loads the file and executes the macro. The changes to file are however not apparent unless I switch to a different application/desktop and then back to UltraEdit. UE tells me then that the file was modified by a...Posted in Macros
-   Topics
-   Views
- boss
Mar 16, 2005
- I use the open source program 'Artistic Style' for indentation of C, C++ and Java files. It can be downloaded from SourceForge (https://sourceforge.net/projects/astyle/). I added a project tool entry with following data: Command Line: "C:\Programs\util_astyle\astyle.exe" --mode=c --style=ansi --inde...Posted in Macros
-   Topics
-   Views
- boss
Mar 16, 2005