Software-update: PSPad 4.5.2

PSPad logo (60 pix) Jan Fiala heeft vandaag versie 4.5.2 van de gratis multifunctionele teksteditor PSPad uitgebracht. Dit programma is met name geschikt voor programmeurs en heeft onder andere functies aan boord zoals syntax highlighting, een macroeditor, een ingebouwde ftp-client, een hexeditor en een spellchecker in diverse talen (maar niet in het Nederlands). Een uitgebreidere lijst van alle mogelijkheden kan op deze pagina worden gevonden. Het changelog van deze release laat de volgende veranderingen zien:

Added:
  • VBScript highlighter - many new keywords, added Const attribute
  • speed up HEX replace without confirmation and XML reformat
  • Higlighter settings - new option for C++ highlighter - Alternative preprocesor style
  • new user highlighter comment style - Tab Key comments up to end of the line
  • new [Special settings] variable - ShowHint - disable program hints
  • Ctrl+Drop fle into editor inserts file name(s)
  • added new keywords into PL/SQL and MySQL highlighters
  • scripting - ftpCommand function returns string, returned by FTP server
  • Open file from internet function remembers history
  • Shift+Click on the File tab closes document
  • scripting support - new general functions:
  • ftpConnect(connection: string): Boolean - connect to defined FTP connection
  • ftpDisconnect - disconnect FTP server
  • ftpCommand(príkaz: string) - send command to FTP server, e.g.. "CWD \public\www"
  • ftpDownloadFile(ftp_name, local_name): Boolean - download any file from FTP
  • ftpUploadFile(local_name, ftp_name): Boolean - upload any file to FTP
  • scripting support - new editor functions:
  • readOnly(status: Boolean): Boolean - set or return current editor R/O status
  • openFileFromFTP(name): Boolean - open file from FTP
  • saveFileToFTP: Boolean - save open file to current FTP directory
  • FTP connection window is resizable
  • column block mode sets automatically scroll past EOL
  • new clor option for the left gutter font color
  • new user highlighter comment for HTML
  • TeX - whole math mode is highlighted
  • new option Program settings / Dialogs / []Cycle marks
  • new option Program settings / Dialogs / []Confirm close PSPad with open files
  • dblclick on the file tab closes file
  • missing words added into VB highlighter
  • modified JavaScript preview in the internal HTML brovser - wrapper depends of the HTML or XHTML setting in the multihighlighter
  • addded VBScript preview in the internal HTML preview
  • link to HTML TiDy online configurator added into Online tools (menu Help)
  • Project and Favourite panel icons use standard icon set now
  • modified nonconverted icons from the Office 2003 icon set
  • ine CSS reformat - without empty lines, without spaces
  • Code explorer for VHDL
  • small changes in docking - PSPad remembers panels dock position for panels except Project and File explorer
  • new command line parameter -E or /E - PSPad starts without restore save work
  • new command line parameter: -U or /U for open source of the URL adress
  • modified Mark List (Shift+Ctrl+B)
  • Delete mark (Alt+Right) is back. New function - delete all marks added into menus
  • Ctrl+Left mouse in the left gutter creates mark
  • for each file is remebered 25 first marks or bookmarks in the File state. PSCache.BIN isn't compatible with the previous version. If any problem occurs, delete PSCache.bin file
  • the next/previous mark function (Alt+Up/Down) allows cycle
  • new bracket highlight + pair words highlight (in several languages yet). I am awaiting suggestions
  • new Code explorer for the Unix Shell Script
  • you can create any count of the bookmarks - set/unset Alt+Left, delete all Alt+Right (confirmation - Program settings/Dialogs)
  • new User highlighter comment style - Forth
  • Program settings / System - you can set Cascaded system context menu
  • new icons for the Code explorer, Clipboard monitor, ...
  • Code explorer - new button - synchronize with code - will locate item in the code explorer coresponding to line in the editor
