Re: Unwanted and sudden converting to strange characters [74121]

2020-08-20 Tema obsahu syntech
@jan: Do you mean the highlighter for PHP code? I'm only using CPP highlighter because I'm C/C++ software developer. My strong feeling is, it has something to do with 'else' and curly brackets {}, because the garbage is either (in my case) after a closing } or where an 'else' is. --

Re: Unwanted and sudden converting to strange characters [74118]

2020-08-20 Tema obsahu syntech
@jan: Any progress here? Is this on your top priority list? Just asking... -- PSPad freeware editor https://www.pspad.com

Re: Unwanted and sudden converting to strange characters [74037]

2020-07-29 Tema obsahu syntech
In posting #27 I did not use the diff tool. But it could be that PSPad was already memory-corrupted from the earlier usage of the external diff tool... -- PSPad freeware editor https://www.pspad.com

Re: Unwanted and sudden converting to strange characters [74017]

2020-07-28 Tema obsahu syntech
More info (with the same two files): - saved the file in the right tab without making any changes with CTRL-S - saved the file in the left tab without making any changes with CTRL-S - left-clicked again on the right tab and right-clicked on the left tab to open the context menu to start a diff via

Re: Unwanted and sudden converting to strange characters [74016]

2020-07-28 Tema obsahu syntech
pspad: What tool windows was active in PSPad? Have you used Ctrl+Space - clips, code completion, syntax checks or other tools? No to

Re: Unwanted and sudden converting to strange characters [74014]

