- Posted by
- The file is written in Unicode (UTF-7) and you are reading it in ASCII. See this reference .Posted in Projects/Workspace
-   Topics
-   Views
- Evergreen
Dec 06, 2018
- This is a shorter version of your script: UltraEdit.insertMode(); if (typeof(UltraEdit.columnModeOff) == "function") UltraEdit.columnModeOff(); else if (typeof(UltraEdit.activeDocument.columnModeOff) == "function") UltraEdit.activeDocument.columnModeOff(); UltraEdit.activeDocument.hexOff(); UltraEdi...Posted in Scripts
-   Topics
-   Views
- Evergreen
Aug 16, 2017
- I can confirm this on UF x64 16.0.0.11; looks like a bug to me, too. Since this is only a user-to-user forum, you will need to report it to IDM support by email.Posted in UltraFinder General Discussion
-   Topics
-   Views
- Evergreen
Apr 17, 2017
- The executable file path and registry path for UEStudio 64-bit is C:\Program Files\IDM Computer Solutions\UEStudio\UEStudio.exe . The window title is UEStudio '16 64-bit .Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Evergreen
Jul 15, 2016
- Thank you for writing IDM, Mofi. It would be interesting to know how many people actually use the feature of hiding buttons without removing them from the toolbar. Everything would be much simpler without it, with all changes to the toolbar handled by the Customize dialog.Posted in Editor Display
-   Topics
-   Views
- Evergreen
May 31, 2016
- I can reproduce this in UE 23.10.0.1 64-bit Windows 7. In Toolbar/Menu mode, click the dropdown arrow to the right of any toolbar. Select Add or Remove Buttons from the dropdown. Select any toolbar that you have open and uncheck any one of the buttons to hide it in the toolbar. Again click the dropd...Posted in Editor Display
-   Topics
-   Views
- Evergreen
May 30, 2016
- I don't think there is currently any documented way to add a large icon to the ribbon. You would need to submit an enhancement request to IDM. It seems like the kind of thing they might add in a future version, unless they are worried about people making their ribbons ugly. 8) The format of the rib...Posted in Editor Display
-   Topics
-   Views
- Evergreen
May 05, 2016
- On my computer, using version 21.20, the line numbers print for blank lines if the Print Syntax Highlighting box is unchecked. With Print Syntax Highlighting enabled, the line numbers do not print for blank lines. My guess is it's a bug, but you would need to ask IDM.Posted in Configuration/INI Settings
-   Topics
-   Views
- Evergreen
Jul 14, 2014
- I have had a similar problem in version 20 with Lucida Console , a monospaced font. The theme that I use, Twilight, defaults to italics for quoted strings. If the last character in a line is a double quote, in Lucida Console it appears as a single quote, with just a pixel or two of the second quote ...Posted in Editor Display
-   Topics
-   Views
- Evergreen
Nov 22, 2013
- Thanks, Mofi. I learned a lot from your post. FWIW, yesterday I wrote a 1.3 MB file from a string variable and it was extremely fast, so it at least works for files of that size. I also closed the input file immediately after selectAll and reading the selection; I don't know if closing the file rele...Posted in Scripts
-   Topics
-   Views
- Evergreen
Oct 31, 2013
- I have a basic question about scripts. I usually use javascript variables for buffering input and output data, but I have noticed that many of the scripts submitted to the forum by Mofi and others make extensive use of the clipboard(s) instead of variables. I'm sure there must be a reason. Are clipb...Posted in Scripts
-   Topics
-   Views
- Evergreen
Oct 31, 2013