Notepad2-mod Portable 4.2.25.486 has been released. Notepad2-mod is a lightweight text editor with syntax highlighting for a few commonly used languages and some new features beyond regular Notepad2 like code folding, bookmarks and additional languages. It's packaged in PortableApps.com Format so it can easily integrate with the PortableApps.com Suite. And it's open source and completely free. Read on for more details...
Update automatically in the PortableApps.com Platform 2.0 Beta 5 by clicking 'Check for Updates'.
Features
- Syntax highlighting: HTML, XML, PHP, ASP (JS, VBS), CSS, JavaScript, VBScript, C/C++, C#, Resource Script, Makefiles, Java, Visual Basic, Pascal, Assembly, SQL, Perl, Python, Configuration Files, Apache Config Files, PowerShell, Batch Files, Diff Files, AutoHotKey, AutoIt3, Bash, CMake, Inno Setup, LaTeX, Lua, NSIS, Ruby and Tcl
- Code folding
- Bookmarks
- Drag & drop text editing inside and outside Notepad2
- Basic regular expression search and replace
- Useful word, line and block editing shortcuts
- Rectangular selection (Alt+Mouse)
- Brace matching, auto indent, long line marker, zoom functions
- Support for Unicode, UTF-8, Unix and Mac text files
- Mostly adjustable
Learn more about Notepad2-mod...
PortableApps.com Installer / PortableApps.com Format
Notepad2-mod Portable is packaged in a PortableApps.com Installer so it will automatically detect an existing PortableApps.com installation when your drive is plugged in. It supports upgrades by installing right over an existing copy, preserving all settings. And it's in PortableApps.com Format, so it automatically works with the PortableApps.com Suite including the Menu and Backup Utility.
Download
Notepad2-mod Portable is available for immediate download from the Notepad2-mod Portable homepage. Get it today!
Comments
http://sourceforge.net/projec
http://sourceforge.net/projects/portableapps/files/Source/Notepad2-mod/N...
Again, wrong package version. It's 4.2.25.486. Why don't you use svn export to export the source package? There's no need to include the .svn directories.
Fixed
I fixed the filename, it'll take a bit to propogate. Not a big deal as anyone can figure out the difference.
I can barely get the SVN utilities for Windows to work and every tutorial is written assuming you use command line in Linux, so I'm happy I'm able to just package it.
If you have TortoiseSVN
If you have TortoiseSVN installed just do TortoiseSVN-->Export. If you use the commandline version then it's simple as that:
cd to_the_root_source_dir
svn export "source_dir" "out_dir"
(make sure the out_dir doesn't exist)