Corrected:
  • corrected replace with a new line (code Wang Guan Mmou). It isn't necessary to replace with a backward direction - report any problem
  • Cobol Code explorer - numbers in the names, count in different styles of Cobol source code
  • VBScript Code explorer - "property let"
  • missing ");" in the Text to JScript function
  • printing problems with a dark background
  • Clipboard monitor doesn't support unicode
  • Text diff from "outside" if file(s) already open
  • highlight matching brackets
  • clips for the TXT files
  • Perl highlighter doesn't support multiline strings
  • simple text - wordwrap split words, containing single quote (e.g. cat's)
  • Unix Shell script highlighter - keywords highlighting
  • interactive clips, open dialog and enclose file name into double quotes
  • windows switching exception with one window only
  • empty content of a file if project settings / UTF-8 as default CP and file wasn't in the UTF-8
  • hang-up after compilation with errors if file with error wasn't open
  • HTML reformat - spaces in formated code
  • clip variables can contain underscore char
  • mark shortcuts Alt+Left/Right/Up/Down didn't work if you run empty PSPad
  • missing keywords in the MS-Dos Bat highlighter
  • partially increased Search speed
  • PSPad accepts file with normal slash in path as the cmmand line parameter
  • Search/Replace problem if you replace with a empty string. Next correction of replace will follow
  • C code explorer
  • ECHO problems in the MS_Dos BAT highlighter
  • if command line parameter contains '?', PSPad doesn't open URL
  • Tab switch Alt+number if PSPad starts empty
  • Search and cursor position depends of the Program settings / Editor
  • exception if PSPad starts with nonexisting project
  • PHP code explorer and functions outside classes
  • PSPad doesn't refresh first file from the FTP after reopen
  • Search - editor doesn't scroll to cursor position
  • different Row height with and without highlighter
  • restore numbered bookmarks after PSPad start
  • PHP Code explorer - exception if empty
  • Reformat HTML - PSPad freezes in some cases
  • reformat to Inline CSS
  • C++ Code explorer
  • file context handler (problem was in the PSPad not in the handler)
  • file information - last word in the file was missing
  • FTP client - list of files from IBM mainframe (MVS)
  • new text file doesn't highlight URLs
  • Text differences - highlighting
  • problems with the PSCache.bin file version
  • FTP client and list files from VMS
  • Java highlighter - numbers highlight
  • MSDos highlighter - drives highlight, Echo and command delimiter
  • context menu problem run PSPad in hex or text diff mode with long file names
  • selected text wasn't tranfered into Google search
  • Code explorer and unfinished XML causes program hang
  • Links panel - %Line% variable
  • macro record doesn't allow to recod unicode chars. Macro files are from now stored in unicode and are not compatible with older PSPad version!
  • SQL code explorer and '$' char in procedure name
  • NO answer in confirm dialog after closing modified project file
  • User highlighter definition - wasn't possible to enter '_' and '-' cars in file filters
  • Color select / Namd colors - problem with names for 'cyan', 'magenta'
  • Project panel and rename folder using context menu
  • Save file state and bookmarks
  • PHP code explorer
  • save file state if syntax is off causes exception
  • splash screen was in Czech. Now will be always in English
  • TextDiff with binnary files from command lines causes exception
  • start PSPad from the command window
  • Cobol highlighter Area settings wasn't set after PSPad start
  • small bugs from previous build (Ctrl+Tab, Code explorer for AutoIt, ...)
[break]
Klik voor een grotere versie.
Versienummer 4.5.2
Besturingssystemen Windows 9x, Windows NT, Windows 2000, Windows XP, Windows Server 2003
Website PSPad
Download http://pspad.hostnexus.de/pspad452inst_en.exe
Bestandsgrootte 3,30MB
Licentietype Freeware

Door Bart van Klaveren

Downloads en Best Buy Guide

20-10-2006 • 20:52

19

Bron: PSPad

Update-historie

07-'09 PSPad 4.5.4 5
10-'06 PSPad 4.5.2 19
05-'06 PSPad 4.5.1 6

Reacties (19)

19
19
15
10
1
4
Wijzig sortering
Dit programma is echt een eerste klas aanrader. Ik ken in ieder geval geen freeware programma, dat zo uitgebreid is en nog steeds actief wordt ontwikkeld. Er zijn maar weinig redenen om gebruik te maken van bijvoorbeeld UltraEdit.
mooie tool. Ik heb het veel gebruikt.
Jammer dat het programma (ook deze versie) zo vervelend om gaat met tabs i.c.m. met de clip list.
Dat ding weet iedere keer van mijn tabjes spaties te maken, of zet er een spatie voor. :(

zelfs nadat ik de .DEF file zelf heb bijgewerkt, blijven er spaties tevoorschijn komen.

Ik hou niet van spaties. (alleen tussen een zin ;))


Gelukkig is er een vervelende bug uit. In de vorige versie wou pspad wel eens teveel weggooien als je een kolom selecteerde, en dan DEL of BACKSPACE. Zelfs met CTRL-Z was het teveel weggegooide tekst niet meer terug te krijgen.
Die was erg vervelend, want dan moest je het document afsluiten zonder op te slaan, en dan deze weer openen. En dan maar hopen dat je genoeg saved tussendoor. ;)

