Re: JavaScript code explorer [46594]

2008-06-22 Tema obsahu Jan Fiala
There is no rpoblem to modify parser, I will do it.
I am more and more surpise with language authors creativity how to implement new
language features - object programming in scripting languages with interesting
language constructions e.t.c.

-- 
http://forum.pspad.com/read.php?2,46586,46594
PSPad freeware editor http://www.pspad.com


Re: PSPad unicode 4.5.4 (2320) English [46595]

2008-06-22 Tema obsahu Jan Fiala
If file dosn't contains BOM, there is only possibility to recognize code page
via file content. This method isn't 100%.
If yu open file and PSPad doesn't recognize correct Code page, change code page
in the format menu and do Reload (Ctrl+L)

Please check, if in the Program setings / Files or Project settings isn't set
code page. In this case PSpad will open all files in specified code page.

-- 
http://forum.pspad.com/read.php?6,46432,46595
PSPad freeware editor http://www.pspad.com


Re: Better hex/text mode switching [46596]

2008-06-22 Tema obsahu Jan Fiala
There is no problem to do it your way, there is possibility to do it without
saving - all can be done in memory only.
But if you in HEX mode change something e.g. in UTF-8 encoding, what is
mathematically based, you wouldn't be able to open it again as text.

-- 
http://forum.pspad.com/read.php?2,46580,46596
PSPad freeware editor http://www.pspad.com


Re: PHP Highlighting [46597]

2008-06-22 Tema obsahu douweikkuh
As you say, it's really easy to change the colorcoding yourself, but I think it
would be easier if the 'official' colorcoding was already there.

I don't know exactly what you want me to send you, but this is a bit of text I
copied from C:\Program Files\PSPad editor\Colors\PHP.INI: (I made PHP.INI by
creating/saving a new Color Scheme in the Higlighters Settings)

[PHP]
Comment=99FF1FFF010
Identifier=00CC1FFF000
Number=00CC1FFF000
Reserved Word=66001FFF000
Space=008080001FFF000
String=00CC1FFF000
Symbol=66001FFF000
Variable=00CC1FFF000

-- 
http://forum.pspad.com/read.php?2,46590,46597
PSPad freeware editor http://www.pspad.com


Re: PHP Highlighting [46598]

2008-06-22 Tema obsahu Jan Fiala
I try to use your PHP, but no changes was there.
Please send me screenshot some PHP source with your colors, or send me content
of PHP section from your PSPad.INI

I try to set colors as you write me in your first topic, but for me there are
too wild colors - red for strings, orange e.t.c.

-- 
http://forum.pspad.com/read.php?2,46590,46598
PSPad freeware editor http://www.pspad.com


Re: Italian [46599]

2008-06-22 Tema obsahu bovirus
Hi.

I just sent to the support email the latest version of italian translation x
PsPad 4.3.0.20.

-- 
http://forum.pspad.com/read.php?5,44597,46599
PSPad freeware editor http://www.pspad.com


Re: PHP Highlighting [46600]

2008-06-22 Tema obsahu douweikkuh
Weird...
The screenshot is here:
[url]http://www.imgdumper.com/file/img/2008/jun/22/img/dplapgfjyscdyfx0dw4bxn3j2
.png[/url]
And I think you mean this as PSPad.INI PHP-section:
[PHP]
Compilator File=C:\PHP\php.exe
Compilator Param=%File%
Compilator Capture=1
Compilator ParsLog=*on line b%L
Filter=PHP files
(*.php;*.php3;*.php4;*.phtml;*.inc)|*.php;*.php3;*.php4;*.phtml;*.inc
HLTabWidth=0
IndentChar= 
UnIndentChar= 
Comment=99FF1FFF010
Identifier=00CC1FFF000
Number=00CC1FFF000
Reserved Word=66001FFF000
Space=008080001FFF000
String=00CC1FFF000
Symbol=66001FFF000
Variable=00CC1FFF000
Compilator LOG=
Compilator Run=
Compilator Help=
Compilator SaveAll=0
Compilator HideOutput=0
Compilator DefaultDir=
Compilator LogType=0

And of course there are people who don't like these colors, but I think even
more people are used to these colors, and can't work with others. Me for
example.

-- 
http://forum.pspad.com/read.php?2,46590,46600
PSPad freeware editor http://www.pspad.com


Re: PSPad unicode 4.5.4 (2320) English [46601]

2008-06-22 Tema obsahu Joe Belmaati
Hello Jan,
after installing 2320 I get an error that MSVCR71.dll is missing. The prompt
repeats three times after which PSPad opens and - seemingly - works. I tried to
search the forum for an answer to this problem, but I did not find anything. Any
help is appreciated.

Sincerely,
Joe Belmaati
Copenhagen Denmark

-- 
http://forum.pspad.com/read.php?6,46432,46601
PSPad freeware editor http://www.pspad.com


