Re: Error in AutoIt3 Highlighter on comment [73428]

2020-05-12 Tema obsahu Jan Fiala
You use Basic style comment in the user highlighter declaration and Basic
comment must start after space or tab. 
Open User highlighter definition and check VLisp comment in the first part of
comments:
;|..|;

It will tell PSpad that comment can start directly after text. It's temporary
solution, I will make this functionality for AutoIt comment #cb..#ce too.
Will be available in the next build

-- 

PSPad freeware editor https://www.pspad.com


Re: find first and last [73427]

2020-05-12 Tema obsahu Professor Bernd
If you need help, I can help. I've been working on this feature for a long time
and I'm sure I can help. For example with pseudo code that shows how to
highlight all occurrences of marked text.

-- 

PSPad freeware editor https://www.pspad.com


AutoIt3 Highlighter Error with mixed quotes [73426]

2020-05-12 Tema obsahu Professor Bernd
If single and double quotation marks are used, there is a bug in the
highlighter.

[URL=https://www.directupload.net/file/d/5818/lnrn3poh_png.htm][IMG]https://s12.
directupload.net/images/200513/temp/lnrn3poh.png[/IMG][/URL]

-- 

PSPad freeware editor https://www.pspad.com


Re: Synchronize the Code Explorer with the Editor [73425]

2020-05-12 Tema obsahu Jan Fiala
It can be very confusing, cause in the explorer is several section and it will
jump from one section (e.g. functions) into variables or comments or...

You are looking for your AU3, wat is quite easy, but in other languages Code
explorer content is much more complicated.

-- 

PSPad freeware editor https://www.pspad.com


Re: Search in the editor scrolls too far [73424]

2020-05-12 Tema obsahu Jan Fiala
Scroll settings (top, bottom, middle) is for vertical position.
Horizontal is made to make search result visible.

can you send any screenshot?

-- 

PSPad freeware editor https://www.pspad.com


Re: misspelling in Code Explorer [73423]

2020-05-12 Tema obsahu Jan Fiala
Fixed, will be available in the next build

-- 

PSPad freeware editor https://www.pspad.com


Re: find first and last [73422]

2020-05-12 Tema obsahu Jan Fiala
I understand, but it's not as easy as it can look.

-- 

PSPad freeware editor https://www.pspad.com


Error in AutoIt3 Highlighter on comment [73421]

2020-05-12 Tema obsahu Professor Bernd
Text after comment characters is NOT highlighted as comment if the comment
character ";" is directly (without spaces) after another character.

[URL=https://www.directupload.net/file/d/5818/pgh62eiv_png.htm][IMG]https://s12.
directupload.net/images/200513/temp/pgh62eiv.png[/IMG][/URL]

-- 

PSPad freeware editor https://www.pspad.com


Synchronize the Code Explorer with the Editor [73420]

2020-05-12 Tema obsahu Professor Bernd
In the Code Explorer you can press a button to synchronize the editor with the
Code Explorer. Instead of searching for the tiny button and pressing it every
time, the synchronization should be done automatically when you set the caret to
another function in the editor.

-- 

PSPad freeware editor https://www.pspad.com


Search in the editor [73419]

2020-05-12 Tema obsahu Professor Bernd
Search in the editor

If a search term is located on the right in the visible area of the editor, F3
automatically scrolls to the right so that the search term comes to the middle
of the editor ("Default" setting). This moves the right, important part of the
document out of the visible area, while on the left there is much, much empty
space. How can I set the setting to scroll only so far that the search term is
visible at the right margin?

-- 

PSPad freeware editor https://www.pspad.com


misspelling in Code Explorer [73418]

2020-05-12 Tema obsahu Professor Bernd
[URL=https://www.directupload.net][IMG]https://s12.directupload.net/images/20051
3/okr6dfd7.png[/IMG][/URL]

-- 

PSPad freeware editor https://www.pspad.com


Re: find first and last [73417]

2020-05-12 Tema obsahu Professor Bernd
Today is the 2020-05-13, my post
[url=https://forum.pspad.com/read.php?2,73355,73397#head]"Highlighting all
occurrences of selected text in the active editor"[/url] is from 2020-05-05, so
more than 1 week old. You did not answer. But you answer maki almost every day.
maki doesn't know the word "please", nor "thank you". I say: _Please_ build
my requested feature into PSPad, it is for all languages and many users will be
happy!

-- 

PSPad freeware editor https://www.pspad.com


Re: find first and last [73416]

2020-05-12 Tema obsahu Jan Fiala
Professor Bernd:

@pspad

Why do you answer this impudent, disrespectful user, but do not answer me! Do I
have to ask as disrespectfully as maki, or what should I do?



I can ask you only that it will be implemented. All requests are put into queue.

In case your question is from the working in PSPad area, I will answer. 
I got all forum adds into e-mail, don't be afraid, no add is lost.

-- 

PSPad freeware editor https://www.pspad.com


Re: find first and last [73415]

2020-05-12 Tema obsahu Professor Bernd
@pspad

Why do you answer this impudent, disrespectful user, but do not answer me! Do I
have to ask as disrespectfully as maki, or what should I do?

-- 

PSPad freeware editor https://www.pspad.com


Re: find first and last [73414]

2020-05-12 Tema obsahu maki
Thanks, it works great!

(^39|32$)

-- 

PSPad freeware editor https://www.pspad.com


Re: Highlighting all occurrences of selected text in the active editor [734= 13]

2020-05-12 Tema obsahu Professor Bernd
Vany:

I would be happy if this could work, no problém. So it is up to Honza to
implement it some day.



Many users would be happy, because _it is a feature for all languages!_ The
users have been asking for it for years. I also don't understand why Honza
doesn't answer. Thank you very much for your answer! :)

Bernd.

-- 

PSPad freeware editor https://www.pspad.com


Re: Text Diff function is broken in x64 version 5.0.4 (395) [73412]

2020-05-12 Tema obsahu
OK, thanks Jan, I will keep an eye on it.
Thanks again for your great software.
Cheers.

-- 

PSPad freeware editor https://www.pspad.com


Re: find first and last [73411]

2020-05-12 Tema obsahu Jan Fiala
If it write to you that regular expression is invalid, you are not able to use
copy/paste. My regular expression is OK.

If you want to find first and then last in two steps, use this expression:
(^\d+|\d+$)

-- 

PSPad freeware editor https://www.pspad.com


Re: find first and last [73410]

2020-05-12 Tema obsahu maki
Invalid regular expression.
Again:
I just want to find the first and last number. Not replacement method!

-- 

PSPad freeware editor https://www.pspad.com


Re: find first and last [73409]

2020-05-12 Tema obsahu Jan Fiala
search: ^(\d+).*(\d+)$

you can use Copy button to put result into new file or replace with:
$1 $2

-- 

PSPad freeware editor https://www.pspad.com


find first and last [73408]

2020-05-12 Tema obsahu maki
Having 20 different numbers separated by a comma
2-digits
I want to find first and last
29 and 32
What regular expression?
29,...,32

-- 

PSPad freeware editor https://www.pspad.com


Re: Highlighting all occurrences of selected text in the active editor [734= 07]

2020-05-12 Tema obsahu Pavel Vančák
I would be happy if this could work, no problém. So it is up to Honza to
implement it some day.

-- 
Vany
(PSPad 5.0.4 (385) x32, W10h/p x64 en/cs)


PSPad freeware editor https://www.pspad.com


Re: Text Diff function is broken in x64 version 5.0.4 (395) [73406]

2020-05-12 Tema obsahu Jan Fiala
Hello

Yes, in 64b version are still some problems. On the other side, there is no
reason why to use 64b version, if you don't need to work with huge files.

-- 

PSPad freeware editor https://www.pspad.com


Text Diff function is broken in x64 version 5.0.4 (395) [73405]

2020-05-12 Tema obsahu
Hi,

I just upgraded to the newest beta version 5.0.4 (395) x64, and it appears that
the Text Diff function is broken.
When reverting back to the x32 version it is fine again.
Reading through the forum I found out that this x64 problem was reported before,
but apparently has not been fixed yet.
Since this Text Diff function is a very useful feature for me, and I sometimes
work with very large files, I would love to have this in the x64 version as
well.
So is there any change that this will be fixed in the future?

Thanks.

-- 

PSPad freeware editor https://www.pspad.com


Re: vynucené připojení přípony txt k souborům s jinou přípo= nou [73404]

2020-05-12 Tema obsahu Jan Fiala
Pak si vytvořte uživatelský zvýrazňovač bez přípony, stačí vyplnit
jméno a příponu ve tvaru *.

-- 

PSPad freeware editor https://www.pspad.com


Re: vynucené připojení přípony txt k souborům s jinou přípo= nou [73403]

2020-05-12 Tema obsahu MirekSv
To sice tak trochu zafunguje, ale musím nejprve přepnout příponu typ na
"Všechny soubory (*.*)" a pak ještě umazat tu ".txt" příponu u jména
souboru a dělat to takto u více souborů je dost otravné. Takže bych
preferoval, aby PsPad, pokud příponu nerozezná rovnou nabízel ten typ
"Všechny soubory (*.*)" a žádnou příponu ke jménu souboru nepřidával.

-- 

PSPad freeware editor https://www.pspad.com