- Posted by
- Hello, I've been doing tests, with a fresh installation of UltraEdit, and it doesn't happens, so after checking my custom config I have found the problem: I had assigned the DEL key to the "Delete" function, I have removed that key assignment and everything works fine; PROBLEM SOLVED!Posted in UltraEdit General Discussion
-   Topics
-   Views
- Koko_McCracken
Apr 24, 2006
- Hello, I have a little problem with the search box, the window in the toolbar in which you can write a text, press enter and find it. Usually, i use it to build & test regular expressions, so i write on it and make corrections, when I'm writing in this search box and press the BACKSPACE key, ultraed...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Koko_McCracken
Apr 21, 2006
- Hello, I have nothing to say about char by char / grouped chars undo. However, is there an option to "group " undo a macro? I mean, when you execute a macro, and then try to undo it, you undo the macro step by step, and I find quite more interesting to undo the whole macro at once. What do you think...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Koko_McCracken
Apr 21, 2006
- Hello Carlos, You can use a macro like this: InsertMode ColumnModeOff HexOff Clipboard 9 Cut " <!--" Paste "--> " ClearClipboard Clipboard 0 You can modify it to better suit your preferences regarding the placing of newlines. I was afraid of macros myself, but doing experiments with the "quick recor...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Koko_McCracken
Apr 21, 2006
- Hello, While having coffee this morning, I've come to this macro conclusion: InsertMode ColumnModeOff HexOff Clipboard 9 StartSelect Key HOME Key HOME EndSelect Cut " " Paste ClearClipboard Clipboard 0 It's a cheap and easy macro, and do the trick quite well, however it's a bit late because Bego had...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Koko_McCracken
Apr 21, 2006
- Hello amazonpit, when you need to write formatted text in a post, you can use the code button, the one with the #; just select the text and press the button: (define abc lambda () (+ 1 2 3)) | I don't know exactly how to do what you want in a fast and clean way, there is an "Add Indent" function, bu...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Koko_McCracken
Apr 21, 2006
- Hello, F1 is not the "Context Help", it is the "Index Help". F1 opens the help topic those help ID (index) is assigned to the current dialog, window, etc. I agree, when I'm over an menu item, or inside a options window, and I press F1, the help that appears is related to the item I'm hovering, selec...Posted in Configuration/INI Settings
-   Topics
-   Views
- Koko_McCracken
Apr 19, 2006
- Hello, I've done a custom keyboard layout for UltraEdit-32, and investigating a little bit the problems and conflicts with the keyboard mappings, and i've created a table where I have all the mappable UltraEdit functions with their descriptions, default hotkeys and my custom hotkeys, and also the ke...Posted in Configuration/INI Settings
-   Topics
-   Views
- Koko_McCracken
Apr 15, 2006
- Hello, I have seen a new function in UltraEdit 12.00: "Edit - Paste & Copy" It is in grey and in the help file it is not explained, (I can't find it at least), and after a while doing experiments and trying things, I'm now able to use it and it's a very interesting option, and I would like to share ...Posted in UltraEdit General Discussion
-   Topics
-   Views
- Koko_McCracken
Apr 14, 2006
- Hello Mofi, Thanks for the help, I'd just read the Topics of the posts and I didn't see that you had perfectly explained it already. What I´m going to do, instead of using htmltidy.dll or tidylib.dll, is to invoke tidy.exe through "Advanced - Tool Configuration...", because that way, I can assign di...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Koko_McCracken
Apr 10, 2006
- Hello Mofi I've checked my cfg file and the problem was that I had spaces before the options, something like this: bare: no clean: no css-prefix: decorate-inferred-ul: no doctype: auto drop-empty-paras: yes drop-font-tags: no drop-proprietary-attributes: no enclose-block-text: no I've modified it an...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Koko_McCracken
Apr 10, 2006
- Hello, I'm trying to configure several cfg files for use with HTML Tidy inside UltraEdit; currently, you have two possible ways to configure the tidy options, one is selecting the options you want from an "Ultraedit HTML Tidy options" window, the other is specifying a .cfg file with all the possible...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Koko_McCracken
Apr 08, 2006
- Hello, I'm using UltraEdit-32 12.00 I'm trying to bound a key to the "HTML Tidy" command, but it doesn't work, i've tried several key combinations, and no one works with this command, if I use the same key combinations with other commands they work fine; i've seen that when you map a key to a comman...Posted in Custom User Tools/Tool Configuration
-   Topics
-   Views
- Koko_McCracken
Apr 08, 2006