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.

-- 

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


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 external tool

Compared the content and _AGAIN _garbage in the file in the right tab, the
file I saved first. This time PSPad replaced an _else_ and the garbage is
also different (as always).

[img]https://equlhw.am.files.1drv.com/y4maMJhNrgDaGk9jifQrnnPtH6npPzdRDi0ArpgId3
7fJ3KCKgHtZRjg7rUSEivvA-mEQtF1hadTc5WaHL_8hhjMkMCpb72QUdMARR9QHpesAMzrUA2xmqeImt
cPsj_cYOwcouyzyHO6wMJCesxWALfjugR2t0EpUDQxqXav90Cu8JAKmeocKdI7tpCVvfTyErb?width=
1023=106=none[/img]

-- 

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


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 all of this.

Only double click to select a word. And CTRL-V to paste my change. I did the
same in both files. And CTRL-S to save both files. What I found out is that it
usually is one ONE file that is affected. Other files I'm working with are ok. I
_THINK_ the corrupted file is always the rightmost in the tab, but I'm not 100%
sure. BTW tabs, I only have two tabs open with the files I mentioned. Usuaylly I
have tons of tabs open.

-- 

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


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 https://www.pspad.com


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 which is in the
file now. I've found out that some of the crap PSPad embeddes unasked is coming
from PSPad.ini, some other parts are from the source file itself from random
places, like the _e( zw )_ is coming from a function call [b]prn_txtmode(
zw );[/b].

[img]https://eqt2fq.am.files.1drv.com/y4mE8ApoF04IgNZUL8yrGxwQJQEb82EA7HMUAGTMLm
gGGf9GjXhr1PNbHXRlu6ukiflUZz_QYGyDcvOpUrItdDQ_9agRzcOAcAlcIedeLDj2yUBtMD6xdGRQMh
sHXuVVmbjCWV_BfZU9lug0miiUtJRwiQ6WB4-EVL6Q9_fTHGbcnOrCymYpo8VMlo-dofdpXlYTYe1WsD
Cd0rbltW4_0_afw?width=1600=872=none[/img]

This is what PSPad shows:
cite:

