Re: Add/Remove Comment [76085]

2021-06-13 Tema obsahu Professor Bernd
Some keys in the KeyMap.INI are still created twice.

[color=#808080]Maybe you could also take the opportunity to change the case of
the file extension ".INI" to lowercase ".ini" for all newly created .ini
files?[/color] :)

-- 

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


Re: PSPad unicode 5.0.7 (649) English [76079]

2021-06-12 Tema obsahu Professor Bernd
Hello.

Maybe it has to do with the fact that in the KeyMap.ini various keys appear
twice (ecUndo, ecRedo, ...) or even three times (ecLineBreak).

I created a fresh PSPad installation (5.0.5 (567) + 5.0.7 (649) beta), then
assigned a shortcut to the first free entry in "Settings" / "Program Settings" /
"Key Map" and saved the settings. This created a KeyMap.INI with the duplicate
entries. 

Maybe you could take the opportunity to change the upper case of the file
extension ".INI" for all newly created .ini files to lower case ".ini"? ;-)

-- 

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


Re: PSPad unicode 5.0.7 (649) English [76036]

2021-06-08 Tema obsahu Professor Bernd
Hello.

When I use Column Selection (Alt + left mouse button) I can select a vertical
block. But I am not able to move the selection with the mouse. Am I doing
something wrong?

-- 

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


Re: Looking for more information on file type plugins [75986]

2021-06-02 Tema obsahu Professor Bernd
pspad:

I will add more information into readme file


Thanks for adding more information to the new readme file! :)

-- 

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


Re: Looking for more information on file type plugins [75945]

2021-05-28 Tema obsahu Professor Bernd
This is a lot of information and I can test a lot. :) It may take a while, I may
not get to it until next week. 

Maybe this information could be included in the PSPad help, or maybe a user can
provide a simple example with source code? In any case, thanks for the valuable
information!

-- 

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


Re: Looking for more information on file type plugins [75941]

2021-05-28 Tema obsahu Professor Bernd
I think I understood some things. :) What is still not clear to me, does PSPad
generate the temp files or just the path information? Does the creation of the
files have to be programmed in the plugin first? 

For example I tested the following:

if %1 == -L "%~d0%~p0..\_ParamTesting_.exe" %2 %3
if %1 == -S "%~d0%~p0..\_ParamTesting_.exe" %2 %3

The ParamTesting.exe does nothing except display the overgen parameters. For
example, when I _load_ the file "Hello world.au3", the ParamTesting.exe
shows me:

D:\D\PSPad4AutoIt3  est files\Hello world.au3
C:\Users\User1\AppData\Local\Temp\[color=#aa4040]V76126848[/color]

Now I write a few characters and _save_ Ctrl+S, then the ParamTesting.exe
shows me:

C:\Users\User1\AppData\Local\Temp\[color=#aa4040]R78610522[/color]
D:\D\PSPad4AutoIt3  est files\Hello world.au3

When saving, a different temp file is shown. Am I doing something wrong? What is
the right way to do it?

Please don't put too much effort into the answers, it's NOT important. I'm sure
I'll figure it out myself somehow. But if you have the time, I appreciate any
information. ;-)

-- 

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


Re: Looking for more information on file type plugins [75937]

2021-05-28 Tema obsahu Professor Bernd
Thanks for taking the time to explain! :) I have already tested PDF files.
Thanks for the tip. 

What are there 2 plugin files for 1 file type for? 
"*\Plugins\Some.exe*" <= I call it "_higher plugin_" to avoid
misunderstanding.
"*\Plugins\FileTypeu3.bat*" <= I call it "_deeper plugin_".

pspad:

When file extension you want to open is equal any file type plugin
PSPad call plugin to open file, _plugin creates temporary file_ and PSPad
open it. Save process is the same - file is saved from PSPad, send to plugin and
_plugin saves it_.



So far I have not been able to get the deeper plugin to save a file. I used the
defaults from the PSPad help, e.g..
if %1 == -L "%~d0%~p0..\some.exe" %2 %3
if %1 == -S "%~d0%~p0..\some.exe" %2 %3

And I have made many more attempts. I guess that ALL the functionalities have to
be built in first by the user? But this is just a guess, maybe I did something
wrong.

Is it possible to call a "some.exe" in any path with the deeper plugin, or does
it have to be in the "\Plugins\" folder?

-- 

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


Looking for more information on file type plugins [75934]

2021-05-28 Tema obsahu Professor Bernd
Hello.

I'm trying to get familiar with the PSPad plugins in the folder
"\Plugins\FileType\". I found some basic information in the "ReadMe.txt"
and in the PSPad help file.

Has anyone already dealt with plugins, or knows where to find more detailed
information?

-- 

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


Re: PSPad unicode 5.0.7 (629) English [75844]

2021-05-21 Tema obsahu Professor Bernd
Oops! Was I that "someone"? *quick-duck-away*

Sorry, it was just a question. It's not so bad if you can't save an empty file.
You can still use F12. That the save button is enabled/disabled, depending on
the modified status, is much more important. :)

Thanks for your good work!

-- 

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


Re: PSPad unicode 5.0.7 (629) English [75835]

2021-05-20 Tema obsahu Professor Bernd
I cannot save an empty file. Can anyone confirm this? Or is this the way it is
supposed to be?

-- 

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


Re: sorted file tabs [75808]

2021-05-19 Tema obsahu Professor Bernd
Hello gwinkless.

I also find the file tab behavior given by Microsoft very irritating. If I click
on a tab in row 1 and the whole row is pushed all the way down, then that is
irritating ;-)

As a workaround I use :
"Settings" / "Program Settings" / "Program (part 1)" => "File Tabs Style:" "Flat
buttons"

Advantage: The rows are NOT moved when you click on a tab!

Disadvantages: The buttons are ugly and need more space horizontally.

Maybe Jan can replace the buttons with labels, if we ask nicely? :) Labels look
modern and pretty and are not so high. [color=#808080](I don't remember, had I
already made the request?)[/color].

-- 

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


Re: Matching brackets [75807]

2021-05-19 Tema obsahu Professor Bernd
Thanks idefix2! This has been bothering me for a long time, but I didn't know
what was bothering me. Whenever I wrote the last parenthesis of a function, the
highlighting irritated me. Over time I got into the habit of always moving the
caret forward 1 character, but as idefix2 says, it bothers a little.

It would be nice to me too if this really useful feature would show the
highlighting only when the caret is in front of the bracket. :)

Thank you.

-- 

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


Re: PSPad unicode 5.0.7 (625) English [75708]

2021-05-11 Tema obsahu Professor Bernd
pspad:

_Fixes:_
Words at cursor doesn't return word when cursor was just behind the word


Fix is not complete: If the search word is not followed by another character,
the search word will not be recognized if the caret is placed directly after the
word.