Re: PSPad unicode 4.5.4 (2320) English [46602]

2008-06-22 Tema obsahu Jan Fiala
There is a problem (I don't understand), joined with libraries for SSL/TSL
secured connection.
If you delete new LIB files in PSPad folder, problem will gone.

I need to find a problem reason.

-- 
http://forum.pspad.com/read.php?6,46432,46602
PSPad freeware editor http://www.pspad.com


Re: PSPad unicode 4.5.4 (2320) English [46603]

2008-06-22 Tema obsahu Joe Belmaati
Yes, that works. Thank you very much.

-- 
http://forum.pspad.com/read.php?6,46432,46603
PSPad freeware editor http://www.pspad.com


Re: PSPad unicode 4.5.4 (2320) English [46604]

2008-06-22 Tema obsahu mali zeeko
These two DLL-s depend on MSVCR71.DLL which is part of VS2003. To solve this
problem MSVCR71.DLL must be
in PsPad folder, or somewhere in path. libeay32.dll
and libssl32.dll are part of OpenSLL.
Latest OpenSLL source can be downloaded from http://www.openssl.org. There is
also link to installer with windows binaries, including needed DLL-s.

-- 
http://forum.pspad.com/read.php?6,46432,46604
PSPad freeware editor http://www.pspad.com


Re: PSPad unicode 4.5.4 (2320) English [46605]

2008-06-22 Tema obsahu Jan Fiala
MS VC++ Runtime is part of many MS applications.  
I thing better will be provided download links instead distribute distribute
theses libraries.

-- 
http://forum.pspad.com/read.php?6,46432,46605
PSPad freeware editor http://www.pspad.com


Re: How to add an image to the background [46606]

2008-06-22 Tema obsahu Stewart Souter
If he wants this feature I'd suggest he uses Jedit. I tried it but found it's
PHP highlighting had more problems than PSPads.

-- 
Carbonize

http://forum.pspad.com/read.php?2,46541,46606
PSPad freeware editor http://www.pspad.com


Re: PSPad unicode 4.5.4 (2320) English [46607]

2008-06-22 Tema obsahu Michal Kolesa
Prosím [b]autory cizojazyčných přsípěvků[b], aby svůj
příspěvek[/b]opatřili český[/b] soudem ověřeným překladem!

Aby uživatelé nemluvícím anglickým jazykem věděli o co jde !

-- 
S pozdravem

Michal Kolesa
[EMAIL PROTECTED]
http://michal.kolesa.zde.cz

http://forum.pspad.com/read.php?6,46432,46607
PSPad freeware editor http://www.pspad.com


Re: JavaScript code explorer [46608]

2008-06-22 Tema obsahu Rick Holmes
Thanks, Jan, that will be a great help. Especially when you have more than a
couple hundred lines of code.

One problem with JavaScript is that everything outside a function is a global.
So as web pages use more and more js (especially if you use outside libraries),
it becomes important to namespace scripts to prevent conflicts. You can do
that by putting all of your code into a single global variable with a name that
is unlikely to be used by anyone else.

By using a closure and returning the inner function, you can also mimic private
and public methods and properties, which aren't part of the language.

-- 
http://forum.pspad.com/read.php?2,46586,46608
PSPad freeware editor http://www.pspad.com


Re: Better hex/text mode switching [46609]

2008-06-22 Tema obsahu btriffles
Yes, a true hex mode allows you to mess up any file if you're not careful.  A
true hex mode (open in hex editor) should show you the actual bytes in the
file as stored on the hard drive.

Is the purpose of the partial hex mode (when switching from text to hex mode)
to allow easy editing of Unicode files while ensuring the mathematically-based
structure of the file?  If so, I would rename this feature to something like
raw Unicode edit mode.  I don't think this mode qualifies as a true hex editor
because it doesn't seem to show the actual bytes of the file as stored on the
hard drive.

In summary, I propose the following:
-Allow text files to swap between normal and partial hex (renamed to raw
Unicode edit mode) views
-Have a separate button to allow any file (text or binary) to be swapped between
text and true hex (actual bytes) views

My proposal would:
-Eliminate the confusion of two hex modes that seem to be different but have
the same name
-Allow switching between text/true hex views without being forced to reopen the
file

-- 
http://forum.pspad.com/read.php?2,46580,46609
PSPad freeware editor http://www.pspad.com


Update of Code V syntax [46610]

2008-06-22 Tema obsahu Francois RIGUET
the Code V syntax and clip files have been updated for version 9.82, see
http://www.pspad.com/fr/pspad-extensions.php?kategorie=3

the zip file also contain 2 scripts, the first one codev_save saves the files
and create a backup by incrementing the file name, the second is a rather basic
script to correct the indentation of the file

-- 
François

http://forum.pspad.com/read.php?2,35782,46610
PSPad freeware editor http://www.pspad.com