edit:
@BuRningFire: het probleem ligt aan de cliplist die magische dingen doet met spaties.
Wel gewelidig hoor die cliplist :D Scheeld zoveel typen.

@DEVoTi0N : het enige compatibiliteitsprobleem is dat niet alle editors de tabwidth kunnen instellen?

@fokyo: ik snap je argument niet voor dat tabs zuigen ;)
Zo'n spatie gebruikt men om compatibiliteitsproblemen* te voorkomen. Daar hebben ze niet zomaar voor gekozen.

offtopic:
Leuk woord voor galgje. :P
Hoe zwaar is deze tool? Want ik wil altijd wel graag een lichtgewicht programma houden. Mijn favo is dan ook Notepad++.
wel iets langzamer dan notepad++.
maar als je graag cliplist's, FTPzooi en een echt goede syntaxhighlighting wilt, dan zou ik voor pspad gaan. (3/4 soorten highlighting voor notepad++ was soms nogal een probleem.)

gelukkig is pspad niet zo langzaam als eclipse ;)
Lorem ipsum dolor sit amet consectetuer justo a velit felis Phasellus.

Ziehier waarom ik PSPad geweldig vind. Als je al een Lorum Ipsum generator inbouwt, dan ben je goed bezig vind ik. Daarnaast is PSPad retesnel (ik gebruik hem ook als standaard editor om .txt bestanden te openen en dat gaat snel zat) en gewoon erg fijn om mee te werken.

Wat wel erg fijn zou zijn is als je de code explorer in zou kunnen stellen voor talen die niet native worden ondersteund (Progress 4GL bijvoorbeeld)
Deze is aardig, maar PHPdesigner voelt toch meer aan als een programma van nu (minder windows 98). Het bied ook nog wat meer functionaliteit. Echt een aanrader, gebruik het al twee jaar bijna dagelijks (heeft .NET 2.0 nodig).
Je hebt ondermeer de mogelijkheid om het officiele PHP helpfile te integreren en een install van PHP te gebruiken om te debuggen zonder dat je PHP hoeft te draaien (gewoon de pp execuatble selecteren).

http://www.mpsoftware.dk/phpdesigner.php
de versie waar jij over praat moet je toch echt voor betalen ;)

en trouwens.. eclipse bestaat ook nog?!, in tegenstelling tot alle andere vergaande IDE's eentje die niet vervelend is. php is goed te doen, java al helemaal, en er zijn zat plugins voor andere talen

//edit ik had wel even naar onderen mogen scrollen, dan had ik gezien dat burningfire al een opmerking had gemaakt over phpdesigner
Heerlijk programma, gebruik hem sinds een tijdje voor het ontwikkelen van webapplicaties

@ apokalypse:
Bij mij werken de tabs anders prima, ik heb het ook niet zo op spaties (Editor - Instellingen > 'Echte inspringingen' aanvinken)

@ Bram77:
Dat PHPdesigner ziet er wel erg Microsoft Office uit, dan heb ik toch liever die Win2000 look..
En daarbij kost het programma geld, de gratis versie die ze aanbieden kan nauwelijks meer dan notepad2 (niet eens een FTP mogelijkheid)
offtopic: Ik gebruik persoonlijk toch veel liever NetDrive. Scheelt zo veel tijd op een dag scripten....
Goeie 'shit', dit programma.

Werk er nu al een jaar - en met volle tevredenheid - mee, om websites te bouwen in PHP/HTML/JavaScript. Het is vooral ook goed omdat het doorontwikkeld wordt. Dit itt bijv. Crimson Editor.

Een aanrader!
Het is vooral ook goed omdat het doorontwikkeld wordt.
Het is natuurlijk wel een beetje kort door de bocht om dit te zeggen, voor hetzelfde geld zegt Jan Fiala morgen: "Ik stop ermee."
Ik sta bij iedere versie weer in de rij. Top meuk en één van de weinige programma's waarbij ik een vraag daadwerkelijk en direct beantwoord zag in de FAQ. ("hoe krijg je die verticale grijze lijn weg in de text area") :)
Top programma, werk snel en overzichterlijk. :)
Anoniem: 27270 21 oktober 2006 11:17
Gaat iedereen zijn favorite editor lopen spuien? OK: VIM! Waarom? snel, plugins, heerlijke toetsenbord only internface, etc..
Anoniem: 158514 21 oktober 2006 10:11
Prachtig freeware prog!
over tabs: tabs zuigen, ik heb pspad ingesteld om voor een tab 2 spaties te gebruiken, zo heb ik dezelfde output in andere editors.

Op dit item kan niet meer gereageerd worden.