As an example a very common procedure: You write the beginning of a function,
e.g. "Msg" and press autocomplete => "MsgBox", then the caret is directly after
"MsgBox". If you then call the Language Help, "MsgBox" is not recognized.

Thanks for your good work and all the effort! :)

-- 

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


Re: PSPad unicode 5.0.7 (623) English [75629]

2021-05-06 Tema obsahu Professor Bernd
pspad:

Professor Bernd:

Bug is back. ;-)

[url=https://forum.pspad.com/read.php?2,71899]Language help doesn't work if
caret is directly after the search term[/url]



Fixed. Thank you


I thank you! :)

-- 
<https://forum.pspad.com/read.php?6,75559,75629>
PSPad freeware editor https://www.pspad.com


Re: PSPad unicode 5.0.7 (623) English [75616]

2021-05-05 Tema obsahu Professor Bernd
Are there indentation lines for VBScript? Is there something that needs to be
set?

-- 

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


Re: PSPad unicode 5.0.7 (623) English [75615]

2021-05-05 Tema obsahu Professor Bernd
Bug is back. ;-)

[url=https://forum.pspad.com/read.php?2,71899]Language help doesn't work if
caret is directly after the search term[/url]

-- 

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


Re: PSPad unicode 5.0.7 (623) English [75610]

2021-05-05 Tema obsahu Professor Bernd
Professor Bernd:

...
1. When I double click to select a word, the caret stays within the word. ...
2. I cannot drag selected text with the mouse. 
...

pspad:

I updated 623 yesterday due to updater problem. 
I have confirmed from czech users that drag/drop works fine in this build. ...



Good that you wrote that, it made me realize that there is a second version with
the same number, but from the next day. I made another update (unzipped zip):

from 5.0.7 (623) of 2021-05-_04_ ...
... to 5.0.7 (623) of 2021-05-_05_ ...

Now double-click selection and dragging selected text works again! :)

Thanks for the quick fix!

-- 
<https://forum.pspad.com/read.php?6,75559,75610>
PSPad freeware editor https://www.pspad.com


Re: PSPad unicode 5.0.7 (623) English [75587]