杀Χ  
{
 The rest of the line (around 200 chars) I cannot
paste?!?

What I did?
- loaded two files (Unix format, C/C++ Highlighter, ANSI 1252, 10115 rows) from
outside PSPad via command line arguments (as I always do)
- searched in both files for the same place in the code to make some changes
- double clicked a word to select it and hit CTRL-V to replace the word with
onother word. I did this in both files.
- saved both files with CTRL-S
- found out that one of the files (the one I opened last and saved first) has
again crap in it!

To me this looks like a memory issue (@jan: is using address sanitizer or
something similar possible?)

-- 

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


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 I did? I wanted to switch to another file and clicked with the mouse on
another tab. *error pops up*

PSPad is open since yesterday. Usually it's open a whole week, but because of
issues with special characters and some Ini file changes (it's in another
thread) I had to restart it. All I can do now is to kill the process.

-- 

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


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 editor https://www.pspad.com


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

-- 

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


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 random garbage into its content it is - and I
hate to say this, because I love PSPad - useless in a productive environment (or
any environment). :-(

!! I consider this a _highest priority bug_ which needs to be ironed out
!!

Now I have only two options:
- trying an older PSPad version to see if things are getting better (in older
version this bug exists too)
- switch to another editor (the most unwanted option, but if I'm forced to...)

-- 

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


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.

-- 

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


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,
resulting in memory garbage pasted into one of the open files.

I have made a diff between two versions and the only difference is:

#endif

becomes

#e??if···N??···%Time%···n?s??l·$··o??···%Email%
·O?B··?R?s???·N··?R?s???·X··?S?
·CESKYS?··Include··T?T··?T???p??···T?s??]
%··iU?··Define···U?··#endif···W?s??n·#
··W?s??Z·%···z?U??·····z··?

It's a C++ headerfile, 2064 rows, UNIX format, ANSI (1252) Codepage, many files
open in Tabs.

-- 

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


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 suggestion for the 'tabs/session save'
auto-save. What I meant was, instead of saving every file open/close add a timer
like you did for the automatic backup. Sorry for the confusion.

-- 

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


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 than what we have now. But how about a timer like for the
automatic backup?

_"File state means cursor position, bookmarks, code page, highlighter."_

For my needs everything of the listed options would be very helpful, but cursor
position would be the most useful. Of course, I take what I get (a big thanks in
advance!) but if automatic session save would be possible and it would be the
same like when closing the editor (in my case, I save everything) it would be
great!

-- 

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


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 currently open tabs? Anything else?

And yes, automatic saving of all currently open tabs would be GREAT, because I
never know when PSPad hangs/crashes and I have to kill it. With many (frequently
changing) files open this is a PITA when this happens.

-- 

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


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 future. Would be
very helpful for me! Thanks.

-- 

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


=?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).

-- 

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


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 made a test with several empty but existing files, opened via two batch
files in PSPad.

batchfile 1:

call "c:\Portable\1gb Stick\_Software\office\PSPad(2)\PSPad.exe" "test.log"
call "c:\Portable\1gb Stick\_Software\office\PSPad(2)\PSPad.exe" "test -
Kopie.log"
call "c:\Portable\1gb Stick\_Software\office\PSPad(2)\PSPad.exe" "test - Kopie
(2).log"
call "c:\Portable\1gb Stick\_Software\office\PSPad(2)\PSPad.exe" "test - Kopie
(3).log"
call "c:\Portable\1gb Stick\_Software\office\PSPad(2)\PSPad.exe" "test - Kopie
(4).log"
call "c:\Portable\1gb Stick\_Software\office\PSPad(2)\PSPad.exe" "test - Kopie
(5).log"
call "c:\Portable\1gb Stick\_Software\office\PSPad(2)\PSPad.exe" "test - Kopie
(6).log"
call "c:\Portable\1gb Stick\_Software\office\PSPad(2)\PSPad.exe" "test - Kopie
(7).log"

batchfile 2:

call "c:\Portable\1gb Stick\_Software\office\PSPad(2)\PSPad.exe" "test1.log"
call "c:\Portable\1gb Stick\_Software\office\PSPad(2)\PSPad.exe" "test1 -
Kopie.log"
call "c:\Portable\1gb Stick\_Software\office\PSPad(2)\PSPad.exe" "test1 - Kopie
(2).log"
call "c:\Portable\1gb Stick\_Software\office\PSPad(2)\PSPad.exe" "test1 - Kopie
(3).log"


I call the first batchfile to have sereral filetabs in PSPad, then I cal the
second batchfile and the filetabs are switching happily to the left and back to
the right (more or less).

I don't know how to make a quick video of it. I'll google that.

-- 

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


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 from within PSPad than it's working correctly.

-- 

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


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 new tab to
the right. It looks like many CTRL+TAB and SHIFT+CTRL+TAB keys are pressed to
iterate over all open fieltabs before the new tab is appended. This is annoying
because it wastes time and the quick loading of the files makes the program
flicker a lot.

Can anyone confirm this on windows 10, latest PSPad version?

A solution would be greatly appreciated!

-- 

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


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 new tab to
the right. It looks like many CTRL+TAB and SHIFT+CTRL+TAB keys are pressed to
iterate over all open fieltabs before the new tab is appended. This is annoying
because it wastes time and the quick loading of the files makes the program
flicker a lot.

Can anyone confirm this on windows 10, latest PSPad version?

A solution would be greatly appreciated!

-- 

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


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 from outside with a given filename, it
iterates through all open tabs (usually I have around 10-15 tabs open) before it
appends the file in a new tab, resulting in an annoying screen/progam flickering
because the quick tab changes. It seems that all the files/content in the tabs
are updated before the new files are added in a new tab.

Any hints what/where I could check something?

I've tried the latest stable release and beta 2700 and 2716, deleted the pspad
folder and made a clean 'install' (I'm using the portable version). And I'm 100%
sure this problem didn't exist last week.

Any help would be highly appreciated.

-- 

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


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 to the external diff tool as _c:\Portable\1gb_
(for the first file) and _Stick\_Software\office\PSPad\file2.txt_ (for the
second file)

-- 

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


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 32/64bit Problem, but all Processes from PSPAD
over CMD to Cygwin\bin\make.exe are 32 bit processes, so I don't expect this to
be the problem.

I've also set \Cygwin\bin\make.exe and bash.exe to Windows 7 compatibility mode,
but that doesn't work either. I also tried to use different cmd.exe (32 and
64bit), also without success. I'm running out of ideas... :(

Here are the compiler setting I'm using in PSPAD: (mind that they worked well in
Windows 7)

[i]Compiler: cmd.exe
param: /C C:\dev86.bat & make -j 6 "%Name%.o"
start dir: %Dir%
log-file: %Dir%\make.log

Log Parser: %F(%L):*[/i]

PS: dev86.bat is called to set some environment variables
PPS: Windows 10 was installed as upgrade, so all old programs were kept

-- 

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


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 up. Will it
be removed (soon)?

-- 

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


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!

-- 

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


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 possibility to add this feature?

Or, if this is not possible, to add a merge function to the internal diff
function? So that I can (block/line) merge from/to left/right with a simple
mouse click.

-- 

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


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 freeware editor http://www.pspad.com


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 (def)[MAX_DEF] )
int blabla( int a, int b,[/b]

Now, if I'm in the function somewhere and hit the button show in document (or
so) from the code explorer, it highlightes the following line:

_double (abc)[MAX_ABC],_

But the correct line should be:

