List in Find ignores RE 4.5.4 (2325) en [48247]

2008-11-18 Tema obsahu sgp
List in Find ignores RE, pspad 4.5.4 (2325) english
enter in Find: ^target
check Regular Expression
press List

The list window shows all lines where "target" occurs anywhere, instead it
should show just the lines where "target" starts at character position 1.

-- 

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


cosmetic 4.5.4 (2325) en [48246]

2008-11-18 Tema obsahu sgp
cosmetic bug, pspad 4.5.4 (2325) english
title bar of find dialog window (Ctrl+F) shows "F&ind" instead of "Find" (with
underlined i)

-- 

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


=?windows-1250?Q?Re:_How_to_turn_off_new_"HTML,_XHTML_templates_highlight_support_{code}"_fe= ature?_[48245]?=

2008-11-18 Tema obsahu Jan Fiala
This in bug. I have to add option to turn templates suport off

-- 

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


Re: Uncommon use of HTML multihighlighter [48244]

2008-11-18 Tema obsahu Jan Fiala
"Adjust" is possible, but it's a lot of works, because highlighters model in
Synedit version is different and all works with strings nedd to be rewrited to
widestrings

-- 

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


Re: PSPad unicode 4.5.4 (2331) English [48243]

2008-11-18 Tema obsahu wjjchess
thomas:

pspad:

I don't agree. I am open files with tens of MB in seconds.
If file contains very long lines (tausands of chars), it can slow down PSpad.
Can you send me some of your file packed to support mail if it isn't confidental
or private?

Try this:
Program settings / Editor
enable Scroll past EOL

Well, I have that option turned off, but it still takes ages to load big
files.

Loading a 2MB textfile with PSPad takes about 30seconds while the CPU is at 100%
(luckily I have two of them..)

Doing the same with Textpad or PNotepad, I can't even stop the time it takes to
load the file (Textpad and the file are loaded in around a second)



You are wrong, If you want open file fast,It must The Option been turn on.

-- 

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


=?windows-1250?Q?Re:_How_to_turn_off_new_"HTML,_XHTML_templates_highlight_support_{code}"_fe= ature?_[48242]?=

2008-11-18 Tema obsahu vvch
I didn't understand, is it planned to fix this bug?
Unfortunately, I cannot use new versions of PSPad for my work anymore, and was
forced to downgrade it to version 4.5.2.

-- 

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


Re: Uncommon use of HTML multihighlighter [48241]

2008-11-18 Tema obsahu vvch
I know these facts. But maybe its possible to adjust perl highlighter used in
ANSI version of Synedit to Unicode version? Or to borrow missed in Unicode
version features from ANSI component?

-- 

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


Re: PSPad unicode 4.5.4 (2331) English [48240]

2008-11-18 Tema obsahu thomas
pspad:

What takes a long time? PSPad start or open file in running PSpad?

Opening the file. Starting PSPad takes about 1 second. 
Both systems are about 2 years old as well (2GB RAM each)

-- 

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


Re: PSPad unicode 4.5.4 (2331) English [48239]

2008-11-18 Tema obsahu Jan Fiala
SQL is parsed too
As I wrote you, I open 103MB file include PSPad start in 3s on my about 2 years
old notebook.

I don't know nothing about your system. What takes a long time? PSPad start or
open file in running PSpad?

-- 

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


Re: PSPad unicode 4.5.4 (2331) English [48238]

2008-11-18 Tema obsahu thomas
pspad:

Sorry, but you wrote about large XML files.
For TXT files PSPad doesn't parse anything.
Switch off Code explorer panel and test your XML files.

I wrote about txt, sql and XML
For XML I can understand that the code explorer slows down retrieval, but not
for txt (or SQL)

-- 

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


Re: PSPad unicode 4.5.4 (2331) English [48237]

2008-11-18 Tema obsahu Jan Fiala
thomas:

But it shouldn't do that for files that aren't supported anyway. 
For text files the code explorer simply displays "Not supported for this type"
so why is the file "parsed"?



Sorry, but you wrote about large XML files.
For TXT files PSPad doesn't parse anything.
Switch off Code explorer panel and test your XML files.

In the next build I will you possibility to set file size limit for automatical
parsing

-- 

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


Re: PSPad unicode 4.5.4 (2331) English [48236]

2008-11-18 Tema obsahu thomas
pspad:

Code explorer needs to parse file. It takes some 
time.
But it shouldn't
do that for files that aren't supported anyway. 
For text files the code explorer simply displays "Not supported for this type"
so why is the file "parsed"?

-- 

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


Re: PSPad unicode 4.5.4 (2331) English [48235]

2008-11-18 Tema obsahu Jan Fiala
Code explorer needs to parse file. It takes some time.
Maybe I add some file size limit to automatically parse file in code explorer

-- 

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


Re: PSPad padá při editaci xml souboru [48234]

2008-11-18 Tema obsahu edmund
Poslední verzi 4.5.4 (2331) už mám. Zkusím ještě sledovat, kdy to padá a
na jakých souborech.

