You are here: PSPad forum > Developer forum - new builds > PSPad UNICODE 4.5.0 alpha (2119) English

PSPad UNICODE 4.5.0 alpha (2119) English

Goto Page: 1 2 3 4 Next

#1 PSPad UNICODE 4.5.0 alpha (2119) English

Posted by: pspad | Date: 2005-07-30 22:00 | IP: IP Logged

Download link: pspad.cincura.net (1.3 MB) 08/05/2005

Notes to PSPad UNICODE alpha version:
- this is update of last full version
- copy directory with your last PSPad full version to separate directory and replace PSPad.EXE from CAB archive. You can work with both version together.
- this version has some limities, some functionality is still missing (see second topic)
- don't forget, this is first alpha version only !

News:
- native UNICODE support - you can write in several charsets together
- new WordWrap (I hope functional)
- code explorer for Fortran
- new comment styles $$ and //* *// in user highlighter
- expanded Hash generator (MD4, MD5, SHA1, RipeMD160)
- expanded SQL code explorer
- file icons in FTP client
- extended END key option added to extended HOME key
- you can switch off system file icons (speed up network drives access) in program settings
- Sort fuction with selected LOCALE rules

Notes to testers:
1. please, don't send me messages, that some functionality is missing. I know it and will add it back
2. write here problems coresponding to existing functionality only. In this thread I will delete all other topics to keep it clear.
3. send me reports with maximum details, steps how to simulate it, what files, what highlighter. You help me decrease time to correct problem.

Options: Reply | Quote | Up ^


#2 PSPad 4.5.0 news report English

Posted by: pspad | Date: 2005-07-09 20:36 | IP: IP Logged

Known problems:
- You can't write unicode strings in dialog fields (e.g. search). All necessary controls must be replaced with Unicode versions - its my bussiness
- Change char case depends of locale - its Windows bussines as I study Windows API. I don't know, If should be handled.
- new version of Editor component brings new Highlighter names. PSPad.INI isn't fully compatible for highlighter settings with PSPad 4.3.3

Already done:
- Cursor position depending to Program settings / Editor after GotoLine, GotoBookmark
- User highlighters
- HTML manipulation routines are UNICODE ready (reformat, compress, tex to to...)
- detection of end of PHP script in multihighlighter doesn't check any quotas around ?>
- Clips are UNICODE ready
- (build 2104)
- added support for UTF-16 LE - check default code page in Program and Project settings !
- internal HTML preview is UTF-16 ready
- added support to open files, locked for writing (e.g. Apache.LOG)
- if no Highlighter is assigned (TXT files) or Highlight syntax is off, PSPad highlights URL address (Ctrl+Click open link)
- (build 2105)
- exception in user highlighters with ANSI comment style
- added MD4, MD5, SHA1, RipeMD160 finger print support
- problem with PSPad_MU.INI without R/W access
- (build 2109)
- added missing code page support (OEM, ISO, ...)
- optimized function Insert text to lines for speed
- problem with line position with wrapped text and Code explorer
- exception if SpellCheck is active and you close PSPad
- (build 2111)
- FileFormat (Dos, Unix, Mac)
- PHP and CSS highlighter
- switch TEXT - HEX - TEXT
- exception after dblclick in LOG window
- expanded SQL code explorer
- (build 2112)
- highlighters: KiX, Fortran, Java, JScript, Perl
- highlight matching brackets
- system files icons in FTP client window
- (build 2114)
- smart Tabs
- conversion of rest highlighters is done. If you find something missing in highlighters compare to PSPad 4.3.3, write me please
- font settings has influence of LOG windows (not search results)
- Sort function rewrited for UNICODE handling
- (build 2115)
- HTML reformat is UNICODE ready
- in some casses PSPad doesn't backup file without extension with '~' backup style
- search in files with *.* mask doesn't include files without extension or files with extension only
- TextDiff rewrited to UNICODE, you are able now compare with UNICODE file without open it first
- Search/Replace dialog - you can input UNICODE text
- Incremental search - you can input UNICODE text
- optimized highlight matching bracket speed for big files
- (build 2116)
- new editor window is open in state as actual window (maximized or normal state)
- Google search, interactive clips, Enter text, Command Window is UNICODE ready
- sending parameter with line number into running PSPad
- (build 2117)
- internal changes for UNICODE
- corrected Ctrl+Space - selected clip
- (build 2118)
- UNICODE file shows BOM in text after load
- VisualBasic highlighter exceptions
- SpellCheck is near ready
- message if problem during save file (e.g. locked by other application)
- (build 2119)
- corrected Multihighlighter
- you can select LOCALE for sorting in Sort dialog



Do you mean, its time to change alpha version 4.5.0 into beta ?

Options: Reply | Quote | Up ^


#3 Re: PSPad UNICODE 4.5.0 alpha (2100) English

Posted by: flor | Date: 2005-07-11 06:25 | IP: IP Logged

Hi, Jan