2021-05-05 Tema obsahu Professor Bernd
*[color=#808080]From the other thread:[/color]*

For testing, I unzipped a fresh full version and unzipped version 5.0.7 (623) to
it.

1. When I double click to select a word, the caret stays within the word. I did
not press the shift key (nor any other), just double click with the mouse.

[URL=https://www.directupload.net][IMG]https://s20.directupload.net/images/21050
5/7he7v9p6.jpg[/IMG][/URL]

2. I cannot drag selected text with the mouse.

Bernd.

-- 

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


Re: PSPad unicode 5.0.7 (620) English [75583]

2021-05-05 Tema obsahu Professor Bernd
pspad:

Can you please update to 623 build?



Professor Bernd:

Therefore I unpacked a fresh full version and unpacked
the version 5.0.7 (623) to it.



I have already done the update. Sorry for the confusion, I better post the bugs
in the thread for version 5.0.7 (623).

-- 
<https://forum.pspad.com/read.php?6,75519,75583>
PSPad freeware editor https://www.pspad.com


Re: PSPad unicode 5.0.7 (620) English [75580]

2021-05-05 Tema obsahu Professor Bernd
The problem has expanded. Therefore I unpacked a fresh full version and unpacked
the version 5.0.7 (623) to it. I am writing here so that the issue is not torn
apart, but it affects version 5.0.7 (623).

pspad:

It's in case you keep shift, 
right?


I did not press the shift key (nor any other), just double click with the mouse.
The caret stays inside the selected word. And now I noticed that no dragging of
selected text is possible. Maybe both things are related?

-- 

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


Re: PSPad unicode 5.0.7 (620) English [75574]

2021-05-05 Tema obsahu Professor Bernd
When marking a word by double click, the caret stays inside the word.

[URL=https://www.directupload.net][IMG]https://s20.directupload.net/images/21050
5/7he7v9p6.jpg[/IMG][/URL]

-- 

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


Re: PSPad unicode 5.0.7 (620) English [75568]

2021-05-04 Tema obsahu Professor Bernd
I saw that and am very happy about it! :) I see many things that I'm happy about
and I'm sure other users are too, for example the fixes in 5.0.7 (623) for
Undo/Redo indicators, toolbar background color, and many more. I was especially
happy to see this: 
[URL=https://www.directupload.net/file/d/6174/w8zw3too_jpg.htm][IMG]https://s8.d
irectupload.net/images/210505/temp/w8zw3too.jpg[/IMG][/URL]

Code folding will enhance PSPad. It's a lot of work, I think. If there's
anything I can do to help, I'd appreciate it. :-) Maybe for AutoIt? ;-)

-- 

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


Re: PSPad unicode 5.0.7 (620) English [75565]

2021-05-04 Tema obsahu Professor Bernd
pspad:

_Changes to 5.0.7 (600)_

_News:_
Updated editor component. Report please anything "strange".


Here you are. :-P


[URL=https://www.directupload.net/file/d/6173/t499dv88_jpg.htm][IMG]https://s20.
directupload.net/images/210504/temp/t499dv88.jpg[/IMG][/URL][URL=https://www.dir
ectupload.net/file/d/6173/5z3e5hl7_jpg.htm][IMG]https://s12.directupload.net/ima
ges/210504/temp/5z3e5hl7.jpg[/IMG][/URL]

I hope it helps.

-- 

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


Re: PSPad unicode 5.0.7 (620) English [75535]

2021-05-03 Tema obsahu Professor Bernd
Hello Jan.

I and I'm sure many other users really appreciate that you're working on the
CodeFolding feature! That must be a lot of work, so here are just the most
important bugs:

- Bug is back: highlighting of all occurrences is case sensitive.

- Toolbar has white background (in dark IDE style).

- Please disable undo/redo buttons if no undo/redo is available (as it was all
the years before).

- When writing something and undoing it so there is nothing to save, sometimes
all indicators stay as if there was a change to save. (Toolbar Save button is
highlighted, asterisk in title bar, red triangle in tabs.) I could not reproduce
the steps reliably, but surely other users can figure it out. It occurs mainly
with files that belong to a PSPad project (.ppr).

- Button in _Windows_ taskbar is moved to the end of the _Windows_
taskbar every time a new tab is opened. 

- If you apply "Close to right" on the last tab of a row and the next (last) row
of tabs is closed, an empty row remains.

Thanks a lot for your work!

Bernd.

-- 

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


Re: Feature request RichEdit in LogWin [75455]

2021-04-25 Tema obsahu Professor Bernd
push

-- 

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


Re: PSPad unicode 5.0.7 (597) English [75397]

2021-04-20 Tema obsahu Professor Bernd
blunzn:

In addition to that I have display issues with the tab bar since build 593, the
tab headers sometimes vanish until I mouse-over them.



I can confirm that. When you close a tab by clicking the middle mouse button
(scroll wheel), almost all remaining tabs (captions) become invisible.

If you apply "Close to right" on the last tab of a row and the next (last) row
of tabs is closed, an empty row remains.

My PSPad _IDE Style: "Windows 10 SlateGray"_.

-- 

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


=?windows-1250?Q?Re:_How_to_extract_all_Russian_words_from_text?_[75302]?=

2021-04-13 Tema obsahu Professor Bernd
I knew that now an attack will come, dear "maki".

-- 

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


=?windows-1250?Q?Re:_How_to_extract_all_Russian_words_from_text?_[75299]?=

2021-04-13 Tema obsahu Professor Bernd
Why does Haunebu's question style sound so familiar? Also the rude, insulting
way of talking to Jan Fiala? Someone who always asks for regular expressions?
Someone who can't come up with any reasonable explanations? Who only makes
confusing, unclear paraphrases? And then always responds with rudeness? Who asks
counter-questions when asked for explanations? ...

I'm afraid I've forgotten, what was the name of the user who did this months
ago?

Is it possible that he simply registered with a new name?

Is this going to be a new series of troll attacks?

-- 

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


Re: Vertical lines like in VSCode [75190]

2021-04-07 Tema obsahu Professor Bernd
Ok, then I understand, because it's super hard to incorporate in SynEdit. Thanks
for your reply!

-- 

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


Re: Vertical lines like in VSCode [75186]

2021-04-07 Tema obsahu Professor Bernd
I assume he means indentation lines. ;-) I would be happy to see that as well.
Or is this part of code folding? 

[URL=https://www.directupload.net/file/d/6146/hpkoqucl_jpg.htm][IMG]https://s16.
directupload.net/images/210407/temp/hpkoqucl.jpg[/IMG][/URL]

-- 

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


Re: Increase the number of items in the autocomplete window [75183]

2021-04-06 Tema obsahu Professor Bernd
Thank you! :)

-- 

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


Re: Increase the number of items in the autocomplete window [75170]

2021-04-05 Tema obsahu Professor Bernd
You're right of course, but the list isn't just useful for autocomplete, so to
write faster or less, but it's a tool for finding "what was that function
called?". Or just to browse which functions are available to find a suitable
one. Or to find an idea, e.g. which methods has the control X? ... But I digress
;-)

Maybe you already have a sensible limit in mind. If you're looking for a
sensible limit, check it out at Delphi, for example. In Lazarus, I just looked
it up, it's for "Application." almost 300 elements, for "Form." over 400.

I'm happy about any increase you choose! And I think other users are happy too!
:)

-- 

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


Increase the number of items in the autocomplete window [75152]

2021-04-04 Tema obsahu Professor Bernd
When I press the shortcut for Auto Completion (e.g. Ctrl+J), a window appears
with a maximum of 20 items to choose from. But I need very much more, e.g. for
*"_GUICtrlRichEdit_..."* there are almost 100 functions and for
*"_WinAPI_..."* there are more than 1,000 items, plus the words from the
document.

How can I increase the number of items in the Autocomplete window?

-- 

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


Re: PSPad unicode 5.0.6 (577) English [75040]

2021-03-25 Tema obsahu Professor Bernd
_PSPad IDE Style "Windows 10 SlateGray"._

[color=#88]Bug: Scrollbar slider dragged over scroll arrows, scrolls
unintentionally and selects text.[/color]

- Open a file with so much text that there is a horizontal and a vertical
scrollbar.

Horizontal
- Set the caret to the beginning of the first line.
- Grab the horizontal scrollbar slider and drag it to the right until it is
above the scroll arrow.
=> It will automatically scroll all the way to the right and all the way down
and the text will be selected.

Vertical
- Set the caret to the beginning of the first line.
- Grab the vertical scrollbar slider and drag it down to above the scroll
arrow.
=> It will automatically scroll all the way to the right and all the way down
and the text will be selected.

-- 

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


Re: PSPad unicode 5.0.6 (577) English [75039]

2021-03-25 Tema obsahu Professor Bernd
Thank you! :)

-- 

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


Re: PSPad unicode 5.0.6 (577) English [75033]

2021-03-25 Tema obsahu Professor Bernd
_First tab is NOT activated after PSPad restart._

Prerequisites: A project (.ppr) is used or the following setting is set:

[i]Settings / Program Settings / Files and Dirs / "Save Work/Desktop:" "All
opended files"[/i]

Bug Description

When closing PSPad while multiple tabs are open, the next time PSPad is opened,
all tabs are restored and the last active tab is reactivated. - But NOT on the
first tab. :-(

If the _first_ tab is the active tab when you exit PSPad, the next time you
open PSPad, the _last_ tab will be activated.

-- 

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


Re: PSPad unicode 5.0.6 (577) English [75021]

2021-03-24 Tema obsahu Professor Bernd
pspad:

I found some problems with resizing if skin is used. 
I believe next build will be OK.


I am looking forward to it! :)

-- 

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


Re: PSPad unicode 5.0.6 (577) English [75020]

2021-03-24 Tema obsahu Professor Bernd
Professor Bernd:

_PSPad IDE Style "Windows 10 SlateGray"._ If PSPad is maximized on exit and
I restart PSPad, the window is then also maximized (= ok). Then I restore the
window to its normal size and minimize it to the taskbar. When I restore it from
the taskbar, it is maximized again. - This happens every time: When I restore
PSPad from the taskbar, it is maximized.



_New insight_: The bug occurs when you restore the PSPad window by
double-clicking on the title bar, but NOT when restoring with the
maximize/restore button.

The bug also occurs, for example, when you perform the following steps to
reproduce:

- Start PSPad
- maximize window by clicking on the maximize button
- Restore window with double click on the title bar
- Minimize window in taskbar
- Restore window from taskbar
= Window is maximized, although it was restored.

_Also, not all tabs are shown,_ for example, if you maximize a project then
restored and not all tabs fit in 1 row.

This can also be reproduced by opening PSPad, maximizing, opening as many tabs,
as just fit in 1 row and then restore.

If you then add or delete 1 tab, 2 rows of tabs are shown.
If you then maximize the window, the 2nd row of tabs remains and is shown
empty.
If you then add or delete 1 tab, the 2nd tab row (empty) is removed.
After that the game starts from the beginning.

-- 
<https://forum.pspad.com/read.php?6,74980,75020>
PSPad freeware editor https://www.pspad.com


Re: PSPad unicode 5.0.6 (577) English [75018]

2021-03-24 Tema obsahu Professor Bernd
Professor Bernd:

Bug is still there: :-(

_PSPad IDE Style "Windows 10 SlateGray"._ File Tabs Style: Tabs. 

If you have a project with 2 rows of tabs, and you select a tab from the upper
row, the row is moved to the lower row. If you close PSPad and restart the
project, an exception is thrown.



- When restarting PSPad as described above, 2 exceptions are displayed.
- Every time you move or resize PSPad, an exception is thrown.

If you use "File Tabs Style: Flat Buttons", everything is fine. But the buttons
are ugly and take a lot of height away. Can you make nice labels available
instead of the buttons? Then the problem with the exceptions would be solved,
the tabs would look good, use little height and the rows would not be changed
anymore (Windows).

-- 
<https://forum.pspad.com/read.php?6,74980,75018>
PSPad freeware editor https://www.pspad.com


Re: PSPad unicode 5.0.6 (571) English [74974]

2021-03-20 Tema obsahu Professor Bernd
pspad:

I didn't count you will close Favourite panel on the right side.


Neither do I. ;-) I have successfully improved code of my CallTipViewer so that
a CallTip does not slow down PSPad. To do tests for this, I needed the whole
width of the maximized PSPad window.

Thanks for the fixes! :)