-- 

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


Re: PSPad unicode 4.5.4 (2331) English [48233]

2008-11-18 Tema obsahu thomas
pspad:

E.g. 103MB TXT file my PSpad include it's start opens in 3s

While trying again, I noticed that sometimes it is indeed quite fast
(although still not as fast as PNotepad or Textpad)

As far as I can tell this is related to the Code Explorer panel (that I usually
have open). Even for txt files (that don't display anything the code explorer)
it is then extremely slow, but also for .sql files (that don't display anything
as well).

But still it's unusable on large XML files when the code explorer is opened
(which is a shame because the code explorer for XML files is one of the reasons
I stick to PSPad)

-- 

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


Re: Uncommon use of HTML multihighlighter [48232]

2008-11-18 Tema obsahu Jan Fiala
I am sorry. Perl-IDE uses ANSI version of the Synedit and it uses different
highlighter for Perl

-- 

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


Re: PSPad unicode 4.5.4 (2331) English [48231]

2008-11-18 Tema obsahu Jan Fiala
thomas:


Well, I have that option turned off, but it still takes ages to load big
files.

Loading a 2MB textfile with PSPad takes about 30seconds while the CPU is at 100%
(luckily I have two of them..)

Doing the same with Textpad or PNotepad, I can't even stop the time it takes to
load the file (Textpad and the file are loaded in around a second)



Can you send me some of your file packed to support mail?
E.g. 103MB TXT file my PSpad include it's start opens in 3s

-- 

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


Re: PSPad unicode 4.5.4 (2331) English [48230]

2008-11-18 Tema obsahu thomas
pspad:

I don't agree. I am open files with tens of MB in seconds.
If file contains very long lines (tausands of chars), it can slow down PSpad.
Can you send me some of your file packed to support mail if it isn't confidental
or private?

Try this:
Program settings / Editor
enable Scroll past EOL

Well, I have that option turned off, but it still takes ages to load big
files.

Loading a 2MB textfile with PSPad takes about 30seconds while the CPU is at 100%
(luckily I have two of them..)

Doing the same with Textpad or PNotepad, I can't even stop the time it takes to
load the file (Textpad and the file are loaded in around a second)

-- 

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


Re: PSPad unicode 4.5.4 (2331) English [48229]

2008-11-18 Tema obsahu Jan Fiala
spawnua:

Thank you for FTP interface modifications! But when I change order of moveable
columns, file sorting become incorrect.:-(



I found and fixed this bug.

-- 

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


Re: force to open as text [48228]

2008-11-18 Tema obsahu Kippesoep
In the "View" menu, there is "Hex Edit MODE", which toggles between the states.
It won't work when a file is detected as binary, though.

-- 

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


Re: PSPad unicode 4.5.4 (2331) English [48227]

2008-11-18 Tema obsahu wjjchess
pspad:

wjjchess:

thanks!

In 2331, It Open big file(6M), it very very slowly, it is not open in 3
minutes.


I don't agree. I am open files with tens of MB in seconds.
If file contains very long lines (tausands of chars), it can slow down PSpad.
Can you send me some of your file packed to support mail if it isn't confidental
or private?

Try this:
Program settings / Editor
enable Scroll past EOL




THANKSďĽ


Re: PSPad unicode 4.5.4 (2331) English [48226]

2008-11-18 Tema obsahu spawnua
Thank you for FTP interface modifications! But when I change order of moveable
columns, file sorting become incorrect.:-(

-- 
Ukraine


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

-- 

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


Re: Freeze upon opening for the first time [48224]

2008-11-18 Tema obsahu anso
Thanks all, useful to me too!! thanks again.


software download (viz http://www.sharewarecheap.com )

-- 

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


=?windows-1250?Q?Re:_Diakritika,_PSPad_(a_Dell?)_[48223]?=

2008-11-18 Tema obsahu jbartos
Díky moc :) Měl jsem ten samý problém, a opravdu za to mohl TortoiseCVS. Po
přepnutí do češtiny zase všechno funguje tak, jak má. Tahle informace by
se měla objevit v nějakém readme k PSPadu.

-- 

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


Re: PSPad unicode 4.5.4 (2331) English [48222]

2008-11-18 Tema obsahu Jan Fiala
wjjchess:

thanks!

In 2331, It Open big file(6M), it very very slowly, it is not open in 3
minutes.


I don't agree. I am open files with tens of MB in seconds.
If file contains very long lines (tausands of chars), it can slow down PSpad.
Can you send me some of your file packed to support mail if it isn't confidental
or private?

Try this:
Program settings / Editor
enable Scroll past EOL

-- 

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


Re: PSPad unicode 4.5.4 (2331) English [48221]

2008-11-18 Tema obsahu wjjchess
thanks!

In 2331, It Open big file(6M), it very very slowly, it is not open in 3
minutes.

If the file's size > 1M, It open the file very slowly .

-- 

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