- Posted by
- 1. javascript != java (and doesn't come close to it, just related by name) 2. check the source of cTags -> jscript.c If that is not proof enough that cTags does a pretty pointless attempt to support javascript I don't know what is. And the files are parsed on their file extensions. Not by content. T...Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- Acid
Jan 06, 2007
- Then why would they bother supplying cTags then in the first place as a search utility? They have there own underwater parser wich parses the files then and does basically the same as cTags but dump the output in the class viewer and not in /dev/null.Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- Acid
Jan 06, 2007
- ehm no, I'm just wondering what the format of cTags tags file is... Because i want(ed) to make a parser for javascript (wich is supporeted a lang) and if the class viewer doesn't get it's infor from cTags where is it soming from then. I doubt IDM would write something that already is freely availabl...Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- Acid
Jan 04, 2007
- You can add custom languages to the class viewer. All the info that is displayed in the class view comes from a tag file generated by cTags. The parser implemented in cTags for javascript is very simple and will only show some functions and methods of an object. It is actually impossible to make goo...Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- Acid
Jan 04, 2007
- You can always check the download section of the website and see if someone already made wordfile for your language. Or you could write one yourself there are several posts about how to do that on the forum.Posted in Syntax Highlighting
-   Topics
-   Views
- Acid
Nov 07, 2006
- You can always create a CSS class and assign all your images that class.Posted in UltraEdit General Discussion
-   Topics
-   Views
- Acid
Oct 22, 2006
- http://ctags.sourceforge.net/ The ctag files get "renderd" in the class viewer. And UE should automatically auto complete HTML and XML tags. Otherwise you can always check out the download section for the appropriate tag lists and the readme how to install them.Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Acid
Oct 02, 2006
- Its not really a plugin for UE but just a config in your tools menu. See groovy site for more details http://groovy.codehaus.org/UltraEdit+PluginPosted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Acid
Sep 29, 2006
- I know what you mean. As far as I know it is impossible to get an "edit" window out of UE. So if you really want a separate window on your second screen you will have to start a new instance of UE. Although it is possible to resize UE so it covers most of your two screens. So you can move the edit w...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Acid
May 18, 2006
- All the info that is showed in the class browser is generated by a program called cTags. It parses your source files to some sort of tag based file wich is read by the class viewer, which in turn will render your program structure out of it. This works fine for quite alot of langs because support ha...Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- Acid
May 04, 2006
- I wish i could use it with javascript and JScript.NET there is no proper parser for javascript like langs. And i don't have the time to write one. I guess the same goes for PHP...Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- Acid
May 04, 2006
-   Topics
-   Views
- Acid
Apr 28, 2006
- command line: %jslint dir%\jsl.exe -conf "%jslint dir%\%your config file%" -process %n%e working dir: %P options: Dos program save active file command output: output to list box show dox box capture output If you want to be able to double click the error add jump to it in the file replace the defaul...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Acid
Apr 28, 2006
- Now you put some code tags around your code it is easier to see what you mean. Try removing "elseif" from the unindent collection and that would do the trick.Posted in Syntax Highlighting
-   Topics
-   Views
- Acid
Apr 22, 2006
- Mofi... your a god! Thanks for making this macro =) It's quite useful =)Posted in Syntax Highlighting
-   Topics
-   Views
- Acid
Apr 21, 2006