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: Previous1 2 3 4 Next

#21 Re: PSPad UNICODE 4.5.0 alpha (2117) English

Posted by: pspad | Date: 2005-08-03 04:27 | IP: IP Logged

UltimaW wrote:

> Hm I mentioned this before, but there's a problem with the Code
> Explorer for Java...
>
>public class HelloWorld {
> public static String hello, world;
>
> public HelloWorld() {
> hello = "Hello";
> world = "World";
> }
>
> public String toString() {
> return hello+" "+world;
> }
>
> public static void main(String [] args) {
> System.out.println(new HelloWorld());
> }
> }

>
> In this sample, the only instance variable that the Code
> Explorer sees is world, even though I typed public
> static String hello, world;
(the variable hello was
> ignored).

Please next time such general question into standard bug forum.
Code explorer as is now can't handle your problem.
I will improve it in future, but now I must stabilize 4.5.0 version.

Options: Reply | Quote | Up ^


#22 Re: PSPad UNICODE 4.5.0 alpha (2117) English

Posted by: DeliciousMonkey | Date: 2005-08-04 00:51 | IP: IP Logged

Issue: Text going in reverse when not specified.

Replicate: Open a New Txt document, type in some numbers then press the spacebar, it will proceed to put the new numbers 'before' the original numbers and pressing space again will have it going behind that again.

Then highlight it with your mouse for an equally unusal highlight effect.

EG.

Step 1.

1234567689<cursor>

Step 2. (Made Space)

<space>1234567689<cursor>

Step 3. (Type in Numbers '111')

111<space>1234567689<cursor>

The cursor stays on the right side at all times.

Cheers,
DM.

Options: Reply | Quote | Up ^


#23 Re: PSPad UNICODE 4.5.0 alpha (2117) English

Posted by: pspad | Date: 2005-08-04 03:14 | IP: IP Logged

DeliciousMonkey wrote:

> Issue: Text going in reverse when not specified.
>
> Replicate: Open a New Txt document, type in some numbers then
> press the spacebar, it will proceed to put the new numbers
> 'before' the original numbers and pressing space again will
> have it going behind that again.

I can't confirm. Do you use some Right to Left environment ?
If not, is your keyboard OK ? winking smiley

Options: Reply | Quote | Up ^


#24 Re: PSPad UNICODE 4.5.0 alpha (2117) English

Posted by: DeliciousMonkey | Date: 2005-08-04 04:01 | IP: IP Logged

I have sent you an email with a sample SWF file.

Cheers, DM.

Options: Reply | Quote | Up ^


#25 Re: PSPad UNICODE 4.5.0 alpha (2117) English

Posted by: Dave | Date: 2005-08-04 10:54 | IP: IP Logged

My OS is Wndows ME, the spell checker works fine under 4.3.3 but not under 4.5.0. From the disc activity the dictionary appears to load but no misspelt words are recognised or underlined. Any ideas?

Options: Reply | Quote | Up ^


#26 Re: PSPad UNICODE 4.5.0 alpha (2117) English

Posted by: pspad | Date: 2005-08-04 11:10 | IP: IP Logged

Dave wrote:

> My OS is Wndows ME, the spell checker works fine under 4.3.3
> but not under 4.5.0. From the disc activity the dictionary
> appears to load but no misspelt words are recognised or
> underlined. Any ideas?

And is SpellCheck icon on toolbar checked ?
SpellCheck works only if highlighter is present, if you try it with TXT files, there is problem.

Options: Reply | Quote | Up ^


#27 Re: PSPad UNICODE 4.5.0 alpha (2118) English

Posted by: Bart | Date: 2005-08-05 10:53 | IP: IP Logged

Fine, thanx for the new built.

Just a feature request, many XML and ACII formats can be compressed using GZIP (and some FTP servers store data with GZIP too), so it would be nice if PSPad could load and save Gzip compressed files too.
Here is a screenshot of "Save as" dilogue from another editor:
www.neeneenee.de

Options: Reply | Quote | Up ^


#28 Re: PSPad UNICODE 4.5.0 alpha (2118) English

Posted by: pspad | Date: 2005-08-05 11:00 | IP: IP Logged

PSPad supports file handling plugins (see subdirectory Plugin/FileType)
Its simple plugin with 2 function - load and save file.

You can write own lugin for GZIP - wrz.dll. If file has extension e.g. wrz, will be handled with this plugin.

Options: Reply | Quote | Up ^


#29 Re: PSPad UNICODE 4.5.0 alpha (2119) English

Posted by: Joe Belmaati | Date: 2005-08-06 10:38 | IP: IP Logged

Jan,
I wasn't sure whether to post this, as you have explicitly requested not to hear about features that haven't been implemented yet. Your first post states "write here problems coresponding to existing functionality only".

Here's the question: I can't get block comment to work (php). 4.5.0/2119. I have checked my keymap.ini and the shortcut is set correctly (aComment=Shift+Ctrl+A). And it does not seem to work when applied from the drop down menu.

I am wondering whether this is one of the features that will be re-implemented eventually. If this is something you're getting to, then I apologize and please feel free to delete this post.

Sincerely,
Joe Belmaati
Copenhagen Denmark

Options: Reply | Quote | Up ^


#30 Re: PSPad UNICODE 4.5.0 alpha (2119) English

Posted by: pspad | Date: 2005-08-06 11:03 | IP: IP Logged

Joe Belmaati wrote:

> Jan,
> I wasn't sure whether to post this, as you have explicitly
> requested not to hear about features that haven't been
> implemented yet.

> Here's the question: I can't get block comment to work (php).
> 4.5.0/2119. I have checked my keymap.ini and the shortcut is
> set correctly (aComment=Shift+Ctrl+A). And it does not seem to
> work when applied from the drop down menu.

This is exactly, what I want smiling smiley
I forgot it. I am writeng my own descendatd of standard editor component. I will be independent and can quickly implement new editor version.
I must make all changes (previously direct in editor component code) into descendant.

In next build it will be implemented.

Options: Reply | Quote | Up ^


Goto Page: Previous1 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