i opened .php file, encoded with iso-8859-2 and the following code:
function hasAttribute($name) {
return (isset($this->attribs[$name]));
}

looked like this:
u n c t hasAttribute($name) {
e tu ( s s ($this->attribs[$name]));
}

so, chars are missing in keywords.

Options: Reply | Quote | Up ^


#4 Re: PSPad UNICODE 4.5.0 alpha (2100) English

Posted by: pspad | Date: 2005-07-11 06:43 | IP: IP Logged

flor wrote:

> Hi, Jan
>
> i opened .php file, encoded with iso-8859-2 and the following
> code:

iso-8859-2 support will be added back. Now you must open it as ANSI

Options: Reply | Quote | Up ^


#5 Re: PSPad UNICODE 4.5.0 alpha (2101) English

Posted by: ferran verdaguer | Date: 2005-07-11 18:30 | IP: IP Logged

I sent this message in May. I am using version 2061 in w98se and the 2091 in xp. The reason is that there is a problem of driver of the graphs from the version 2065 that appears in w98se and in special in highlighter

Author: ferran verdaguer (---.proxycache.rima-tde.net)
Date: 06-05-2005 22:35

Please don't forget W98SE users.
Code explorer needs some delays.

This problem don't appears over XP, but over W98 needs some display delays, because blank window appears when code explorer window is refreshed.

Options: Reply | Quote | Up ^


#6 Re: PSPad UNICODE 4.5.0 alpha (2109) English

Posted by: Stefan | Date: 2005-07-17 20:42 | IP: IP Logged

Hi Jan, thanks for new version.

This is just for your information, ( i know you are still on work ) , no answer necessary.

(build 2104)
- if no Highlighter is assigned (TXT files) or Highlight syntax is off,
PSPad highlights URL address (Ctrl+Click open link)

Sinse this is a nice feature for me i tested this (with build 2109 and W2k)
and found it didn't work sometimes.

- open a TXT file
- wrote www.PSPad.com
- but there is no highlighting of the URL
- choose 'switch Syntax' and chancel without change anything
- the URL highlighting appears

BTW 'switch of' syntax in HTML works, i saw the URL highlighting

- but Ctrl+Click didn't work
the first few times in TXT and HTML,
i must first switch to an other document and back to get it work

e.g.
* HTML file
* switch syntax on again
* switch to an another doc
* come back to HTML file
* switch syntax off
* URL highlighting is on but Ctrl+Click didn't work
** switch to an another doc
** come back to HTML file ( syntax is still off )
* URL highlighting is on and Ctrl+Click works

HTH

Options: Reply | Quote | Up ^


#7 Re: PSPad UNICODE 4.5.0 alpha (2114) English

Posted by: Paul | Date: 2005-07-25 15:53 | IP: IP Logged

I'm using PHP 4.5.0 build 2114 and found some "bugs" here they are

1st :
I've noticed that the Code-Explorer with the Multi-HTML-Hightlighter has changed a little bit. When I open a php-file and the cursor is on a comment-section (i mean within a /* */-comment), and then I refresh the Code-Explorer, the Code-Explorer use the HTML-Code-Explorer, so that the "normal" PHP-Code-Explorer items are not shown. When the coursor is in normal php-code, then a Code-Explorer update brings the php-stuff back again.

I think in 4.3.3 this was not so. I was able to refresh the php-Code-Explorer even within php-comments. (I know in HTML-Parts like between ?> and <?php the HTML-Code-Explorer is used)

2nd :
I've tried the MD5-stuff for files and it seems, that the MD5-String is wrong. I test it with a big file (Feroda-Core-3-DVD-Image ~ 2.6GB) and the resulting MD5-checksum was different from the "original" one (from Website). I also used another MD5-checksum program and the MD5-checksum of this program was correct, so I would say, something with the MD5-checksum from files is wrong. I give it another try and give you feedback

3rd:
Thx for such a great freeware editor, smiling smiley

Options: Reply | Quote | Up ^


#8 Re: PSPad UNICODE 4.5.0 alpha (2114) English

Posted by: Fred | Date: 2005-07-26 06:22 | IP: IP Logged

Using build 2114
highlight matching brackets for [] and (), missing {} in Pascal source

Options: Reply | Quote | Up ^


#9 Re: PSPad UNICODE 4.5.0 alpha (2114) English

Posted by: pspad | Date: 2005-07-26 07:25 | IP: IP Logged

Fred wrote:

> Using build 2114
> highlight matching brackets for [] and (), missing {} in Pascal
> source

In Pascal {} are not brackets, but par of Comments

Options: Reply | Quote | Up ^


#10 Re: PSPad UNICODE 4.5.0 alpha (2114) English

Posted by: DeliciousMonkey | Date: 2005-07-28 00:07 | IP: IP Logged

The check HTML mode does not seem to be functional for any file types in the alpha. I do not know whether this was intentional or not.

Regards,
Ryan.

Options: Reply | Quote | Up ^


Goto Page: 1 2 3 4 Next





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