You are here: PSPad forum > Developer forum - new builds > PSPad unicode 4.5.5 (2415) English

PSPad unicode 4.5.5 (2415) English

Goto Page: Previous1 2 3 4 5 6 Next

#31 Re: PSPad unicode 4.5.5 (2415) English

Posted by: human | Date: 2011-03-04 09:25 | IP: IP Logged

Some behaviour that likely didn't change in the last builds, but a thing that would nice to be changed:

- open a file in PSPad
- delete it on the file system
- change to PSPad and press CTRL-R

Current behaviour: Instead of the old file you have an empty tab "New1.txt".
Wanted behaviour: A Message like
"This file was deleted from file system. Do you want to keep it in editor?
(No closes the file)"

Is this possible?

human

Options: Reply | Quote | Up ^


#32 Re: PSPad unicode 4.5.5 (2415) English

Posted by: pspad | Date: 2011-03-04 09:37 | IP: IP Logged

Program settings / Direct edit
Change: CheckDeleted=1

Options: Reply | Quote | Up ^


#33 Re: PSPad unicode 4.5.5 (2415) English

Posted by: human | Date: 2011-03-04 13:19 | IP: IP Logged

Thank you, the setting works. But I think this should be always checked when Reload is used, too (no matter of this setting).

human

Options: Reply | Quote | Up ^


#34 Re: PSPad unicode 4.5.5 (2415) English

Posted by: tyzio | Date: 2011-03-04 15:02 | IP: IP Logged

pspad:
tyzio:
Regarding point 2, my mistake, they are the same. Bellow correct one:

class create fruit {
method eat {} {
puts "yummy!"
}
}
oo::class create banana {
superclass fruit
constructor {} {
my variable peeled
set peeled 0
}
method peel {} {
my variable peeled
set peeled 1
puts "skin now off"
}
}

It's common to have both classes declaration in one file?
I looki for my examples and found class file, where usually is Class definition and One class per file and some library file where class used second way.

Maybe not common but possible to have more classes definition in one file.

Options: Reply | Quote | Up ^


#35 Re: PSPad unicode 4.5.5 (2415) English

Posted by: mgutt | Date: 2011-03-05 15:59 | IP: IP Logged

html multihighlighter doesn't see the end of the comment if php ending tags are inside (was in older builds, too):
<?php
/*
?>
*/
?>
<?php
/*
<?php
*/
?>

Options: Reply | Quote | Up ^


#36 Re: PSPad unicode 4.5.5 (2415) English

Posted by: mgutt | Date: 2011-03-05 16:04 | IP: IP Logged

html multihighlighter, too:
<?php
$foo = 'foo';
?>
<?php echo $bar ?>

double clicking "$foo" marks "$foo" and double clicking "$bar" marks "bar" only.

The php highlighter marks in both cases the complete var as it should be.

Options: Reply | Quote | Up ^


#37 Re: PSPad unicode 4.5.5 (2415) English

Posted by: hamasaki | Date: 2011-03-05 19:02 | IP: IP Logged

In CSS files, double clicking hex codes values also highlights the # part of the value. Before it only highlighted the number as it still does with other files.

This a bug or something I`ve missed in the settings?

h

Options: Reply | Quote | Up ^


#38 Re: PSPad unicode 4.5.5 (2415) English

Posted by: pspad | Date: 2011-03-05 19:12 | IP: IP Logged

Multihighlighter is able handle one level only. It means it doesn't work and wont work with multilevel embeding.

Options: Reply | Quote | Up ^


#39 Re: PSPad unicode 4.5.5 (2415) English

Posted by: pspad | Date: 2011-03-05 19:13 | IP: IP Logged

hamasaki:
In CSS files, double clicking hex codes values also highlights the # part of the value. Before it only highlighted the number as it still does with other files.

This a bug or something I`ve missed in the settings?

h

It was made by user wish. It's something you can't live with?
It was described in build changes list.

Edited 2 time(s). Last edit at 2011-03-05 19:13 by pspad.

Options: Reply | Quote | Up ^


#40 Re: PSPad unicode 4.5.5 (2415) English

Posted by: menet | Date: 2011-03-07 04:59 | IP: IP Logged

1) In version 2384, there is 2 lines for Total commander in the language files :
cWinCommander_Caption=Editor for Total Commander
cWinCommander_Hint=Set PSpad as Total (Windows) Commander default editor
These 2 lines are no more there. sad smiley

I don't know if there is a relation but why in Program settings...>System integration, there is a grayed line : Editor pro Total Commader ?
Note that there is a mistake, a "n" is missing in Commander word. grinning smiley

2) is there a way to not a the file under temp temporary windows the PSPad_log.txt file created (it contains lines like : File: FILE_STRING old age: 1046840818 new age: 1046845656) smoking smiley

3) I have missed something, i don't know how to use the new functionnalities :
Highlighter settings - you can set color for file tab
Current File tab is highlighted

How it can be set ? sad smiley

Best regards. menet winking smiley

Edited 1 time(s). Last edit at 2011-03-07 05:07 by menet.

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