Search found 1053 matches

by Rickard Johansson
07 Jul 2015 19:25
Forum: Bug reports
Topic: FIXED? V10.50 B1: Document list panel: Select and Themes
Replies: 2
Views: 6441

Re: V10.50 B1: Document list panel: Select items and Themes

I've fixed several display issues and flickering in the document list.

To fix the drag issue I had to add a key qualifier. So, to move document around in the document panel list - you have to press CTRL.
by Rickard Johansson
07 Jul 2015 16:12
Forum: Bug reports
Topic: FIXED: v10.50 b1 crashed when viewing .chm file
Replies: 1
Views: 5371

Re: v10.50 b1 crashed when viewing .chm file

The file is probably opened as a Unicode file because it contain zero's. It should open as a binary file. I'll fix it and try to reproduce the crash. The program shouldn't crash even if the file was opened using the wrong encoding.
by Rickard Johansson
01 Jun 2015 12:37
Forum: Bug reports
Topic: Tabs always converted to spaces when loading file
Replies: 2
Views: 6622

Re: Tabs always converted to spaces when loading file

In "Options -> Tabs and spaces" you should make sure the option "Preserve tab characters" is checked. It is set by default, so I'm guessing you've unchecked it at some point... :)
by Rickard Johansson
31 May 2015 14:25
Forum: Bug reports
Topic: SOLVED: Missing translation at scripts-menu V10.40 Beta 1
Replies: 2
Views: 7020

Re: Missing translation at scripts-menu V10.40 Beta 1

It's not missing. It seems you haven't translated the item in the German language files.

m0B=Sc&ripte
B000=&Neu
B001=&Öffnen...
B002=R&ecent scripts <---
B003=&Speichern
by Rickard Johansson
12 May 2015 15:58
Forum: Scripts
Topic: How can I replace numeric entities in a string?
Replies: 4
Views: 19031

Re: How can I replace numeric entities in a string?

It's a bug. I've fixed it in the next release.
by Rickard Johansson
11 May 2015 11:07
Forum: Scripts
Topic: Example: DelLineContains / DelLineNotContains
Replies: 21
Views: 50022

Re: Example: DelLineContains / DelLineNotContains

Revert, in this case, means "go back to a previous state". Undo will simply undo the last operation.

If anyone have a suggestion on how to make the undo/redo history more intuitive - I'm all ears.
by Rickard Johansson
11 May 2015 08:33
Forum: Scripts
Topic: Example: DelLineContains / DelLineNotContains
Replies: 21
Views: 50022

Re: Example: DelLineContains / DelLineNotContains

Try to select the undo point you wish to revert to and press the "Revert" button.
by Rickard Johansson
07 May 2015 21:43
Forum: Bug reports
Topic: FIXED: Find All box info disappeared
Replies: 5
Views: 10628

Re: NOBUG: Find All box info disappeared

The result list is not cleared in v10.30 if the output option is set to either no output or show result dialog. "Find" and "Replace" are two different things. Well, so is find in a folder and find in a document. Not to mention "Find All" in different documents. If you w...
by Rickard Johansson
07 May 2015 21:30
Forum: Bug reports
Topic: FIXED: Search/Replace -> Slider glitch
Replies: 3
Views: 7591

Re: Search/Replace -> Slider glitch

I could only reproduce this using the 64-bit version. Same as you.

I'ts been fixed. Thank you!
by Rickard Johansson
07 May 2015 14:01
Forum: Bug reports
Topic: FIXED: Find All box info disappeared
Replies: 5
Views: 10628

Re: ??? Find All box info disappeared

Thank you.

The output option on the replace tab is set to "No output". So, unless you've set the option to keep old results (context menu option) - the result list should be cleared.
by Rickard Johansson
07 May 2015 13:41
Forum: Bug reports
Topic: FIXED: Search/Replace -> Slider glitch
Replies: 3
Views: 7591

Re: Search/Replace -> Slider glitch

I think the display and scroll bar issue is fixed, but I can't see anything wrong with undo.
by Rickard Johansson
06 May 2015 21:56
Forum: Bug reports
Topic: FIXED: Find All box info disappeared
Replies: 5
Views: 10628

Re: Find All box info disappeared

Do you mean the search result panel?

It would be great if you could tell me exactly how to reproduce this and which options to use.
by Rickard Johansson
06 May 2015 16:38
Forum: Scripts
Topic: Example: DelLineContains / DelLineNotContains
Replies: 21
Views: 50022

Re: Example: DelLineContains / DelLineNotContains

It may be possible to add (in a later version). But you can already undo all of it in one action by using the "Edit -> Undo/Redo History..." window.