You are here: PSPad forum > Developer forum - new builds > Re: PSPad unicode 4.6.2 (2743) English

Re: PSPad unicode 4.6.2 (2743) English

Goto Page: Previous1 2

#11 Re: PSPad unicode 4.6.2 (2743) English

Posted by: MarkRH | Date: 2017-02-02 12:07 | IP: IP Logged

My tab height is messed up as well. The bottom row of tabs is chopped off.

image

Put 4.6.2 (2739) in, and it looks normal:

image

--
Mark H.

Edited 1 time(s). Last edit at 2017-02-02 12:12 by MarkRH.

Options: Reply | Quote | Up ^


#12 Re: PSPad unicode 4.6.2 (2743) English

Posted by: pspad | Date: 2017-02-02 13:36 | IP: IP Logged

I know. It's already fixed. Wait please for new build

Options: Reply | Quote | Up ^


#13 Re: PSPad unicode 4.6.2 (2743) English

Posted by: gwinkless | Date: 2017-02-07 15:22 | IP: IP Logged

programmer9:
If 1234 is in the list of previously found strings but 12345 is not in the list then highlighting 12345 actually puts 12345 into the "Text to Find" box.

Confirm that this problem still exists for me too, even in build 2745.

eg if I highlight a word "MyNewVariable" and hit <alt-S> <s> <return> PSPad shows all matches for "MyNewVariable" (as expected). If I then decide I want to search for any mention of "MyNew" and I highlight just "MyNew" and hit <alt-S> <s> PSPad will automatically expand MyNew into MyNewVariable, which isn't what I wanted at all.

Options: Reply | Quote | Up ^


#14 Re: PSPad unicode 4.6.2 (2743) English

Posted by: MegaV0lt | Date: 2017-02-10 14:07 | IP: IP Logged

With 2745 i still have some funny result:
image

1: Ok for me
3: Normal comment
4: Why is here the red sign?
6: Ok
7: Why is here the red sign?
9: Why is here the red sign?
10-11: Ok here...
13: Why is here the red sign?
14-16: Funny: Why is here the red sign?
19-21: # without following chars in red? Reason?
24: Ok
25-26: Even more funny!

Pleas explain someone what ist the reason for that coloring.

--
Es gibt zwei Methoden, fehlerfreie Programme zu schreiben. Aber nur die dritte funktioniert. [Murphy's Computer-Gesetz]

Options: Reply | Quote | Up ^


#15 Re: PSPad unicode 4.6.2 (2743) English

Posted by: pspad | Date: 2017-02-10 18:21 | IP: IP Logged

Bash highlighter is the same as before. If there are funny results, there were funny results before too.

4. Red sign is symbol. Change color for symbols to different if you don't like it. This should be comment or not?

9. Should be comment.
13-16 - red signs are symbols. Comment starts by green char.
19-21 - there is no space behind, no comment

I am not author of bash highlighter, but I can change it.
Instead of the "funny pic" write rules for comment and I will change highlighter.

Options: Reply | Quote | Up ^


#16 Re: PSPad unicode 4.6.2 (2743) English

Posted by: MegaV0lt | Date: 2017-02-13 11:19 | IP: IP Logged

For sure it is not the same as befor. #!/bin/bash was never shown like in the picture. But that is ok, as it is no comment ether.

The only "#" used in Bash i know that is no comment is:

$# - Number of given parameters
${#var} - Lenght of var
${#var[@]} - Number of elements in array
${string#substring} - Strip shortest match of $substring from front of $string
${string##substring} - Strip longest match of $substring from front of $string
${string/#substring/replacement} - If $substring matches front end of $string, substitute $replacement for $substring
Probably everything between "" like 'echo "This is # for test"'

See here: tldp.org

is there more?

## is symbol? What is the meaning?

--
Es gibt zwei Methoden, fehlerfreie Programme zu schreiben. Aber nur die dritte funktioniert. [Murphy's Computer-Gesetz]

Options: Reply | Quote | Up ^


#17 Re: PSPad unicode 4.6.2 (2743) English

Posted by: pspad | Date: 2017-02-13 11:27 | IP: IP Logged

I need to know comment definition rules.
tldp.org

e.g. comment start with # as first char on line and after it must be space or # or ... and can't be there letter or number or ...

Options: Reply | Quote | Up ^


#18 Re: PSPad unicode 4.6.2 (2743) English

Posted by: pspad | Date: 2017-02-23 08:38 | IP: IP Logged

programmer9:
If it's any help:

If 1234 and 12345 are both in the list of strings that have already been searched for then there is no problem - highlighting 1234 puts 1234 into the "Text to Find" box and highlighting 12345 puts 12345 into the box.

If 1234 is in the list of previously found strings but 12345 is not in the list then highlighting 12345 actually puts 12345 into the "Text to Find" box.

Hello
I am sorry, but I didn't find nothing wrong.
Search dialog is filled with current/word or selected text if program settings/tools option [x]Search - fill in Search field with selected/current

If you switch off this option, Search/Replace dialog will offer you last used string

Options: Reply | Quote | Up ^


#19 Re: PSPad unicode 4.6.2 (2743) English

Posted by: gwinkless | Date: 2017-02-27 14:53 | IP: IP Logged

pspad:
programmer9:
If it's any help:

If 1234 and 12345 are both in the list of strings that have already been searched for then there is no problem - highlighting 1234 puts 1234 into the "Text to Find" box and highlighting 12345 puts 12345 into the box.

If 1234 is in the list of previously found strings but 12345 is not in the list then highlighting 12345 actually puts 12345 into the "Text to Find" box.

Hello
I am sorry, but I didn't find nothing wrong.
Search dialog is filled with current/word or selected text if program settings/tools option [x]Search - fill in Search field with selected/current

If you switch off this option, Search/Replace dialog will offer you last used string

Because if your selected/current matches the first part of a previous search string, the code chooses the previous search string from the search history dropdown and searches for that, not for what you've selected.

Options: Reply | Quote | Up ^


Goto Page: Previous1 2





Editor PSPad - freeware editor, © 2001 - 2024 Jan Fiala, Hosted by Webhosting TOJEONO.CZ, design by WebDesign PAY & SOFT, code Petr Dvořák, Privacy policy and GDPR