-- 

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


Re: PSPad unicode 5.0.6 (571) English [74964]

2021-03-20 Tema obsahu Professor Bernd
Bug is still there: :-(

_PSPad IDE Style "Windows 10 SlateGray"._ File Tabs Style: Tabs. 

If you have a project with 2 rows of tabs, and you select a tab from the upper
row, the row is moved to the lower row. If you close PSPad and restart the
project, an exception is thrown.

-- 

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


Re: PSPad unicode 5.0.6 (571) English [74963]

2021-03-20 Tema obsahu Professor Bernd
_PSPad IDE Style "Windows 10 SlateGray"._ 

To show the FavTools you should press Shift+Ctrl+X (File menu / Open Favourite).
But if the FavTools are docked in the right panel, pressing Shift+Ctrl+X will
show the left panel instead, the right one will remain invisible.  

The only way I found to show the FavTools again after hiding them: 
1. press Shift+Ctrl+X, the left panel is shown WITHOUT the FavTools. (Hide left
panel again if it was hidden).
2. show another tool in the right panel, e.g. Alt+A for ASCII Table and hide it
again.

The two steps must be done every time you hide the FavTools and want to show
them again.

-- 

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


Re: Make the visible/hidden status of the side panel persistent [74958]

2021-03-18 Tema obsahu Professor Bernd
pspad:

I modified behavior and left panel stays closed even Code explorer is there.



Also from me a thank you for this! :)

-- 

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


Re: PSPad unicode 5.0.6 (571) English [74956]

2021-03-18 Tema obsahu Professor Bernd
_PSPad IDE Style "Windows 10 SlateGray"._ When I open and close the PSPad
about dialog, PSPad crashes. All changes are lost.

_PSPad IDE Style "Windows 10 SlateGray"._ If PSPad is maximized on exit and
I restart PSPad, the window is then also maximized (= ok). Then I restore the
window to its normal size and minimize it to the taskbar. When I restore it from
the taskbar, it is maximized again. - This happens every time: When I restore
PSPad from the taskbar, it is maximized.



Thanks for the fixes. :)

-- 

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


Re: PSPad unicode 5.0.6 (571) English [74952]

2021-03-18 Tema obsahu Professor Bernd
I suspect the same bug as above: Undo and Redo do NOT bring the current line
into the visible area.

After search/find the "highlight all occurrences" does not work anymore.

-- 

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


Re: PSPad unicode 5.0.6 (571) English [74947]

2021-03-17 Tema obsahu Professor Bernd
Hello

Start PSPad and keep an eye on the toolbar buttons "Save file" and "Save ...
all", as well as the title bar (the asterisk for not saved) and the "Save" icon
in the bottom bar.

type "a
press Ctrl+Z
press Ctrl+Z
press Shift+Ctrl+Z
press Shift+Ctrl+Z

type "abcd
press Ctrl+Z 4x
press Ctrl+Z
press Shift+Ctrl+Z 4x
press Shift+Ctrl+Z

Do you see anything wrong with the buttons? If you can't see any problems, I
apologize. It's late and maybe it's just me.

-- 

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


Re: PSPad unicode 5.0.5 (561) English [74822]

2021-03-01 Tema obsahu Professor Bernd
When I think of a solution, at first I think it's not that difficult. :-P Even
with trim trailing spaces, you only need to remember CaretX before the line
break happens and when you undo, you restore the text to position CaretX.

But then I realized, that's not all! :-/ There is to consider this and to
consider that and much more, which makes the whole thing complicated. :-|

After all, I didn't notice this problem for over 1 year. Let's just hope it's a
very rare occurrence. 

Thanks for the information!

-- 

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


Re: PSPad unicode 5.0.5 (561) English [74816]

2021-03-01 Tema obsahu Professor Bernd
pspad:

Do you have trim yrailing spaces option in the program settings / editor
active?
This edkitor component functtionality is strange sometimes



The trim trailing spaces option is enabled in the editor.

This is strange. I just checked and the behavior has been occurring for a long
time - but I never noticed it before. 

Can you fix it or is it too much effort? :-))

-- 

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


Re: PSPad unicode 5.0.5 (561) English [74810]

2021-02-28 Tema obsahu Professor Bernd
Hello.

"Undo" does not work as expected. 

Steps to reproduce

1. write a few words, then 10 spaces and a few more words. 

2. put the caret after the ninth space and press enter. Then press the shortcut
for undo and after that the shortcut for redo.

