You are here: PSPad forum > Developer forum - new builds > PSPad unicode 4.5.2 (2234) English

PSPad unicode 4.5.2 (2234) English

Goto Page: Previous1 2 3 4 5 6 Next

#11 Re: PSPad unicode 4.5.2 (2234) English

Posted by: Lolo | Date: 2006-08-28 10:24 | IP: IP Logged

pspad:
Lolo:
Hello Jan,

First of all, thanks a lot for this new release.

This release always have a small bug with bookmark.
Try the following example (Warning: do not add an elmpty line at the and of the file)

image

Now try to navigate between bookmark with Alt+Down => no problem but with Alt+Up you can only navigate between to two first bookmark.

I hope you could fix this small bug.

Thanks and have a nice day.

I can't simulate it sad smiley

It is very easy to reproduce.
- Create a new file
- Type 111 on the first line and press enter twice
- Type 222 on the current and press enter twice
- Type 333 on the last line (do not press enter)

You should have something like on the screenshot.

Now, put a bookmark on these three lines.
Go to the first line (111) and navigate between bookmark with Alt+Down => Active line go to line 222, 333, 111, 222, 333, 111, ... => It's OK

Go to the last line (333) and navigate between bookmark with Alt+Up => Active line go to line 222, 111, 222, 111, ... and never on the last line (333)

I hope you could reproduce it.

Options: Reply | Quote | Up ^


#12 Re: PSPad unicode 4.5.2 (2234) English

Posted by: pspad | Date: 2006-08-28 10:29 | IP: IP Logged

Lolo:
It is very easy to reproduce.
- Create a new file
- Type 111 on the first line and press enter twice
- Type 222 on the current and press enter twice
- Type 333 on the last line (do not press enter)

You should have something like on the screenshot.

Now, put a bookmark on these three lines.
Go to the first line (111) and navigate between bookmark with Alt+Down => Active line go to line 222, 333, 111, 222, 333, 111, ... => It's OK

Go to the last line (333) and navigate between bookmark with Alt+Up => Active line go to line 222, 111, 222, 111, ... and never on the last line (333)

I hope you could reproduce it.

No. I try it same way before. I still can navigate all bookmarks sad smiley Can you send me your PSPad.INI (as mail attachment)? It depends maybe of some other settings.

Options: Reply | Quote | Up ^


#13 Re: PSPad unicode 4.5.2 (2234) English

Posted by: Stefan | Date: 2006-08-28 10:54 | IP: IP Logged

pspad:
Lolo:
It is very easy to reproduce.
- Create a new file
- Type 111 on the first line and press enter twice
- Type 222 on the current and press enter twice
- Type 333 on the last line (do not press enter)

You should have something like on the screenshot.

Now, put a bookmark on these three lines.
Go to the first line (111) and navigate between bookmark with Alt+Down => Active line go to line 222, 333, 111, 222, 333, 111, ... => It's OK

Go to the last line (333) and navigate between bookmark with Alt+Up => Active line go to line 222, 111, 222, 111, ... and never on the last line (333)

I hope you could reproduce it.

No. I try it same way before. I still can navigate all bookmarks sad smiley Can you send me your PSPad.INI (as mail attachment)? It depends maybe of some other settings.

Jan, This works only for you
if you a have a blank line at last (Line 6).

If you have the last bookmark on the last line, no matter
if blank or not, you can't jump upwarts
and go round to '333' on the last line (tested with 2231)

Options: Reply | Quote | Up ^


#14 Re: PSPad unicode 4.5.2 (2234) English

Posted by: Rok | Date: 2006-08-28 10:59 | IP: IP Logged

Thank you for adding the FTP APIs. One question - how can I open a file in PSPad over FTP from current connection and current directory? I wasn't able to do it with openFileFromFTP...

Options: Reply | Quote | Up ^


#15 Re: PSPad unicode 4.5.2 (2234) English

Posted by: pspad | Date: 2006-08-28 11:16 | IP: IP Logged

set obj = NewEditor()
ftpConnect("connection_name")
ftpCommand("CWD /public/include/page")
obj.openFileFromFTP("file.php")

or you can write all path directly:
obj.openFileFromFTP("/public/include/page/inc_faq.php")

If connection is already open and work directory is set, use:
set obj = NewEditor()
obj.openFileFromFTP("file.php")

Options: Reply | Quote | Up ^


#16 Re: PSPad unicode 4.5.2 (2234) English

Posted by: pspad | Date: 2006-08-28 11:18 | IP: IP Logged

Jan, This works only for you
if you a have a blank line at last (Line 6).

If you have the last bookmark on the last line, no matter
if blank or not, you can't jump upwarts
and go round to '333' on the last line (tested with 2231)
[/quote]

I gues it have to depends of some settings. I need PSPad.INI from machine where it desn't work.

Options: Reply | Quote | Up ^


#17 Re: PSPad unicode 4.5.2 (2234) English

Posted by: Lolo | Date: 2006-08-28 11:53 | IP: IP Logged

I sent you my pspad.ini file.
I hope you could find a solution.

Options: Reply | Quote | Up ^


#18 Re: PSPad unicode 4.5.2 (2234) English

Posted by: pspad | Date: 2006-08-28 13:24 | IP: IP Logged

Lolo:
I sent you my pspad.ini file.
I hope you could find a solution.

I have it. It depended of parameter Cycle bookmark sad smiley

Options: Reply | Quote | Up ^


#19 Re: PSPad unicode 4.5.2 (2234) English

Posted by: menet | Date: 2006-08-28 13:41 | IP: IP Logged

Can you try again to reproduce the problem that i have with the PSPad version bigger than 4.5.1 (standard version) where it was right. I have this problem with 2234, 2231, 2228 versions.

Title of the problem : Calling PSPad from DOS prompt a second time

- PSPad is not running
- open DOS window
- set directory to PSPad directory
- on DOS window call: PSPad.exe licence.txt (It runs PSPad and loads Licence.txt file)
- on PSPad, close the Licence.txt file
- on the same DOS window (do F3) to call again : PSPad.exe licence.txt
Then you should see my problem : PSPad is always with an empty window but the title is "PSPad - [pspad.exe licence.txt]"

If the second call on DOS was PSPad.exe /R licence.txt, then it gives also an empty window but the title is then "PSPad - [pspad.exe /R licence.txt]"

Note that with the 4.5.1 version, the licence.txt is in the window in Read-Only mode and the title is "PSPad - [c:\directory\pspad\licence.txt R/O]"

With the version 2227 (or 2223), it was OK for the licence.txt file in a second tab but it open also a first tab with PSPad.exe edited in hexa !

Do you reproduce this problem ? tongue sticking out smiley

Best regards winking smiley

Options: Reply | Quote | Up ^


#20 Re: PSPad unicode 4.5.2 (2234) English

Posted by: pspad | Date: 2006-08-28 18:19 | IP: IP Logged

Title of the problem : Calling PSPad from DOS prompt a second time

Yes, you are right. If you run PSPad with whole path, it will be OK.
How often you run PSPad from command prompt with settings folder to PSPad directory before ?

Options: Reply | Quote | Up ^


Goto Page: Previous1 2 3 4 5 6 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