Search results (1)

Forum topics matching your query

PSPad v5.0.7 Updated

juverax on 6 Feb 2024
  • 15MB (uncompressed)
  • Released on 10 Mar 2023
  • Suggested by Andrew Lee

PSPad is a plain text editor with syntax highlighting support and tabbed interface. It includes an integrated hex editor, spell checker, FTP client, code explorer etc. It also allows you to automate repetitive activities through macro recording and playback.

PSPad supports column selection.

Note: The 64-bit version of PSPad is not limited by memory, but is missing the scripting capability of the 32-bit version, as noted here

Category:
Runs on:Win95 / Win98 / WinME / WinNT / Win2K / WinXP / Vista / Win7 / Win8 / Win10
Writes settings to: Application folder
Stealth: ? No. HKCU\Software\PSPad
Registers PSPad.project (.PPR) files
Unicode support: Yes
License: Freeware
How to extract:
  1. Download the "Portable" ZIP package and extract to a folder of your choice
  2. Delete pspshellx32.dll, pspshellx64.dll and unnecessary language files
  3. Download dictionaries for spell-check (optional) and unpack to .\PSPad\Spell\ folder
  4. Launch PSPad.exe
What's new? See: https://www.pspad.com/en/whatsnew.htm
Latest comments
Shadeclan on 2012-09-14 13:59

I figured out how to uninstall the user-chosen (custom) languages but it takes a little work.
1: Open PSPad.ini (if you opened it with PSPad or if PSPad is running, save it as something else).
2: Delete the UserHighLighterName# value / data pair where the language is listed (the crosshatch is either null or a number between 1 and 4).
3: Delete the language key and all value / data pairs appertaining to it.
4: If PSPad is running, close it - then replace the PSPad.ini file with your changes. Voila! Your user-selected language slot is ready for another language!
I have posted a request to add a mechanism to do this automatically on the PSPad forum which is very active and the author of the software posts often - not what you'd expect from "dead" software.
BTW: Be cautious about using the installer - it seems to have had some problems. Use the zip file instead and unpack the files to a folder of your choice.

Shadeclan on 2012-09-14 14:46

If it's ok, I'd just like to make a few more comments:
Viniciusban writes that PSPad has no comment-out tool. I don't know if that was true when he posted, but it has one now:
Format menu / Add/Remove Comment.

Webfork writes that it has trouble handling Very Large Files (VLF). In my experience, there are only a very few editors that can handle VLFs without absorbing all available RAM and none of them (with the possible exception of UltraEdit) is as full-featured as PSPad IMHO. If I must view / edit a VLF, I always use HiEditor from WinASM.net as it is made specifically to work on VLFs without hosing the computer. Unfortunately, it isn't offered on PortableFreeware.com but it is completely portable, writes all settings to an INI file and is very fast.

Tom mentions that the "stable" version is 4.5.4. Currently it is 4.5.6 and was uploaded about 11 months ago. Beta version, available from the forum and updated August 2012, is very stable - if the latest version is wanted, grab it from there.

PSPad has its problems but they all do - that's why there isn't just a single text editor that everybody uses. While Notepad++ is (undeniably) the most popular text editor for programmers, I find its interface somewhat obscure and its learning curve a bit too steep to make it useful to me. PSPad's interface is much cleaner and simpler and, if I don't use it for months at a time, I can come back to it without worrying about relearning anything - that's why PSPad is my text editor of choice.

rbon on 2019-12-25 18:09

I wanted a paf version of PSPad and I tried the online installer version of @prapper which unfortunately does not work.
So in the discussion https://portableapps.com/comment/242253#comment-242253 I left a note (# 22).
Be careful: when you extract the installer you have to delete the folders:
- $ PLUGINSDIR
- 7zTemp
and copy the rest into .\PSPadPortable.
Then update to the latest portable version which must be unpacked in .\PSPadPortable\App\PSPad\

See all