About "Reformat HTML code" [40947]

2007-06-07 Tema obsahu Nelson
In the early version, the "Reformat HTML code" function reformats to

Re: Display of Indic scripts in the editor is incorrect [40946]

2007-06-07 Tema obsahu Aparan
The source is in Unicode (UTF-8) and PSPad has no issues with transforming them to the correct code points and getting the correct glyphs. The only issue here is in displaying such text and spacing out them properly; also synchronising the caret insertion point. --

CTRL+LEFT and CTRL+RIGHT (new beta extension) [40945]

2007-06-07 Tema obsahu Damion Hankejh
_New PSPad Extension_ I built a PSPad extension to enhance CTRL+(SHIFT)+LEFT/RIGHT cursor behavior. Tested for a week without any problems on: PSPad 4.5.3 (2262) - Windows XP/SP2 The extension is comprised of four Javascripts, one per key combination: - CTRL+LEFT.js - CTRL+RIGHT.js - CTRL+SHIFT+L

Re: How to refresh the project tree with vbscript [40944]

2007-06-07 Tema obsahu Holger Biehl
By the way an updated Link: http://www.pspad.com/files/pspad/rozsireni/117-ProjRefresh.zip -- PSPad freeware editor http://www.pspad.com

Re: ProjRefresh.vbs issues [40943]

