- Posted by
- Just legacy support for UltraEdit users I guess.Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- steve
Jan 06, 2007
- This is what IDM sent me in response to a question on the classviewer/ctags: "The Classviewer is populated based on separate integrated features and is unrelated to what you've defined in the Project menu [ctags]. There isn't currently a way to cause the special functionality you've added here [in t...Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- steve
Jan 04, 2007
- The ctags format is detailed here: http://ctags.sourceforge.net/FORMAT You will notice that the info on whether a function/variable is private or not is not included in the ctags info. In fact if you look at what is available in the classviewer and what is available in ctags, you will see that the c...Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- steve
Jan 04, 2007
- The classviewer does not display ctags data. You will have to send a feature request to IDM to allow the addition of custom languages to the classviewer.Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- steve
Jan 04, 2007
- You cannot add a custom languages to the classviewer, so if it does not work as expected, there is nothing you can do except send a feature request to IDM.Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- steve
Jan 04, 2007
- I think you made the mistake that I did thinking the classviewer displays the ctags output. It does not. If you want a custom language to fill the classviewer, you will have to request it of IDM and if enough of us do, they may add that feature.Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- steve
Jan 04, 2007
- Thank you. I wonder why this is seperate to the operation of the delimiters in the wordfile. It would seem to me that they should be the same.Posted in Syntax Highlighting
-   Topics
-   Views
- steve
Jan 24, 2006
- I have a string like: Dim $Variable1 = "Some Value" in the wordfile, $ is specified as a delimiter, but when I double click $Variable1, only Variable1 is selected. This actually happens with or without the delimiter in the wordfile. Anyone know what to do to enable the full word selection?Posted in Syntax Highlighting
-   Topics
-   Views
- steve
Jan 24, 2006
- There is an option in 'Advanced>Configuration...>General>Load/Save/File Handling Options' called 'Reload files previously open'. Have you tried using this?Posted in Configuration/INI Settings
-   Topics
-   Views
- steve
Jul 27, 2005
- Thank you, Mofi. That works wonderfully!Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- steve
May 13, 2005
- In MAXScript functions take the form of either: fn <name> <param 1> <param 2> ... <param n> = or function <name> <param 1> <param 2> ... <param n> = I've made a function string regular expression that can find them in either format and populate the list without the "fn" or "function". I'd like to ke...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- steve
May 12, 2005