- Posted by
- What I have noticed with Undockable tabs: -- Tabs don't consume the full window width if you dock side bars. So, you can't fit nearly as many tabs in a row. -- You can't select multiple files in the Open Files list and Tile horizontally/vertically (you can get close to this behavior with the new dra...Posted in Editor Display
-   Topics
-   Views
- roland
Aug 14, 2009
- The reason you have to release the Ctrl key between script executions is because the Cancel dialog steals the focus of the keyboard and 'cancels' the Ctrl key press. I have requested that IDM add an option similar to what is available for macros to suppress the cancel dialog and allow multiple ctrl ...Posted in Scripts
-   Topics
-   Views
- roland
Jul 14, 2009
- ok, that makes it a little cooler ;-) But, I still want the ability to select a bunch of files in the Open File List, right click and Tile, without having to always disable and re-enable the tab bar. Thanks for pointing out the tile groups, though.Posted in UEStudio General Discussion
-   Topics
-   Views
- roland
Jan 22, 2009
- The new feature is nice, but only supports 2 'windows' and so it doesn't replace the old Tile behavior (which allows you to Tile any number of windows). It would be nice if US/UE at least automatically hid the tab bar when tiling and then restored the tab bar when one of the tiled windows is maximiz...Posted in UEStudio General Discussion
-   Topics
-   Views
- roland
Jan 22, 2009
- I too was disappointed to see the lack of multi-line tabs. As the above poster said, I also open many files which I switch rapidly between. Personally, I will be waiting as long as possible until this feature is implemented before upgrading.Posted in Editor Display
-   Topics
-   Views
- roland
Jan 18, 2009
- I would love to see something like this done. I've looked into it, but I imagine it would be possible to create a bunch of scripts which uestudio can run (treating them like compilers and other tools). These scripts would execute commands via ssh to the unix/linux machine and do any other special tr...Posted in Workspace Management
-   Topics
-   Views
- roland
Feb 09, 2008
- Hello, this is a revised script based on the one discussed at Snippets with macro . It auto-completes a block using a template for each flow control construct. Maybe it will be useful for others. Also, can anyone can tell me why that parseInt() appears to be necessary? (if I just pass i itself, an e...Posted in Scripts
-   Topics
-   Views
- roland
Dec 20, 2007
- Mofi, I have confirmed that split window scrolling works fine in MS Word. I've also confirmed many times in the past that it worked the way we expect in 12.20b and has been broken since 13.00. It also works fine in UE 13.x on a different machine of mine with a normal mouse driver. The problem is onl...Posted in UltraEdit General Discussion
-   Topics
-   Views
- roland
Dec 11, 2007
- I have the same problem with IBM's simulated scrolling button (on a Thinkpad laptop). It was broken between the 12.20b and 13.00 release. I've already reported this months ago. Perhaps if you also report it to IDM, we can get them to fix this.Posted in UltraEdit General Discussion
-   Topics
-   Views
- roland
Dec 11, 2007
- I am trying, but I can't help myself... Troll alert: Maybe that GNU style should just be banned?Posted in Syntax Highlighting
-   Topics
-   Views
- roland
May 23, 2007
- I think the problem is that UltraEdit is forcing the display to update after every function call. I don't think it should do this. It's been a while, but last I checked browsers definitely don't do this either. The only time a browser repaints the screen is at the end of javascript execution (usuall...Posted in Scripts
-   Topics
-   Views
- roland
Mar 27, 2007
- From the Ghost Installer page: (http://www.ethalone.com) --------------------------------------- New version - Ghost Installer 4.5.1 Some of our customers wrote to Support Service complaining that Ghost Installer Studio doesn't start when Internet Explorer 7.0 Release Candidate 1 is installed. We we...Posted in UltraEdit General Discussion
-   Topics
-   Views
- roland
Dec 07, 2006
- I don't use UEStudio yet, but I think you need to add your source files to a project before you can make use of the class viewer (and some other features).Posted in IDE (Class Viewer, IntelliTips, ...)
-   Topics
-   Views
- roland
May 04, 2006
- In the project settings dialog, hit the 'Add Folder' button. -Unselect 'Group' -Browse to a location for the local copy -Select 'Link Folder...' -Choose the ftp account -Specify the remote path the directory you want to mirror locally Right click on this new folder in the project tab of the file tre...Posted in FTP/SFTP / SSH/Telnet
-   Topics
-   Views
- roland
Mar 24, 2006
- Using perl regex (new in 12.00) Find: "../ch([^/]+)/([^.]+)\.html" Replace: "\1_\2.html" I am not familiar enough with UE style regex to comment on that method.Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- roland
Mar 22, 2006