2007-06-07 Tema obsahu Holger Biehl
Hi Phil, in the actual File (to Download herehttp://www.pspad.com/files/pspad/rozsireni/117-ProjRefresh.zip) is at line 208 not what you decribed, please download the actual Version and try again. For further description of the File look here: http://forum.pspad.com/read.php?2,40224,40939 Note that

ProjRefresh.vbs issues [40942]

2007-06-07 Tema obsahu Phil
Hey folks, Problem I'm having with this VB script is it complains initially about the line 208 saying "Object required", the line is:- If not Paths is Nothing then Presumably its talking about Paths. When I comment out the lines encapsulating and including this If statement, it then says "The sy

Re: Question about scripts implementation [40940]

2007-06-07 Tema obsahu grigri
hmm... maybe this wasn't such a great idea anyway - I'm sure Jan will put this into the next release. The problem with hacky solutions (or attempts at solutions) like this one is that they are extremely dependant on software versions. I think I'll put this idea to bed now - although if anyone want

Re: How to refresh the project tree with vbscript [40939]

2007-06-07 Tema obsahu Holger Biehl
Hello Kenny, the script is simply searching "line by line" for the entry "DefaultDir" (entry Project Default Directory in PSPad) in the projectfile. If this is not the right path, specify that right path as "DocumentRoot" in your Project Settings, open the script with an editor and search for "Di

Re: Question about scripts implementation [40938]

2007-06-07 Tema obsahu Damion Hankejh
I am using 8.3 notation in the registry, my path is: C:\PROGRA~1\PSPADE~1\PSPADS~1\PSPADS~1.DLL With the _original DLL_, I get this upon exiting PSPad: [color=#0022ff]PSPad.exe - Application Error The Instruction at "0x100011a4" referenced memory at "0x00c2c008". The memory could not be "read".[/

Re: Question about scripts implementation [40937]

2007-06-07 Tema obsahu grigri
Sorry andy, didn't see your post there. You're quite right, the short filename seems to be the way to go - why it worked on my home system I'm not sure. Anyway... Memory cannot be written, huh? I wonder what bit. The dll overwrites some API functions [CoCreateInstance and CreateFileA] and patches

Re: Question about scripts implementation [40936]

2007-06-07 Tema obsahu grigri
The version shouldn't be a problem - I tried it on both the stable version and 4.5.3 [2265], had no problems on either. Duh! I'm so stupid - I just tried and it seems that on my Work computer the AppInit_DLLs key does not accept long filenames with spaces - with or without quotes. They did work fi

Re: Question about scripts implementation [40935]

2007-06-07 Tema obsahu andybridges
I had to use the non-spaces path to get anything: c:\progra~1\pspade~1\... Of course all I got was a windows error message ("memory could not be written"), but when I had spaces in there nothing happened at all which I think is where you're at now. --

Re: BUG: sloupcový blok [40934]

2007-06-07 Tema obsahu Pavel Vančák
jupi, folding se blizi! ;-) -- PSPad freeware editor http://www.pspad.com

Re: Question about scripts implementation [40933]

2007-06-07 Tema obsahu Damion Hankejh
grigri: Download and extract [url=http://files.shinyhappypixels.com/PSPadScriptHelper.zip]PSPadScriptHelper.z ip [18.1 KB][/url], follow the installation instructions, see if it works for you. -

Re: BUG: sloupcový blok [40932]

2007-06-07 Tema obsahu DaM
Ačkoli si dovedu představit, co takové rozhodnutí vezme, já bych se (z podobných důvodů) za překopání základů přimlouval. Problémy, které současné base components přinášejí, jsou de facto jedinou brzdou skutečně sqjelému SW. Pak by už ve světě text/code editorů opravdu PSPad neměl nejmenší konkuren

Re: Updated Highlighter settings not working [40931]

2007-06-07 Tema obsahu Jan Fiala
Highlighter colors are stored in the PSPad.INI. There was a change in Highlighter names in some old 4.5.x version - authosrs of the editor comonent changed names. This cases lost of the highligh settings. -- PSPad freeware editor http://www.pspad.co

Re: BUG: sloupcový blok [40930]

2007-06-07 Tema obsahu Jan Fiala
To je chyba komponenty edioru, ktera trva uz hrozne dlouho. Prave zvazuju vymenu zakladu, ale to je hodne dulezite rozhodnuti... -- PSPad freeware editor http://www.pspad.com

BUG: sloupcový blok [40929]

2007-06-07 Tema obsahu crs broncs
dejme tomu, že jsem napsal toto a takto vymezil blok: (viz http://handyscript.wz.cz/files/pspad-bug.gif ) když teď blok smažu, dá se předpokládat, že na řádcích budu mít: "ijk", "xyz" a "345". Jenže chyba lávky... zbyde mi: "defghijkl", "z" a "345". A to není všechno. Dám tedy "krok zpět" a na

Re: Problem with Total Commander + PSPad [40928]

2007-06-07 Tema obsahu Jan Fiala
Again. Total commander doesn't check document, but program you open document in. PSPad has no influence to TC, because TC open PSPad, not PSPad opens TC. -- PSPad freeware editor http://www.pspad.com

Re: Updated Highlighter settings not working [40927]

2007-06-07 Tema obsahu amalfi
pspad: Install new version over existing (you can Copy and backup existing installation and simply copy it back). Thank you, but I'm af

Re: How to refresh the project tree.... [40926]

2007-06-07 Tema obsahu oximoron
holger: @DavePorter Maybe this is OK for you? http://www.pspad.com/files/pspad/rozsireni/116-ProjRefresh.zip Hello holger, I tried you

Re: How to add new folders existing project folder [40925]

2007-06-07 Tema obsahu oximoron
pspad: I will add some project update function, but it wouldn't be "automatic". User have to call it if need it. Hello, I will really

Re: Problem with Total Commander + PSPad [40924]

2007-06-07 Tema obsahu brainac
I'm saving [with modifying modification date by CTRL+S] and not closing PSPad, but TC don't want to send edited document. -- PSPad freeware editor http://www.pspad.com

Re: Project Tree: Drag & Drop folder into another folder [40923]

2007-06-07 Tema obsahu Jan Fiala
I don't understand. Where you want to move folder? How you try to do it? -- PSPad freeware editor http://www.pspad.com

Re: Updated Highlighter settings not working [40922]

2007-06-07 Tema obsahu Jan Fiala
Install new version over existing (you can Copy and backup existing installation and simply copy it back). All main settings is stored in the PSPad.INI file. It's location depends of the Program settings / System / Multiuser environment. If unchecked, it lays in the PSPad folder, if checked, it is

Re: Problem with Total Commander + PSPad [40921]

2007-06-07 Tema obsahu Jan Fiala
Did you close PSPad? Total commander check while apllication you use to open document is running. Trys to open document in notepad, don't close it and open another document in still running notepad. -- PSPad freeware editor http://www.pspad.com

Re: Question about scripts implementation [40920]

2007-06-07 Tema obsahu grigri
Oddly enough, I'm not using any XP-only functions on this one, so [in theory] it has more of a chance of working. I'm not familiar with the Windows Server 2003 architecture, so I'm not really sure what to try and fix... but the source code is there in case anyone else knows. --

Re: Problem with Total Commander + PSPad [40919]

2007-06-07 Tema obsahu brainac
I'm editing my file remotely from FTP. I'm saving it but TC can't send edited file to the FTP server. When I'm changing to standard notepad, editing and saving TC sends edited file to the server. So, what's wrong with PSPad? It works with standard notepad. --

Re: Question about scripts implementation [40918]

2007-06-07 Tema obsahu andybridges
*sigh* Once again this useful little tool doesn't work for me. I presume it's because I'm running Windows Server 2003... oh well. -- PSPad freeware editor http://www.pspad.com