- Posted by
- Also, it is the font that determines how the character is represented. Look at them in hex or using Search - Character Properties .Posted in UltraEdit General Discussion
-   Topics
-   Views
- gary_johnson_53
Feb 29, 2016
- Thanks. BTW I tried to Record a macro to view-> change Highlighting, no luck.Posted in Syntax Highlighting
-   Topics
-   Views
- gary_johnson_53
Jan 23, 2015
- What is the easiest way to have syntax highlighting set to php, for files are php scripts that are in .sh files? Example: Filename is: filename.sh Contents: #!/usr/bin/php <?php /* vim: set filetype=php : */ It is a php file which is used as a command line script. By convention, certain command line...Posted in Syntax Highlighting
-   Topics
-   Views
- gary_johnson_53
Jan 23, 2015
- In the bat file I use the ctags read a list fo file from a file option -L xml_file_list_fpecf.txt and the -a apeedn to option for creating my output ctag file I have to create 2 different lists (from 2 different servers) Because the files are in multiple projects across 2 different servers and they ...Posted in Projects/Workspace
-   Topics
-   Views
- gary_johnson_53
Sep 16, 2014
- I did not know how to setup CTAGS. I thought I would share the batch file I created to generate them. @echo off rem Create Ctags procedure rem file mkRSICTAG.bat rem run from comand prompt vbusb link with start in dir set to c:\vbusb rem A rem create lists of php files for input into EXUBERANT CTAGS...Posted in Projects/Workspace
-   Topics
-   Views
- gary_johnson_53
Sep 16, 2014
- Re: Update references in all XML files with data found for each reference in corresponding XML filesThanks. You replied to my other post on xmllint. I appreciate your taking the time to respond. Your knowledge of UltraEdit is awesome.Posted in Scripts
-   Topics
-   Views
- gary_johnson_53
Aug 30, 2014
- Re: Update references in all XML files with data found for each reference in corresponding XML filesMofi, you are awesome. I am guessing that with this work, you could implement a search for an entity in the associated xsd schema files fairly easily. Start up XMLManager. Find an element <nc:DocumentDescriptionText>Motion for misc relief</nc:DocumentDescriptionText> Highlight and copy the element i...Posted in Scripts
-   Topics
-   Views
- gary_johnson_53
Aug 29, 2014
- Thanks to all who posted here. I would also like to see the full path easily.Posted in Configuration/INI Settings
-   Topics
-   Views
- gary_johnson_53
Feb 21, 2013
- Thanks for sharingPosted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- gary_johnson_53
Feb 04, 2012
-   Topics
-   Views
- gary_johnson_53
Sep 27, 2011
- Thanks for showing me the way! My current expertise is in DHTML, DOM, HTML, javascript etc. If you have an issue with that kind of web stuff, please do not hesitate to ask. I am continually surprised when UltraEdit.activeDocument.selectAll(); var asFileNames = UltraEdit.activeDocument.selection.spli...Posted in Scripts
-   Topics
-   Views
- gary_johnson_53
Sep 27, 2011
- Problem: When you save webpages or favorites, you can inadvertently get files that are longer than MAX_PATH. Objective: find files that are longer than 255 characters Step 1) get a list of all files dir c:\ /s /b > files.txt Step 2) Wanted, a script to possibly select all lines longer than MAX_PATH ...Posted in Scripts
-   Topics
-   Views
- gary_johnson_53
Sep 26, 2011
-   Topics
-   Views
- gary_johnson_53
Oct 02, 2010
- I thought I'd ask, since I have not played with UE scripts yet. In my case I am learning canvas, and doing a project where the file is 2,000 lines with tons of things like ctx.moveTo(253,223); ctx.lineTo(244,232); ctx.lineTo(229,215); ctx.lineTo(234,205); Using a mouse to track pixels with a regular...Posted in Scripts
-   Topics
-   Views
- gary_johnson_53
Oct 01, 2010
- Thanks this worked - one line - no tabs - \n instead of crlf this gets me what I want. <input type="button" tabindex="2" id="xzCC" title="screen sizes" class="buttonNgrey" value="Show Me Screen Sizes"\nonmouseover="toggleHighLight('m', this.id);"\nonfocus="toggleHighLight('f', this.id);"\nonblur="to...Posted in Configuration/INI Settings
-   Topics
-   Views
- gary_johnson_53
Feb 08, 2006