- Posted by
- In my installation the keywords aren't highlighted properly: they are only highligthed when they are followed by a space or new line. \begin : highlighted \begin{document}: not highlighted What did I do wrong? Mofi answered: ArnyEinstein, please read my second post at the ultimate test for invalid w...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- ArnyEinstein
Oct 02, 2007
- Nobody seems to use R and UE together (the more natural choice would probably be R and Emacs). I now can start R and UE opens automatically. R can use DDE, but there is not much about DDE in the manual of UE. Can I use DDE to copy a selection in a text file in UE to R using DDE and if yes, how to do...Posted in UEStudio General Discussion
-   Topics
-   Views
- ArnyEinstein
Sep 25, 2007
- Hi Is there a keyboard command that maximizes a window (of course, I can click on the symbol next to the close symbol), but I like to work with my keyboard. I tried recording a macro but that did not work. ThanksPosted in Editor Display
-   Topics
-   Views
- ArnyEinstein
Sep 14, 2007
- Hi I use R for my statistic calculations. I was wondering if it is possible to send a line from UE to R (there is a thread on this in UEStudio but no helpful reply). The idea is that R is open all the time (so I don't want to start R everytime I send something from UE to R). Emacs has this option (E...Posted in UEStudio General Discussion
-   Topics
-   Views
- ArnyEinstein
Aug 27, 2007
- One last question: now I can jump to a line, but now I want to open the name of a file I copied: I have the following line in my listing-file **** error on line 28 in file c:\models\kli.gms I want to copy the line number (which functions now with the help of all of you) and then open the file mentio...Posted in Scripts
-   Topics
-   Views
- ArnyEinstein
May 09, 2007
- Thanks! That was where I was looking for!Posted in Scripts
-   Topics
-   Views
- ArnyEinstein
May 09, 2007
- The problem is that UE doesn't seem to accept UltraEdit.activeDocument.gotoLine(intLine,5); this works, but this is not what I want: UltraEdit.activeDocument.gotoLine(10,5); Greetings from SwitzerlandPosted in Scripts
-   Topics
-   Views
- ArnyEinstein
May 08, 2007
- Yep, I looked at them, but that didn't solve my problem. Here is the code for getting the number and using it to go to the line. But this is not working: var rexCodeTypes = "[0-9]"; var rexCodeTypesF = "[/]"; UltraEdit.activeDocument.findReplace.regExp = true; UltraEdit.activeDocument.findReplace.fi...Posted in Scripts
-   Topics
-   Views
- ArnyEinstein
May 08, 2007
- Hi I am trying to write a script that captures a number and a file name written in a line, then opens this file and jumps to the line with the captured number. I have tried a few things but I am a dummy with respect to Java. Could anyone help me out? ThanksPosted in Scripts
-   Topics
-   Views
- ArnyEinstein
May 08, 2007