- Posted by
- Hi guys, I want to specify a Perl-style function list that works for C#. I read some articles here and came closer, but I can't get it to work 100% Best I post a self-explaining example and let the Tim/Mofi/Jo - crew take a minute on it. thisNot (private asdasd, asds) private override string ThisYes...Posted in Syntax Highlighting
-   Topics
-   Views
- Bego
Feb 26, 2009
- Hm, I tried around, created a new .as and it stayed ".as", although I have got a ".asm" already. Could not reproduce your behaviour in any way, though. Sorry. UE 14.20.1.1008 on Vista 64Posted in Configuration/INI Settings
-   Topics
-   Views
- Bego
Feb 17, 2009
- Hi, I think you are just overlooking one thing: The given extensions are just suggestions, equal to Word: Text size ... 10,12, 16, ... Just OVERTYPE it by 11 or in this case .as, and you are set. I did so, closed UE, renamed test.txt to test.as, doubleclicked the file, and UE opened the file. rds BegoPosted in Configuration/INI Settings
-   Topics
-   Views
- Bego
Feb 14, 2009
- Hi seatrotter, everything you need is built in UE. With "PlayMacro ...." you can call other macros from within a macro. There is LOOP and ENDLOOP to repeat things You can switch between different clipboards with "CLIPBOARD [0-9]" for not overwriting current clipboard (0). rds BegoPosted in Macros
-   Topics
-   Views
- Bego
Aug 27, 2008
- I found a smarter, more readable(?) approach. Here is it in a macro, you can "extract" the find/rep from there: The macro is called "delCol7": InsertMode ColumnModeOff HexOff PerlReOn Find RegExp "^(([^;]*;){6})[^;]*;" Replace All "$1"Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Bego
Aug 01, 2008
- Puuuh. That one is my heaviest problem with UE (or any underlying dll, whatever): From version to version, fix to fix, something in the regexp stuff if not working correctly anymore. Bugs reappear and so on. I can understand Tims change to E......d Pro very well...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Bego
Jul 31, 2008
- AFAIK its only possible with %sel% But you can write (or better: RECORD) a macro where you: create new file switch to clipboard 4 paste text copy (select) it close file nosave runTool switch to clipboard 1 again easy.Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Bego
Jul 11, 2008
- Here is the command: C:\ORACLE\ORA92\bin\SQLPLUS.EXE user/pw@instance @"%f As working dir I choose: %p rds BegoPosted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Bego
Jul 09, 2008
- Browsing in the DB is NOT possible in UE and will never be :? But if you grab your procedure(s) anyhow (e.g. from TOAD) and copy it once to a file, you then can work with UE ON THAT FILE and run the user tool to compile that script against a schema. The output of SQLPLUS will occur in UE output wind...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Bego
Jul 08, 2008
- I'm not in my office now. But you can see it also in this thread: http://www.ultraedit.com/forums/viewtopic.php?f=41&t=2580&hilit=sqlplus Tell me if this is enough for you. Otherwise, pls wait until Wednesday.... rds BegoPosted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Bego
Jul 08, 2008
- Well, I do my Oracle-SQL editing (PL/SQL, funcs, triggers etc.) with UE. How? I edit the file and then just call a user-tool that runs sqlplus with the source. Works very well for me ...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Bego
Jul 07, 2008
- Hi Unix users, ;-) some other discussion here brought me to the idea to write a SMALL+EASY macro maybe other (Unix) users might interest. UE lacks some FTP functionality like direct CTAGS support on Unix systems. I often work with UE-FTP "based" projects and sometimes I want ALL those files to be op...Posted in Macros
-   Topics
-   Views
- Bego
Jun 24, 2008
- A little Unix stuff: The "poorest workaround" for loading fastly 1 file: Here is a function for the .alias-file you can use: function ue () { cdir=`pwd`; echo \"${cdir}"/"$1\";} It does the following: unixhost: ~/bin/subdirtest> ue text.txt "/home/myuser/bin/subdirtest/text.txt" unixhost: ~/bin/subd...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Bego
Jun 24, 2008
- @heilu: Nice to hear that I pointed you in the right direction by answering your mail 50% correctly ;-) Now I got more time to read... mj: You got my vote too! It is boring to test a regexp and then have to convert it to "script-style" :-/ greetz, BegoPosted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Bego
Jun 23, 2008
- You forgot to escape the backslash for Javascript. I'm in a hurry, but a fast example: UltraEdit.activeDocument.findReplace.find("[|\\\\]"); will finf | and \ as you expectedPosted in Find/Replace/Regular Expressions
-   Topics
-   Views
- Bego
Jun 23, 2008