- Posted by
- I've written a script that partially mimics the snippets feature from TextMate (it's also found in few other editors like NetBeans): https://www.ultraedit.com/resources/scripts/snippets.js It doesn't have all of TextMate's advanced snippets functionality, it just replaces the keyword under the curso...Posted in Scripts
-   Topics
-   Views
- scallanh
Aug 11, 2009
- Thanks Mofi, I've upgraded to 15.00.0.1047 and reported this issue to IDM as well.Posted in Syntax Highlighting
-   Topics
-   Views
- scallanh
Jun 15, 2009
- I just noticed that every time I quit UltraEdit it's updating the wordfiles' modified date. Is anyone else seeing the same thing? I'm using UltraEdit 15.00.0.1033 on Windows XP with multiple wordfiles in a directory rather than a single wordfile.Posted in Syntax Highlighting
-   Topics
-   Views
- scallanh
Jun 13, 2009
- I was one of those who suggested having colors in the wordfile, but my idea was to have the default colors in the wordfile and continue to keep the current/customized colors in the INI file .Posted in Syntax Highlighting
-   Topics
-   Views
- scallanh
Jun 10, 2009
- This is because of the new "Separate project file for user-specific and workspace information" feature that was added in v14. When I emailed IDM to ask them whether it was possible to disable this feature they said it could not be disabled but they could consider making it a configuration option in ...Posted in Projects/Workspace
-   Topics
-   Views
- scallanh
Apr 21, 2008
- I reported this bug to IDM almost a year ago and they were able to reproduce it and said they'd look into it. I'd recommend reporting it to them again (via email) if you want it fixed.Posted in UltraEdit General Discussion
-   Topics
-   Views
- scallanh
Jan 18, 2008
- Tom, if you haven't already, I'd encourage you to report this bug to IDM by email so they can fix this properly. From what they told me this was supposed to be fixed in v13.10 but obviously it's still a problem.Posted in Configuration/INI Settings
-   Topics
-   Views
- scallanh
Dec 01, 2007
- That's not quite right. This should work (adjust the line endings if it's not a DOS/Windows file, and "replace all" with nothing): ^(.*\r\n)\1+Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- scallanh
Nov 15, 2007
- I forgot to update this thread when I originally got a response from IDM, but here's what they wrote: > I can't get the "Restore User Customizations" function to work no > matter what options I select, and despite the fact that it sometimes > says it worked even though none of the customizations wer...Posted in Configuration/INI Settings
-   Topics
-   Views
- scallanh
Nov 01, 2007
- The problem is not the Perl regular expression engine, which is plenty fast, the problem is the function string. Here is the PHP function string from the latest default wordfile: /Regexp Type = Perl /Function String = "^[ \t]*function[ \t]+([\w_\d]+)[ \t]*\((?s:.*)\)[ \t]*\{" The "(?s:.*)" part gree...Posted in UltraEdit General Discussion
-   Topics
-   Views
- scallanh
Jun 27, 2007
- My first thought is, why try to remove the quotes and mangle your data in the process? Your sample text is valid CSV (quotes within each value are escaped by doubling them), so any tools designed to work with CSV should parse it correctly. For example: Plain text: LASER WELD WIRE 10"LG CSV encoded: ...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- scallanh
Jun 26, 2007
- Enter the extension without the period in front of it: "py" (without the quotes).Posted in Configuration/INI Settings
-   Topics
-   Views
- scallanh
Jun 19, 2007
- I also tried the "Backup/Restore User Customizations" recently but couldn't get the restore step to work no matter what options I selected. Like you experienced, even though UltraEdit sometimes said the customizations had been restored, nothing was changed. I think it's probably a bug and I'll be re...Posted in Configuration/INI Settings
-   Topics
-   Views
- scallanh
May 03, 2007
- Rather than replacing tabs with just "»" it might help to replace them with "»" followed by one tab (so basically you'd be inserting "»" before every tab). Assuming your tab width is at least 2 that should match the "show spaces/tabs" setting, except for tabs where the next tab stop is only one char...Posted in Macros
-   Topics
-   Views
- scallanh
Mar 13, 2007
- I'd also like to know the difference between "Download/Upload from server" and "Download/Upload with Sync". Does anyone know? (If not I will email IDM support.)Posted in FTP/SFTP / SSH/Telnet
-   Topics
-   Views
- scallanh
Dec 27, 2006