- Posted by
- Please, add this feature soon. Notepad++ has this so long time. Will be nice and useful if clicking a word UE highlight all occurrence automatically (not using the Find command). It's available from the version 17.00. The persistent "highlight all" can be invoked on the word under the caret either ...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- pepemosca
Sep 09, 2011
- Mofi , you are a MASTER! Works like a charm! Thanks!Posted in Syntax Highlighting
-   Topics
-   Views
- pepemosca
May 26, 2011
- Mofi, I want to make a slight modification to this code: /TGBegin "Keyword" /TGFindStr = "(?-i)^[ \t]*\(\u+)\>(?<!\<TITLE1)(?<!\<GRID)(?<!\<MODEL)(?<!\<ROCKFLUID)(?<!\<INITIAL)(?<!\<NUMERICAL)(?<!\<RUN)(?<!\<STOP)" /TGEnd I want that this code to find *KEYWORD and KEYWORD but doesn't find **KEYWORD ...Posted in Syntax Highlighting
-   Topics
-   Views
- pepemosca
May 26, 2011
- But, this works better ;) /TGBegin "Date" /TGFindStr = "(?-i)^[ \t]*\*DATE[ \t]+(\d+[ \t]+\d+[ \t]+\d+)" /TGEnd As usual, works perfect. But... To understand more: How do I say: " Show me this part? And the rest is not shown? " Thanks Mofi !Posted in Syntax Highlighting
-   Topics
-   Views
- pepemosca
May 24, 2011
- OK, now a new challenge :) It's kind of the same... But to be honest: I can't make it work! Here is my text: *RUN *DATE 1990 5 1 *GROUP 'G' *ATTACHTO 'FIELD' *DATE 1990 5 3 *WELL 'OP' *ATTACHTO 'G' *BHPDEPTH 'OP' 2600.0 I want to make a list of DATE . I want to have in the Function List something li...Posted in Syntax Highlighting
-   Topics
-   Views
- pepemosca
May 23, 2011
- This feature is available in UltraEdit v17.00 and later. :)Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- pepemosca
Feb 18, 2011
- Here is the Registry information for a Windows Vista 64 bits : Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths\uedit32.exe] "Path"="C:\\Archivos de programa\\UltraEdit\\" @="C:\\Archivos de programa\\UltraEdit\\uedit32.exe" [HK...Posted in Configuration/INI Settings
-   Topics
-   Views
- pepemosca
Jan 04, 2011
- Are you sure is the same code for Windows Vista 64? REGEDIT4 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\uc.exe] @="C:\\Program Files\\IDM Computer Solutions\\UltraCompare\\uc.exe" "Path"="C:\\Program Files\\IDM Computer Solutions\\UltraCompare\\" [HKEY_CURRENT_USER\SOFTWA...Posted in Configuration/INI Settings
-   Topics
-   Views
- pepemosca
Jan 03, 2011
- This is how it ends: @echo off set EclipseFile=%~1 set EclipseDATA=%~n1 set EclipseMSG=%~n1.MSG set UEPath=%UEHELPATH:~0,-3%exe title Eclipse: %EclipseDATA% echo Schlumberger Eclipse echo. echo DATA: %EclipseDATA% echo. echo PATH: %EclipseFile% echo. echo. echo. C:\ecl\macros\eclrun.exe eclipse "%Ec...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- pepemosca
Nov 23, 2010
- There is no way to get to the uedit32.exe without knowing the full path? Something like: "%UEPATH%\uedit32.exe" "%EclipseMSG% I mean, I want to share this .BAT and I don't know where everybody has installed it own copy of uedit32.exe . I need some way to pass to the .BAT the path of UE. Also, I don'...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- pepemosca
Nov 20, 2010
- Hello, I'm still working on the usage of the UEDOS32.exe . I'm trying to complete what I've started on http://www.ultraedit.com/forums/viewtopic.php?f=12&t=10120 . I now want to open the output file from my compilation. So, my batch file is now: @echo off set EclipseFile=%~1 set EclipseDATA=%~n1 tit...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- pepemosca
Nov 19, 2010
- I have found that using %appdata% only works on Windows Vista (and I think, also on Windows 7)... But it doesn't work on Windows XP. So I have to leave it like this: "C:\DOCUME~1\XXXX\APPLIC~1\IDMComp\UltraEdit\eclipse\eclipse.bat" "%f"Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- pepemosca
Nov 16, 2010
- As usual... works like a charm! Thanks ! The only thing I couldn't do is to define the ICON in the same way. Something like: "%appdata%\IDMComp\UltraEdit\ecl\eclipse.ico" I need to set the complete path without the variable %appdata% .Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- pepemosca
Nov 12, 2010
- Great great great! Thanks! I end using this .BAT: @echo off set EclipseFile=%~1 set EclipseDATA=%~2 title Eclipse: %EclipseDATA% echo Schlumberger Eclipse echo Ejecucion: %EclipseFile% echo. C:\ecl\macros\eclrun.exe eclipse "%EclipseFile%" set EclipseFile= set EclipseDATA= But I have this question. ...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- pepemosca
Nov 12, 2010
- Mofi, I get your point, but... How do I make the .BAT? I have this on the Tool Configuration: Menu item name: Schlumberger Eclipse Command line: C:\ecl\macros\eclrun.exe eclipse "%f" Working directory: %P Options: Is a DOS program I save the active file. Output: I create new file. I set to show the ...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- pepemosca
Nov 12, 2010