- Posted by
- 1. There are no duplicates. The list was de-duplicated before the lang file was created. 2. I'll run that. 3. They are case sorted.Posted in Syntax Highlighting
-   Topics
-   Views
- THEMike
Jun 18, 2007
- The PHP project publish full API documentation, and even provide a script that turns that documentation into a function list. You can get that here (revision 1.7) or here (revision 1.9). Combine that with a small bit of VBS I wrote: Const ForReading = 1, ForWriting = 2, ForAppending = 8 Const Trista...Posted in Syntax Highlighting
-   Topics
-   Views
- THEMike
Jun 18, 2007
- Hi, Trying to work out the optimal solution to the following problem. I have a very good thorough wordfile.txt with an expanded definition of PHP that contains every function (considerably more than ships in the UE wordfile, I'll be passing it on to IDM, with the tools to maintain it shortly). Howev...Posted in Syntax Highlighting
-   Topics
-   Views
- THEMike
Mar 16, 2007
- Sorry, meant to post this some time back, I've tried to attach but I get: Upload Error: Could not upload Attachment to ./uploads/forums/wordfile.rar. So here is the code itself (128 lines, not too big) <?xml version="1.0"?> <project name="Ultraedit Wordfile Builder" default="buildwordfile"> <propert...Posted in Syntax Highlighting
-   Topics
-   Views
- THEMike
Mar 16, 2007
- hmm that is somewhat unfortunate. Thanks for the help, I now have a NAnt buildfile that builds an ultraedit wordfile for NAnt buildfiles based on your specific NAnt configuration. Recursively lovely.Posted in Syntax Highlighting
-   Topics
-   Views
- THEMike
Dec 06, 2006
- Ok here is a clip of word file: /L12"NAnt" XML_LANG Noquote Block Comment On = <!-- Block Comment Off = --> File Extensions = build /Delimiters = ~@$%^&*()+=|\{};"'<> , /Function String = "name=*">" /Open Brace Strings = "{" "(" "[" "<" /Close Brace Strings = "}" ")" "]" ">" /C1"Elements" STYLE_ELEM...Posted in Syntax Highlighting
-   Topics
-   Views
- THEMike
Dec 05, 2006
- Hi, I'm trying to set up a word file for the NAnt build file xml format. I want to have it behave as XML in ultraedit, but, to also be different to XML in it's highlighting and keywords etc. Now, IIRC, the recent changes to syntax highlighting in Ultraedit prevent you having more than one XML_LANG o...Posted in Syntax Highlighting
-   Topics
-   Views
- THEMike
Dec 01, 2006
- I must admit I don't recognise "update" as a SVN command at all so I'm a bit confused as to why you would think it's the norm... Perhaps you should read the manual then? Basic Work Cycle . Any work you start, should start with an svn update to ensure your working copy is up to date. Prior to a comm...Posted in Workspace Management
-   Topics
-   Views
- THEMike
Apr 04, 2006
- If you read the help, UltraEdit has fold strings defined for many languages, what you need to do is add JAVA_LANG to your java definition line: /L1"Java" JAVA_LANG (other crusty stuff) and it should work. If it doesn't work for a specific language, then you can just do /Open Fold Strings = "{" /Clos...Posted in Syntax Highlighting
-   Topics
-   Views
- THEMike
Feb 09, 2005
- I've been corresponding with support on this highlighting issue, plus some toolbar issues and a crash bug saving new files. They've re-created everything so far, and are fixing the toolbar and crash bug. Not sure where they are at with the syntax highlighting problems: > I was under the impression t...Posted in Syntax Highlighting
-   Topics
-   Views
- THEMike
Feb 09, 2005
- Yes, it seems this only works one way. Files that are being highlighted as the file that is HTML_LANG can contain blocks of code in the supported [other]_LANG formats. In which case, then the formatter starts formatting via the language defined with [other]_LANG until the end of that block. Blocks a...Posted in Syntax Highlighting
-   Topics
-   Views
- THEMike
Feb 08, 2005
- I think , I have solved this. To syntax highlight double language files: 1) Define HTML to take the file extensions of your PHP/ASP files: /L3"HTML" Noquote HTML_LANG Block Comment On = <!-- Block Comment Off = --> Block Comment On Alt = <% Block Comment Off Alt = %> String Chars = "' File Extension...Posted in Syntax Highlighting
-   Topics
-   Views
- THEMike
Feb 08, 2005
- I'm confused, and can't get this to work how I would expect/like: UE v11.00 has improved syntax highlighting and it now supports multiple languages within a single file. This is specifically for HTML type files. To help facilitate this, we have added additional language indicators that should be add...Posted in Syntax Highlighting
-   Topics
-   Views
- THEMike
Feb 08, 2005
- Ah I suspected it was me being a moron. I've been using UE for a long time (since 99 sometime I think) and haven't tinkered with the Wordfile for a couple of years I guess, so I just sort of skimmed through again to check things and missed the big bold paragraph like a moron. Thanks for the help. So...Posted in Syntax Highlighting
-   Topics
-   Views
- THEMike
Nov 01, 2004
- I'm guessing it's me being a moron, but, you never know it could be a bug, I have messed around (a lot) with a base VB wordfile.txt entry to mung it to match my needs for some heavy duty WSH work I'm doing. The only problem I really have is that NOT is not highighting. If a OR b NOT c XOR d Then wSc...Posted in Syntax Highlighting
-   Topics
-   Views
- THEMike
Nov 01, 2004