Example [color=#90][i]The dots represent spaces, the pipe represents the
caret:[/i][/color] 

hello world![color=#ff]|[/color].hello world!

-- 

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


Re: PSPad unicode 5.0.5 (561) English [74809]

2021-02-28 Tema obsahu Professor Bernd
_[color=#ff]Off-Topic[/color]_

Hi KaFu :)

from Professor Bernd.

-- 
<https://forum.pspad.com/read.php?6,74752,74809>
PSPad freeware editor https://www.pspad.com


Re: Please remove the silly autocomplete for parentheses [74740]

2021-02-16 Tema obsahu Professor Bernd
@idefix2

That's great for you that things are going so well for you. All the best!

@Jan Fiala

The word "silly" in the title of the topic is not meant in a bad way! I can't
edit it, but you are free to remove it from the title.

pspad:

I have no problem with brackets - to remove it or make it optional. 
I will do it in next build.



I don't like any more problems with it either. I'm going to back off for now and
not make any more requests.

I will probably do another release of PSPad4AutoIt3 in 8 - 12 weeks. Then we'll
see how things go from there.

Thank you for all the hard work you put into PSPad!

-- 

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


Please remove the silly autocomplete for parentheses [74736]

2021-02-15 Tema obsahu Professor Bernd
What was wrong with the old Autocomplete? :-| At least you knew what would
happen. With the new autocomplete with overwrite mode, you never know what
you're going to get. You constantly have to watch out if too much is inserted or
if something is deleted unintentionally. It's more work to correct than it is in
terms of relief.

I've already reported several bugs and here are 2 more: autocomplete deletes
parentheses or inserts parentheses unintentionally.

If there is a function call which I want to replace with a similar function then
Autocomplete deletes the parenthesis.

Example: ConsoleWrite() should become ConsoleRead(). (The pipe character
represents the caret).

ConsoleWrite()
ConsoleR|Write() => use autocomplete
ConsoleRead) <= left parenthesis deleted!

.
Autocomplete inserts parentheses unintentionally!

Example: Open an empty .au3, .vbs, .cpp, ...

Write: MyFunction()
Write: myfu| => use Autocomplete
Result: MyFunction( <= a parenthesis is added, which is NOT what I want! (For
example because then no CallTips are displayed.)

Among other things, I wrote a PSPad extension to display CallTips. See
screenshot:

[URL=https://www.directupload.net][IMG]https://s16.directupload.net/images/21021
6/vfieitlw.jpg[/IMG][/URL]

There are 2 ways to display a CallTip: Either by shortcut, or automatically when
the user writes a "(" [color=#99](left parenthesis)[/color]. But if
Autocomplete inserts a word including "(", then no CallTip will be displayed
automatically!

I asked you, but you don't want to provide an event in VBScript that I could use
to detect text changes. Therefore, my only option is to monitor whether the user
types a "(". But that doesn't work anymore if Autocomplete completes the
parenthesis along with the word.

I understand that idefix2 wanted to extend the autocomplete feature. Overwrite
mode might be fine, but completing parentheses is more work than it's worth.
(@idefix2: Please excuse!) It clutters up the autocomplete window and you have
to constantly watch what is inserted too much, or what is deleted.

As developers/programmers, we are all good typists! There is no problem to write
parentheses after the autocomplete. But for me it is a problem if I have to
watch all the time if a bracket is already completed or not and if the CallTips
are not displayed automatically anymore.

PS: Please remove the auto-completion for parentheses. I personally wrote 2
parentheses faster than scrolling through an autocomplete window. ;-)

-- 

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


Feature request RichEdit in LogWin [74733]

2021-02-13 Tema obsahu Professor Bernd
Could you add a RichEdit in LogWin for console output? :-)

The most important advantage is the color scheme. You can highlight important
messages and display them with different colors. This increases readability and
really important things can be seen immediately.

Here is a picture to show the difference between the colorless ListBox and a
RichtEdit.

[URL=https://www.directupload.net/file/d/6094/7a9esstq_jpg.htm][IMG]https://s12.
directupload.net/images/210214/temp/7a9esstq.jpg[/IMG][/URL]

More advantages: 

- Some formatting is lost in the ListBox, e.g. tabs are not displayed, but the
text is written next to each other without gaps. 

Example: [color=#808080]"Hello world, this is a test."[/color] =>
"Helloworld,thisisatest."

- Line breaks in the ListBox create a new line, but if you open the result in a
new document (button left of LogWin), there is an additional blank line between
each line.

- Scrolling in the ListBox is delayed/has lag. Maybe this is better in the
RichEdit better.

- ScrollBar for horizontal scrolling is not always sufficient. Sometimes the
text goes further to the right, but you can't scroll there.

Professor Bernd.

-- 
<https://forum.pspad.com/read.php?2,74733,74733>
PSPad freeware editor https://www.pspad.com


Re: PSPad unicode 5.0.5 (549) English [74700]

2021-02-04 Tema obsahu Professor Bernd
Greg:

Thank you very much  Professor Bernd ! ...  where did you find it 
?


I don't know how Jan Fiala feels about it, but I think we should no longer steal
this thread!  :-P 

As I said, if you have more questions, you can create your own thread and send
me a PM so I can notice the thread.

Then other users can also find the answers. :)

-- 
<https://forum.pspad.com/read.php?6,74664,74700>
PSPad freeware editor https://www.pspad.com


Re: PSPad unicode 5.0.5 (549) English [74696]

2021-02-04 Tema obsahu Professor Bernd
You are right about that! (I didn't know that. Learned something new again!) :)
I use Windows 10 and the setting is:

"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" 
=> NtfsDisable8dot3NameCreation is set to 2

Meaning:
[url=https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-s
erver-2003/cc778996(v=ws.10)?redirectedfrom=MSDN]NTFS sets the 8.3 naming
convention creation on a per volume basis.[/url]

That's why %ShortFileName% works for me on C: drive, but not on D: drive.

Thanks for the info!

[i][color=#909090]Sorry, I forgot to translate the text to English in the last
post.[/color][/i] :-D

-- 

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


Re: PSPad unicode 5.0.5 (549) English [74693]

2021-02-04 Tema obsahu Professor Bernd
@Jan %ShortFileName% gibt keinen 8.3 Pfad/Namen zurück. :-P

-- 

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


Re: PSPad unicode 5.0.5 (549) English [74691]

2021-02-04 Tema obsahu Professor Bernd
Hi Greg.

I work a lot with PSPad's VBScript. Here is an excerpt of the variables I use in
VBScript. [color=#A0A0A0](Please excuse, the forum software removed my
formatting.)[/color] :-P

  Dim sMsg

  sMsg = _
"FullFileName: " & getVarValue("%FullFileName%")  & vbCRLF & vbCRLF _
& "ShortFileName: "  & getVarValue("%ShortFileName%") & vbCRLF & vbCRLF _
& "FilePath: "   & getVarValue("%FilePath%")  & vbCRLF & vbCRLF _
& "FileName: "   & getVarValue("%FileName%")  & vbCRLF & vbCRLF _
& "File: "   & getVarValue("%File%")  & vbCRLF & vbCRLF _
& "Ext: "& getVarValue("%Ext%")   & vbCRLF & vbCRLF _
& "HomePath: "   & getVarValue("%HomePath%")  & vbCRLF & vbCRLF _
& "UserProfile: "& getVarValue("%UserProfile%")   & vbCRLF & vbCRLF _
& "AppData: "& getVarValue("%AppData%")   & vbCRLF & vbCRLF _
& "Temp: "   & getVarValue("%Temp%")  & vbCRLF & vbCRLF _
& "WinDir: " & getVarValue("%WinDir%")& vbCRLF & vbCRLF _
 _
& "module_name: "& module_name& vbCRLF & vbCRLF _
& "moduleFileName: " & moduleFileName(module_name)& vbCRLF & vbCRLF _
& "modulePath: " & modulePath()   & vbCRLF & vbCRLF _
& ""

  Echo(sMsg)


For %SelText% you can use the editor object functions in VBScript.

  ' editor object function

  Dim obj
  Set obj = NewEditor()
  obj.assignActiveEditor()

  sMsg = "SelText: " & obj.SelText()

  Echo(sMsg)

If you need further help on this, you can create a separate thread so as not to
bloat this "new builds" thread. Then you can send me a PM so that I notice the
thread. ;-)

-- 

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


Re: PSPad unicode 5.0.5 (549) English [74685]

2021-02-03 Tema obsahu Professor Bernd
Thanks for your hard work! I hope I was helpful.

-- 

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


Re: PSPad unicode 5.0.5 (549) English [74681]

2021-02-02 Tema obsahu Professor Bernd
Even with the normal insertion via Ctrl+V, a space is added at the end, or the
caret jumps one character further at the end of the insertion.

Example: 
[b](The pipe character represents the caret in all examples. All examples are to
be understood without quotation marks.)[/b]

From: "Hello|"
becomes: "Hello |"

If there is a dot after the word, the dot is skipped. The same happens with
other characters ",!()§$[]... (I have NOT tested all of them).

From: "autocom|."
becomes: "autocomplete.|"


If you mark something, e.g. the numbers of "_123_ hello" and then write
something over it to replace the numbers, e.g. "456" becomes "4 56hello".

From: $bTestVar = True
becomes: $bTestVar = F alse

From: 11, 22
becomes: 3,3 22

If you use the Undo function (Ctrl+Z) afterwards, the 1 skipped character will
be deleted.

If a word appears complete for the autocomplete feature, no further autocomplete
suggestion is made.

E.g. "__ArrayD_elete()" should become "__ArrayD_isplay()" and the
caret is behind "__ArrayD_", then there is only the "Pling" Windows sound
and no autocomplete!

You can put the caret in "_ArrayDelete()" wherever you want, there will always
be only "Pling" and no autocomplete.

If you put the caret in front of a word, e.g. a variable, then write a part of a
word in front of it, e.g. "Loc" which should be completed to "Local", then
autocomplete just does nothing ("Pling!").

Example: Loc|$sMyVar


If you mark a line from the beginning of the line to the beginning of the next
line and then drag it between other lines containing text, then the first
character in the following line will be marked as well. If you want to indent
the actually marked line with the tabulator key, the following line will be
indented as well.

If you select a line from the beginning of the line to the beginning of the next
line, copy it (Ctrl+C) and then paste it several times (Ctrl+V), the following
lines will be indented by 1 character. AND the following lines are moved out by
1 character! With each Ctrl+V each time by 1 character further!

If one uses the Undo function (Ctrl+Z) afterwards, the 1 additionally marked
character is taken along/shifted. Thereby the following line is moved 1
character.

etc.

-- 

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


Re: PSPad unicode 5.0.5 (549) English [74678]

2021-02-02 Tema obsahu Professor Bernd
pspad:

_News:_
Autocomplete - if you are editing inside word, autocomplete replaces word
instead insert autocomplete string to cursor 
position


Can you please undo this feature? :) Or selectable whether you want the old or
the new behavior?

The new behavior creates so many bugs that I can't point them all out. I'm
having more work fixing the unwanted actions than it's worth.

If you really want it, I'll enumerate the bugs. (I'm guessing at least as 10.)
But it's a lot of work and everyone can find them out for themselves when
working with PSPad.


pspad:

_News:_
Code explorer - selected item is preserved after file save or file
reload


It works wonderfully! Thanks a lot!

Is it possible to add that the current item in Code Explorer is automatically
highlighted when opening a file in PSPad? As if one had clicked "Synchronize
with editor"?

-- 

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


Re: PSPad unicode 5.0.4 (539) English [74639]

2021-01-28 Tema obsahu Professor Bernd
That was fast. Thank you! :)

-- 

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


Re: PSPad unicode 5.0.4 (539) English [74628]

2021-01-27 Tema obsahu Professor Bernd
pspad:

_Changes to 5.0.4 (535)_

_News:_
Code explorer - selected item stays selected after sort change or refresh (if
exists)

Does not work when you save the file. :-(

-- 

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


Re: Load file without losing Undo's [74352]

2020-10-22 Tema obsahu Professor Bernd
Hi, vbr.

When I tried to read a file with obj.OpenTextFile(... TristateTrue) as Unicode,
I always got an empty string. :-O


After that I suddenly thought that my INI routines also work with
obj.OpenTextFile(). I thought that this code would also generate errors now.
During a test I created a test key with ö ä ü ß ... using VBScript
obj.OpenTextFile() from an INI and output it with "Echo strText". Everything was
fine, the characters were all displayed as stored in the INI.

So it seems to be due to the different encodings when strText is written to the
editor via VBScript. - Interesting - But I've been working on it for far too
long.

I'm currently trying to integrate an AutoIt COM server into PSPad. First tries
look good. 

Thanks for your valuable support!

-- 

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


Re: Load file without losing Undo's [74344]

2020-10-21 Tema obsahu Professor Bernd
Or can I use a new editor invisibly? So with "Set objTmp = NewEditor()" and
"objTmp.Text(sNewText)", but without a new tab being visible?

-- 

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


Re: Load file without losing Undo's [74343]

2020-10-21 Tema obsahu Professor Bernd
[color=#808080]I have made another attempt. The current file was externally
converted to UTF-8 BOM and then read in via ADODB.Stream, etc. - Unfortunately
also unsuccessfully, there are other problems with it.[/color]

Can you implement an additional function in VBScript to reload the current file
and keep the undo's?

-- 

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


Re: Load file without losing Undo's [74342]

2020-10-21 Tema obsahu Professor Bernd
Please excuse me, that shouldn't make your work bad. Your work is great and you
have already implemented many feature requests. Thanks a lot!

-- 

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


Re: Load file without losing Undo's [74338]

2020-10-20 Tema obsahu Professor Bernd


Re: Load file without losing Undo's [74333]

2020-10-20 Tema obsahu Professor Bernd
pspad:

Ifvanything will modify your file from outside, stored undo is
useless.


The user starts the above-mentioned VBScript by shortcut and thus knows that the
file is modified externally. If the user does not like the result, he can use
the Undo's to return to the previous state. Then he presses Ctrl+S and his file
is back to the desired state.

Ok, here is my workaround: When the user starts the external program, the
current file is changed externally. Then I use VBScript to read the file as
"*sNewText*" and replace the old text in the active editor/tab with
"*obj.text(sNewText)*". This way all Undo's are preserved.

_Problem_: The encoding (charset) of the file. 

In order to display all characters as they should be, the encoding from the
read-in must match the encoding of the editor/tab. But this seems to be
impossible in VBScript.

So since it's not possible to reload the file without losing all Undo's, can you
please add a function for VBScript for my workaround to get the encoding for the
current editor/tab?

For example: 

obj.encoding(): string  
[color=#009900]returns editor encoding (only for saved file)[/color]

-- 

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


Load file without losing Undo's [74331]

2020-10-19 Tema obsahu Professor Bernd
"Undo's" means: steps to undo the last changes (Ctrl+Z).

A file is loaded in an editor/tab. I did some work in the editor and there are
"Undo's". With a VBScript an external program is started which changes the file
externally (tidy). 

How can I load the modified file into the same editor/tab without losing the
"Undo's"?

I have worked on it for many hours and tried many possibilities, unfortunately
without success. :-(

-- 

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


Re: Open current tab in Windows Explorer [74329]

2020-10-19 Tema obsahu Professor Bernd
Thanks for the tip, it works.

With the following settings the Windows Explorer is opened in the directory of
the file of the current tab and the file is highlighted in the Explorer.

[URL=https://www.directupload.net/file/d/5976/9fgcyq8e_png.htm][IMG]https://s12.
directupload.net/images/201019/temp/9fgcyq8e.png[/IMG][/URL]

-- 

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


Re: Left panel - restore last active panel tab [74328]

2020-10-19 Tema obsahu Professor Bernd
Here is the same situation as in the other thread: 

I know the shortcut, but it does not help. Then I and every other user have to
press the shortcut every time after starting PSPad.

Can't you set it up so that when you start PSPad, it restores the state that the
panel had when you closed PSPad?

If you don't set this up, the user won't be able to open a PSPad project without
closing the left panel with a shortcut each time, and the user won't be able to
start PSPad with the desired panel tab without pressing the corresponding
shortcut each time. :-(

-- 

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


Re: Project - hide left panel permanently [74327]

2020-10-19 Tema obsahu Professor Bernd
I know the shortcut, but it does not help. Then I and every other user have to
press the shortcut every time after starting PSPad, again and again.

Can't you set it up so that when you start PSPad, it restores the state that the
panel had when you closed PSPad?

-- 

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


Left panel - restore last active panel tab [74323]

2020-10-18 Tema obsahu Professor Bernd
Hello.

In the _left panel_ there are different panel tabs: [i]Project, File
Explorer, FTP, Favorites, Open file list.[/i]

Could you please implement that the panel tab that is active when closing PSPad
will be the active panel tab again the next time you open PSPad?

For example, if the Favorites tab is visible when closing PSPad, the Favorites
tab should be visible again when starting PSPad.

-- 

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


Project - hide left panel permanently [74322]

2020-10-18 Tema obsahu Professor Bernd
Example: 

I create a project in PSPad and add e.g. 4 files. Then I save the project as
"New project.ppr", close the left panel (tool panel) and then I close PSPad.
When I open "New project.ppr" with PSPad afterwards, the left panel is shown
again.

How can I make the left panel have the same visibility state when I start "New
project.ppr" with PSPad as it had when I closed PSPad?

-- 

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


Text Diff always marks last empty line [74321]

2020-10-18 Tema obsahu Professor Bernd
Hello.

This is a _minor_ bug, not very important.

When I make a text diff, the last line is always colored if it is an empty line,
even though the two files are absolutely identical.

In the test I wrote a text, copied it and pasted it into two tabs. Then I made a
text diff with the active tab. 

[URL=https://www.directupload.net/file/d/5976/8wfngash_png.htm][IMG]https://s12.
directupload.net/images/201019/temp/8wfngash.png[/IMG][/URL]

-- 

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


Re: Open current tab in Windows Explorer [74320]

2020-10-18 Tema obsahu Professor Bernd
pspad:

... or used tool balen and add tool:


Sorry, my English is not so good, what means: "[i]used tool balen and add
tool[/i]"?


The option with the highlighter only works for file types of this highlighter,
but the desired function should be available for all file types. (text files,
log files, ...)

Maybe you can see this as a suggestion for later, for me it is not important. I
can write a VBScript and assign a keyboard shortcut. This works for all file
types, but there is no (context) menu item. 

As I said, this is not important, you don't need to do anything else. I just
thought, if the function already exists, it would be good to know how to use it.
;-)

Thanks for the answer!

-- 

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


Open current tab in Windows Explorer [74317]

2020-10-18 Tema obsahu Professor Bernd
Hello.

Is there a way to open the folder in Windows Explorer that contains the file
that is open in the current tab?

-- 

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


Re: PSPad unicode 5.0.4 (531) English [74316]

2020-10-18 Tema obsahu Professor Bernd
pspad:

_News:_
Scripts files are sorted alphabetically before adding to scripting engine. Put
underscore to the file name begin if you want to compile e.g. your script
library as the first


Thanks for this feature! It works great and helps me a lot!

-- 

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


=?windows-1250?Q?Re:_In_what_sequence_are_VBScript_files_loaded?_[74299]?=

2020-10-11 Tema obsahu Professor Bernd
Great. I look forward to it! :)

-- 

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


=?windows-1250?Q?Re:_In_what_sequence_are_VBScript_files_loaded?_[74297]?=

2020-10-11 Tema obsahu Professor Bernd
That sounds very good! Choose the option that is easiest for you. I am happy if
it works. :)

-- 

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


=?windows-1250?Q?Re:_In_what_sequence_are_VBScript_files_loaded?_[74295]?=

2020-10-11 Tema obsahu Professor Bernd
It seems like you can't be sure which module is actually loaded first. You
cannot rely on a specific sort order. For stable editor extensions all needed
routines have to be inserted in each module. This is currently about 400 lines
extra for each module and it makes my code confusing.

Could you include a routine that loads a given script first?

I suppose that you load all script modules in a loop. You could load the given
file (for example "Main.vbs") before the loop is executed. Pseudo code:

*[color=#bb]If FileExists("Main.vbs") Then Load("Main.vbs")[/color]*

In the loop it is possible to filter so that the "Main.vbs" is not loaded
twice:

*[color=#bb]If Not FileName = "Main.vbs" Then ...[/color]*

What do you think, is this possible or is it too much effort?

-- 

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


=?windows-1250?Q?Re:_In_what_sequence_are_VBScript_files_loaded?_[74291]?=

2020-10-11 Tema obsahu Professor Bernd
It seems that the underscores "_" confuse the sorting. In Windows Explorer the
sorting is different than e.g. in a Zip archive opened in 7-Zip. I'm trying to
rename the modules so that a specific module is loaded first. 

Are JScripts loaded before VBScripts? Then maybe this could be a way to make
sure that a certain module is loaded before the others.

-- 

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


=?windows-1250?Q?In_what_sequence_are_VBScript_files_loaded?_[74289]?=

2020-10-10 Tema obsahu Professor Bernd
Hello.

Assuming there are several VBScripts: [i]_Script_1.vbs, _Script__B.vbs,
AScript.vbs, 123.vbs and MyFuncs.vbs[/i]. In MyFuncs.vbs there is for example a
function "Foo(s_Var1)". To use Foo() in several VBScripts, I can call
'MyFuncs.Foo("Hello World!")' in these scripts.

But if I call Foo() in the "init" routine from these scripts, e.g. to read
paths, then in one script I get an error message because MyFuncs.vbs is not
loaded yet and in another script everything works fine.

How can I make sure that a script is loaded as first file before all other
files?

-- 

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


Re: file specific variable hightlighting [74285]

2020-10-08 Tema obsahu Professor Bernd
Hello Jan. I also don't see any way to automatically highlight variables in AHK.
:-( 

So I suggested Halweg to help him with a workaround to manually add variables to
the highlighter (keywords3 section). With a VBScript you could simplify it. You
only need to press a keyboard shortcut to add the highlighted word in keywords3
section and call "reloadUserHighlighter".

This could help halweg (and you would have no work with it). :-P

-- 

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


Re: file specific variable hightlighting [74283]

2020-10-07 Tema obsahu Professor Bernd
I sent you a PM. If you speak German, it will be easier with it. If you don't
speak German, please let me know here.

-- 

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


Re: file specific variable hightlighting [74281]

2020-10-07 Tema obsahu Professor Bernd
halweg:

Variables are everything that isn't any other 
thing.


Can you post a screenshot? And how are the variables declared? Maybe I can find
a solution.

-- 

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


Re: Control Z [74231]

2020-09-24 Tema obsahu Professor Bernd
Hello Esgrimidor.

I don't know if this message still reaches you, but if you still need help with
your problem, I can try to help you, for example with a script instead of a
macro. Just let me know. :)

-- 

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


Re: Marking hash character with a double-click [74117]

2020-08-18 Tema obsahu Professor Bernd
It works. Thanks a lot.

-- 

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


Re: PSPad unicode 5.0.4 (521) English [74116]

2020-08-18 Tema obsahu Professor Bernd
One day after vacation and already in the middle of work again. :) Take your
time. Thank you for your good work!

-- 

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


Re: PSPad unicode 5.0.4 (517) English [74072]

2020-08-06 Tema obsahu Professor Bernd
pspad:

What is strange the tab isn't marked.


Highlighting the active tab is a very useful feature. It would be nice if you
could fix that. 


pspad:

It's underlined, but with black line. I will fix it.


Thanks. :)

pspad:

I found a problem with new empty child open after PSpad start. Child isn't
maximized.
It will be fixed in the next build.



This is good news! I just noticed that if the child is not maximized, the error
jumping via LogParser does not jump far enough, so LogWin hides the error line.
Thanks.

-- 

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


Re: Marking hash character with a double-click [74071]

2020-08-06 Tema obsahu Professor Bernd
Sorry, the auto-correction of the online translator has struck. Correctly it
should say:

Could you please set that when you double-click on a preprocessor, the hash sign
is also _selected_? :)

-- 

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


Marking hash character with a double-click [74065]

2020-08-05 Tema obsahu Professor Bernd
In AutoIt code, a preprocessor directive is introduced with a hash sign, for
example, [color=#ff00ff]#include[/color]. Unfortunately, a double-click does not
select the hash sign. We had a similar case
here (viz https://forum.pspad.com/read.php?2,72964,page=2#msg-73165 ) with
the dollar sign.

[URL=https://www.directupload.net/file/d/5902/kk9kgawh_png.htm][IMG]https://s12.
directupload.net/images/200805/temp/kk9kgawh.png[/IMG][/URL]

Could you please set that when you double-click on a preprocessor, the hash sign
is also highlighted? :)

-- 

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


Re: PSPad unicode 5.0.4 (517) English [74064]

2020-08-05 Tema obsahu Professor Bernd
An additional thing: If you set MarkCurrentFileTab=1, the name in the tab will
be underlined in the skins "Windows" and "Carbon", but not in the skin
"SlateGray".

Tested in a _not_ fresh installation.

-- 

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


Re: PSPad unicode 5.0.4 (517) English [74063]

2020-08-05 Tema obsahu Professor Bernd
To be on the safe side, I made another fresh installation with full version
5.0.3 (377). Before I started PSPad I copied a PSPad_MU.ini with MultiUser=0 to
it. Then I started PSPad and added tabs.

[URL=https://www.directupload.net/file/d/5902/il96j39i_png.htm][IMG]https://s12.
directupload.net/images/200805/temp/il96j39i.png[/IMG][/URL]

Then I closed PSPad and copied version 5.0.4 (407) beta over it. 

[URL=https://www.directupload.net/file/d/5902/nqqyuvs4_png.htm][IMG]https://s12.
directupload.net/images/200805/temp/nqqyuvs4.png[/IMG][/URL]

In this fresh installation I did not change any other settings.

PSPad.ini
HighlightCurrentFileTab=1
MarkCurrentFileTab=0

Settings Dialog Program-1
File Tabs Style: Tabs

-- 

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


Re: PSPad unicode 5.0.4 (517) English [74061]

2020-08-05 Tema obsahu Professor Bernd
Up to version 5.0.4 (403) beta the current tab was highlighted, but as of
version 5.0.4 (407) beta it was no longer highlighted.

[URL=https://www.directupload.net/file/d/5902/e5vicmtt_png.htm][IMG]https://s12.
directupload.net/images/200805/temp/e5vicmtt.png[/IMG][/URL]

-- 

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


Re: PSPad unicode 5.0.4 (517) English [74059]

2020-08-05 Tema obsahu Professor Bernd
_Current file tab highlight_

Hello. Unfortunately the current tab is not highlighted. My settings:

_PSPad.ini_
HighlightCurrentFileTab=1
MarkCurrentFileTab=1

_Settings Dialog Program-1_
File Tabs Style: Tabs

What can I do to highlight the current tab?

-- 

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


Re: Highlighting all occurrences of selected text in the active editor [738= 84]

2020-06-26 Tema obsahu Professor Bernd
pspad:

If you need good programmer font, try Liberation Mono.


Good tip! :)

-- 

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


=?windows-1250?Q?Re:_does_pspad_autosave_unsaved_documents_if_you_crash?_[73690]?=

2020-06-04 Tema obsahu Professor Bernd
I wanted to help you, I didn't mean it personally, and I apologize if it sounded
that way.

I understand what this is about for you, but please try to see things from the
perspective of other users. Let me try to put it another way:

If you have made changes to a document, close the editor and DO NOT want to save
the changes: How do you do that if the editor automatically saves without asking
you?

-- 

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


Re: Loading of user highlighter colors does not work anymore [73676]

2020-06-01 Tema obsahu Professor Bernd
pspad:

If you have any idea, how to handle it all todether, I am open to do it.


Today I studied the PSPad system, which handles color schemes. And I'm like,
"Wow, this is complex!" Respect for your work!

Ok, I don't know if I can improve on that, it's really good. But maybe I can
come up with an idea that will inspire your concept. I would be happy to send
you my ideas.

If you want, send me a description of the task and how you want to handle the
things. Maybe with rules and hints about folders and files. In the forum the
notification does not work, so please send me the description by _e-mail_,
for better communication. I am looking forward to it. :)

Regards,
Bernd.

-- 

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


Re: Loading of user highlighter colors does not work anymore [73657]

2020-05-30 Tema obsahu Professor Bernd
Thank you very much for your information! 

You explained to me how to save and load my color schemes with the new version.
:) You showed me how to change my "old" color schemes to load them. :) I can
work with that. 

That was very friendly and helped me.

Regards,
Bernd.

-- 

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


  1   2   3   >