[b]int blabla( int a, int b, int c, int d, int e, int f, double (abc)[MAX_ABC],
double (def)[MAX_DEF] )[/b]

I think the problem is, that there are round brackets used inside the round
function brackets. PSPad should handle this correctly by counting the
open/closed brackets and ignoring every bracket until the closing function
bracket is found.

-- 
http://forum.pspad.com/read.php?4,63359,63359
PSPad freeware editor http://www.pspad.com


=?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 source code? The
same as it's done with the compiler button in the toolbar.

Thoughts?

-- 
http://forum.pspad.com/read.php?2,62811,62811
PSPad freeware editor http://www.pspad.com


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:

calc_val_for_a(...)
calc_val_for_b(...)
calc_val_for_a_and_b(...)
calc_val_for_c(...)

Now I type 'calc' and the AC presents all the above mentioned functions. If I
press TAB now, it would be great if AC would automatically complete to current
word to 'calc_val_for_', because this identical for all entries. Now I could
type a, and AC presents only 2 entries. Ideally it would hightlight
'calc_val_for_a(...)', in such case I only need to hit ENTER and voila, a long
name entered pretty fast.

Can this be done, please?

-- 
http://forum.pspad.com/read.php?6,57642,57642
PSPad freeware editor http://www.pspad.com


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. Romaji is not commonly used in Japan, but
kids learn it in school, together with english. But is is not a english
translation of japanese langauage! It's still japanese, written with roman
characters. If you want to learn japanese, forget Romaji. You'll not really
learn the language with it. :)

Katakana is mainly used for foreign words or names. Hiragana is the traditional
charset, which is also learned by children at first, followed by Kanji later.
Hiragana is sometimes used as a reading help for Kanji, then this is called
Furigana, which is either placed on top or right of Kanji characters, depending
on the direction of the text (see also http://mosquito.dyndns.tv/~spock/furi/).
I think this is what the TS is talking about.

-- 
http://forum.pspad.com/read.php?2,51453,56558
PSPad freeware editor http://www.pspad.com


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 there is an other variable what makes the border
between doing or not the coloring. I think this is called:
HLOnUpToSize

papi



I changed the two suggested variables, and know what? It solved my problem!
:-))

Thanks to all for your help!

-- 
http://forum.pspad.com/read.php?6,49898,49973
PSPad freeware editor http://www.pspad.com


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,
too.

Is it possible for you to reproduce the problem? Do you need more/other
information from me?

-- 
http://forum.pspad.com/read.php?6,49898,49937
PSPad freeware editor http://www.pspad.com


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 release version, I've
seen that in the old release there is a C++ and a C/C++ section. In the .ini of
the beta there is only a C/C++ section. But adding the C++ section into the beta
.ini did not help at all. So I'm slowly running out of ideas, why the Code
Explorer works in the old release, and not in the beta, for .pcpp files.

-- 
http://forum.pspad.com/read.php?6,49898,49941
PSPad freeware editor http://www.pspad.com


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. Then I have to
click on the refresh button of the Code Explorer to get the classes, functions,
etc. listed.

Anything I should check? Do you need additional informations?

-- 
http://forum.pspad.com/read.php?6,49898,49923
PSPad freeware editor http://www.pspad.com


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.



All 4 files show C/C++ in the status bar. [x] Remember files state is set. When
I close and restart the editor, there is no syntax coloring at all, and only 1
of the 4 files shows the Code Explorer. Even when I active the Code Explorer for
all 4 files, close and restart PSPad, the settings seems not to be saved. Only 1
file shows the Code Explorer.

Then I tried the same with the last PSPad release 4.5.3 (2298) and here PSPad
also starts with no syntax coloring, but the Code Explorer works for all 4
files.

From what I remember, I created a backup of the last PSPad directory and copied
the beta files over the existing ones. Did I do something wrong?

-- 
http://forum.pspad.com/read.php?6,49898,49926
PSPad freeware editor http://www.pspad.com


=?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 has to be
active all the time and monitor my tabs. If I change a tab, the script should
check the folder where the file is coming from, and then turn auto correction on
or off.

I think the correct editor variable is AutoCorrActive=0, but I couldn't find a
set-function to dynamically change it during runtime...

Any suggestions if and how this can be done? 

PS: I'm not talking about spell checking, it's about auto correction.

br

-- 
http://forum.pspad.com/read.php?2,48225,48225
PSPad freeware editor http://www.pspad.com


=?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 http://www.pspad.com


=?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% variables, and not the line number.
(With those START/STOP values it is possible to highlight found (regex) matches
in an editor.)

Jan, is there a chance to add those two values (start/stop = bytes from file
beginning) as command line arguments, for better integration into PowerGREP?

-- 
http://forum.pspad.com/read.php?2,47806,47812
PSPad freeware editor http://www.pspad.com