2020-07-28 Tema obsahu syntech
This is not funny anymore... I replaced some curly brackets and the garbage, saved the file. Made a diff to check it and know what? Again different garbage on a differenct location in the same file as before! 3-[3-[3-[3-[ -- PSPad freeware editor

Re: Unwanted and sudden converting to strange characters [74011]

2020-07-28 Tema obsahu syntech
Aand I got it again! :-(3-[ That means, deactivating the 3 mentioned parameters and 'fixing' the negative color values in PSPad.ini does not help! Here's a screenshot from the diff. The right window shows what it should be (open bracket, as usual) and the left window shows the garbage

Re: access violation - happens more frecuently [73995]

2020-07-23 Tema obsahu syntech
I also got this error, but I can't send the log because over the error window is another window with an OK button and the following text below, which pops up every time in a loop if I click on the OK button. Access violation at address 006810C6 in module 'PSPad.exe' Read of address 0160 What

Re: Unwanted and sudden converting to strange characters [73983]

2020-07-23 Tema obsahu syntech
Found. I also deactivated the following 3 parameters. AutoCompleteConfirm=0 ShowBrackets=0 SmartAutoBrackets=0 Lets see if things will get more stable now. -- PSPad freeware editor https://www.pspad.com

Re: Unwanted and sudden converting to strange characters [73981]

2020-07-23 Tema obsahu syntech
Ok, changing the style makes PSPad to reload and then restart itself. So it seems to be intended behavior. What I couldn't fine so fare are the options for MultiBackColor=-16777201 MultiForeColor=-16777208 But I'm on it.:-)) -- PSPad freeware

Re: Unwanted and sudden converting to strange characters [73980]

2020-07-23 Tema obsahu syntech
Checking pspad.ini I just found some strange values... Don't know how they made it into the ini file, I did not edit them. Looks like uninitialized values to me. Excerpt: GutterBackColor=-2147483633 GutterFontColor=-16777208 MultiBackColor=-16777201 MultiForeColor=-16777208 --

Re: Unwanted and sudden converting to strange characters [73979]

2020-07-23 Tema obsahu syntech

Re: Unwanted and sudden converting to strange characters [73977]

2020-07-23 Tema obsahu syntech
@jan: Any way I can help? INI files? Way of working? If I can assist, just tell me how. -- PSPad freeware editor https://www.pspad.com

Re: Unwanted and sudden converting to strange characters [73975]

2020-07-23 Tema obsahu syntech
_Dangerous _is the right word! I had it happening just again! I was just about committing my code into SVN but did a final check and luckily found the corrupted part (again!). Since this is happening so often I'm already getting into trouble with my colleagues! If an editor is randomly pasting

Re: Unwanted and sudden converting to strange characters [73964]

2020-07-22 Tema obsahu syntech
@jan: I don't know which language PSPad is written in, but if it's possible please try to use _address sanitizer_ (ASAN) to check for memory issues. This bug is annoying me now several times a day and it's a PITA. If I can help you just tell me what you need. --

Re: Unwanted and sudden converting to strange characters [73947]

2020-07-16 Tema obsahu syntech
Additional note: PSPad 5.0.4 (511) also crashes way more often (every couple days) than in older versions, which also makes me think the 'character issues' is coming from a memory leak... -- PSPad freeware editor https://www.pspad.com

Re: Unwanted and sudden converting to strange characters [73946]

2020-07-16 Tema obsahu syntech
I'm having the same issue randomly "since ever" it feels, but since I'm using 5.0.4 (511) it happens almost every day, sometimes several times a day. It appears it always has either to do with } (closing bracket) and/or C/C++ commands like else, #elseif, #endif... To me it looks like a memory bug,

Re: Backup of open tabs [71130]

2019-02-18 Tema obsahu syntech
pspad: There is the timer for field autosave already in the program settings / Backup I know. I only mentioned this timer as

Re: Backup of open tabs [71123]

2019-02-18 Tema obsahu syntech
pspad: For the start I will save open file list after any file close or open. Wee will see it it will be enough. Agreed, that's better

Re: Backup of open tabs [71099]

2019-02-15 Tema obsahu syntech
pspad: Just now there is a session function. You can anytime save/restore session I can add automatic session saving Session == all

Backup of open tabs [71092]

2019-02-14 Tema obsahu syntech
I've used the search function, but couldn't find an answer. How can I enable automatic backup of the open tabs (files)? PSPad seems to save this info only when it's closed. But if I have to kill it, all currently open tabs are lost. If this feature doesn't exist, please consider adding it in the

=?windows-1250?Q?Re:_How_do_delete_HTML_code_in_100,000_HTML_files_at_the_same_time?_[70443]?=

2018-07-11 Tema obsahu syntech
For search and replace tasks over (many) files/folder I highly recommend PowerGrep (https://www.powergrep.com/). It has it's price, but it's worth every penny. I use it every day at work. -- PSPad freeware editor https://www.pspad.com

Re: Regex issue (percentages) [70442]

2018-07-11 Tema obsahu syntech
^.* \d{1,2}(\.\d)?% A little shorter, and should work, too. If there is always a dot and a digit (except at 100%), the round brackets and the ? can be removed. ^.* \d{1,2}\.\d% -- PSPad freeware editor https://www.pspad.com

Re: PSPad IDE design - discusion [69023]

2017-07-25 Tema obsahu syntech
I'm happy how PSPad handles Tabs and I'm always working with many files open, editing them at the same time, so I don't see a need to change anything in this regard. As others already mentioned, concentrating on the editor engine would be a much better benefit for all of us (IMO). --

Re: New issue with file loading/adding tabs :( [67376]

2016-09-27 Tema obsahu syntech
pspad: Try to use shell integration via DLL library instead of the registry. I will try to simulate your way Didn't work either. I've

Re: New issue with file loading/adding tabs :( [67373]

2016-09-27 Tema obsahu syntech
It's worth mentioning that I allow only one instance of PSPad and send files to the already open PSPad via shell "{path}/PSPAD.EXE {filename}" (without curly brackets). I've also tried to open a file from within TotalCommander (editor = PSPad) and it's the same behavior. Only if I open a file

Re: New issue with file loading/adding tabs :( [67368]

2016-09-26 Tema obsahu syntech
Ok, the problem is back. And this time I can't solve the problem! What happens is, that when I open a file from outside via a link to PSPad, and I already have some filetabs open, then all tabs are activated from the right to the left and back, and when this is done, the new file is opened in a

Re: New issue with file loading/adding tabs :( [67369]

2016-09-26 Tema obsahu syntech
Ok, the problem is back. And this time I can't solve the problem! What happens is, that when I open a file from outside via a link to PSPad, and I already have some filetabs open, then all tabs are activated from the right to the left and back, and when this is done, the new file is opened in a

Re: New issue with file loading/adding tabs :( [66912]

2016-04-11 Tema obsahu syntech
_Problem solved_ by rebooting the PC. Doesn't make any sense, but as long as it helps... -- PSPad freeware editor http://www.pspad.com

New issue with file loading/adding tabs :( [66911]

2016-04-11 Tema obsahu syntech
First of all, I don't consider this a bug, because it started today and all I did was boot the PC. Nothing new was installed as far as I'm aware (this is Windows 10, so maybe it updated something during the weekend by itself?) Anyway, the problem I have now is: If I open a file by calling PSPad

4.6.1 (2707) external diff tool: Paths broken if they contain spaces [66481= ]

2016-01-14 Tema obsahu syntech
I just found out that paths to external diff tools won't work if they contain spaces somewhere. In my case I want to find differences in file1.txt and file2.txt: c:\Portable\1gb Stick\_Software\office\PSPad\file1.txt c:\Portable\1gb Stick\_Software\office\PSPad\file2.txt This path is transferred

Re: 4.6.1 (2707) external diff tool: Paths broken if they contain spaces [6= 6483]

2016-01-14 Tema obsahu syntech
I can't change the path, because PSPad does it for me. I have one file open and right-click on the tab of another file and select TextDiff (or so). -- PSPad freeware editor http://www.pspad.com

Re: 4.6.1 (2707) external diff tool: Paths broken if they contain spaces [s= olved] [66485]

2016-01-14 Tema obsahu syntech
Of course not. I just didn't remember that parameter (kind of Alzheimer?). I've made the change as suggested and now it's working. So, mea culpa and thanks! -- PSPad freeware editor http://www.pspad.com

Re: PSPAD 4.6.1. (2703) Compiling a file stopped working with Windows 10 [6= 6381]

2015-12-22 Tema obsahu syntech
NVM, it's working again. -- PSPad freeware editor http://www.pspad.com

PSPAD 4.6.1. (2703) Compiling a file stopped working with Windows 10 [66363= ]

2015-12-17 Tema obsahu syntech
I had to upgrade my Win 7 PC to Win 10 and since that I cannot compile a source file anymore. Maybe someone can help, please? Here's the error from the log window in PSPAD: 0 [main] make 8868 _cygtls::handle_exceptions: Exception: STATUS_ACCESS_VIOLATION First I thought it might be a

Re: [Feature request] calling external diff-too without extra "OK" [66325]

2015-12-10 Tema obsahu syntech
pspad: It's a missed dialog. Sorry. What PSPad build do you use? I'm using the latest beta as of today. The dialog is still popping

Re: [Feature request] calling external diff-too without extra "OK" [66335]

2015-12-10 Tema obsahu syntech
pspad: On my laptop it's already removed. Be patient please, I will prepare new build I hope this weekend Great! Thanks! --

Re: PSPad future - new editor engine [66304]

2015-12-02 Tema obsahu syntech
Will the new engine allow to write custom highlighters with (several) regexes? That would be a blast if it's possible! -- PSPad freeware editor http://www.pspad.com

Feature request: call program with filenames of 2 tabs [66305]

2015-12-02 Tema obsahu syntech
I use the kontext function "Text-Diff: This file with active file" (or so, I'm using the german version) very often. But I would love to see the possibility not to use the internal diff function but instead use a custom diff program and call it with the 2 filenames I want to compare. Do you see a

Re: Feature request: call program with filenames of 2 tabs [66307]

2015-12-02 Tema obsahu syntech
Thanks for the info. I updated the program and found the option. Works fine so far. -- PSPad freeware editor http://www.pspad.com

=?windows-1250?Q?How_to_remove_color_from_tabs?_[65510]?=

2015-07-14 Tema obsahu syntech
I've set tab colors for testing purpose. How can I remove the color from the tabs and make them 'default colored' again? Thanks and BR -- http://forum.pspad.com/read.php?2,65510,65510 PSPad freeware editor http://www.pspad.com

=?windows-1250?Q?Re:_How_to_remove_color_from_tabs?_[65512]?=

2015-07-14 Tema obsahu syntech
I chose setting it to color white, and it works![b] Thanks a lot! [/b] Before I made the post here I tried to set it to black to 'reset' the color, but that didn't work. Because of that I didn't try it with color white instead... :-/ -- http://forum.pspad.com/read.php?2,65510,65512 PSPad

4.5.8 [2500] Code Explorer Bug [63359]

2014-10-01 Tema obsahu syntech
This is probably a new bug. If I have a C function like [b]int blabla( int a, int b, int c, int d, int e, int f, double (abc)[MAX_ABC], double (def)[MAX_DEF] ) { . . [/b] The code explorer shows: [b] double (abc)[MAX_ABC], double

=?windows-1250?Q?CppCheck_integration?_[62811]?=

2014-07-24 Tema obsahu syntech
I've just learned about CppCheck (http://cppcheck.sourceforge.net) and I think it's a very useful tool. For Windows it has a GUI, but I'd like to know if there is a way to integrate it as some kind of external tool into PSPad, where the logmessage is used/parsed to jump to the correct row in the

Autocomplete suggestion [57642]

2011-11-30 Tema obsahu syntech
I would like to suggest a small improvement for the autocomplete (AC) function: If AC is active and it presents the choice list, TAB should fill the current word up to all chars which are identical to all results. Here's what I mean: I have 5 functions, with the following names:

Re: Converter: From kana to full-width katakana or full-width hiragana [565= 58]

2011-05-18 Tema obsahu syntech
Kana is the short word for Hiragana and Katakana and includes both charsets. Kana was created out of Kanji, the chinese charset, and is therefore a simplified version of Kanji. Romaji (=roman charset) is the japanese language in a readable format for those who can't read japanese characters.

Re: Code Explorer issue [49973]

2009-05-19 Tema obsahu syntech
cite: @syntech: Can you please also check your files size? I think this answers your question too! Increase the values of this variable and probably the CodeExplorer will be filled. For the syntax highlighting

Re: PSPad unicode 4.5.4 (2351) English [49937]

2009-05-15 Tema obsahu syntech
Jan, after fiddling around with the settings I can say for sure, that the Code Explorer problem is directly related with the extension .pcpp Other file exensions like .cpp, .h, .au3, .ini are working correctly, which means: the Code Explorer is showing data and the syntax coloring is working,

Re: PSPad unicode 4.5.4 (2351) English [49941]

2009-05-15 Tema obsahu syntech
pspad: Did you add *.pcpp into C++ highlighter settings? Yes, of course. Comparing the PSPad.ini from the beta and from the old

Re: Java Code Explorer issue [49923]

2009-05-14 Tema obsahu syntech
Jan, since quite some betas the Code Explorer does not automatically show up for some files when I load them. I have set the required file extensions in the highlighter settings, but for some files the Code Explorer shows up, and for some other files - with the same file extension! - it does not.

Re: Java Code Explorer issue [49926]

2009-05-14 Tema obsahu syntech
pspad: Check syntax name in statusbar for each file. It's correct? If you have active option [x]Remember file state, PSpad remebers last highlighter too.

=?windows-1250?Q?Schedule_for_next_PSPad_release_build?_[48728]?=

2009-01-14 Tema obsahu syntech
@Jan: Any plans to release a new, stable PSPad version? -- http://forum.pspad.com/read.php?2,48728,48728 PSPad freeware editor http://www.pspad.com

=?windows-1250?Q?How_to_stop_CTRL-A_to_put_Cursor_to_end_of_file?_[48731]?=

2009-01-14 Tema obsahu syntech
Is it already possible to stop CTRL-A (select all) from putting the cursor to the end of the file? -- http://forum.pspad.com/read.php?2,48731,48731 PSPad freeware editor http://www.pspad.com

=?windows-1250?Q?Is_it_possible_to_dynamically_set/change_editor_variables?_[48225]?=

2008-11-18 Tema obsahu syntech
I need to turn auto correction on/off depending on the file I'm actually working on (it depends on the folder where the file is taken from). I've checked the help file, but couldn't find out if it is possible, and if yes, how. I'm not sure if this can be done with a script, because the script

=?windows-1250?Q?Command_line_argument_for_decimal_line_number?_[47806]?=

2008-10-01 Tema obsahu syntech
I have searched this forum, but couldn't find an answer to my question. Is there a command line argument to open a textfile and jump to a line where I can send the line number as decimals instead of a hex value? -- http://forum.pspad.com/read.php?2,47806,47806 PSPad freeware editor

=?windows-1250?Q?Re:_Command_line_argument_for_decimal_line_number?_[47812]?=

2008-10-01 Tema obsahu syntech
Thanks for your reply. I wanted to integrate PSPad into PowerGREP and call it with line numbers, but it didn't work. So I thought it's because PSPad uses hex values. Now I've checked again, and the problem is, that PowerGREP sends the Bytes from file start as value in %START% and %STOP%