Download Latest Version jnpad-0.4-bin.zip (1.3 MB)
Email in envelope

Get an email when there's a new version of jNPad

Home / jNPad / 0.1
Name Modified Size InfoDownloads / Week
Parent folder
jnpad-0.1-bin.zip 2015-06-02 1.2 MB
jnpad-0.1-src.tgz 2015-06-02 499.0 kB
jnpad-0.1-bin.tgz 2015-06-02 1.2 MB
jnpad-0.1.zip 2015-06-02 2.0 MB
jnpad-0.1.tgz 2015-06-02 1.7 MB
jnpad-0.1-src.zip 2015-06-02 792.6 kB
readme.txt 2015-06-02 2.5 kB
Totals: 7 Items   7.3 MB 0
      _   _ _ _   _____
     |_| |  _  \ |  _  \  _____       _
      _  | | | | | | | | |___  |     | |
     | | | | | | | |_| |  ___| |  ___| |
     | | | | | | |  ___| |  _  | |  _  |
     | | | | | | | |     | |_| | | |_| |
     | | | | | | | |     \_____| \_____|
  _  | | | | | | |_|
 | | | | | | |_|
 | |_| | |_|
 \_____|


----------
jNPad v0.1
----------
jNPad's an Simple Text Editor written in Java. It is designed to be easy to use, highly customizable and flexible.

Some of jNPad's features include:
	- Drag and Drop
	- Multi-Document
	- Multi-View
	- Multi-Mode (Default, Basic, Minimalist, Distraction Free) 
	- Multi-Keymap
	- Auto indent, and syntax highlighting
	- Support of DOS/Windows, Unix and Mac newline formats 
	- Auto codeset detection (UTF-8 and some codesets)
	- Auto-completion
	- Bookmarking
	- Highly configurable and customizable.

	
Requirements
------------
A Java Runtime Environment (JRE) 1.6 or later is required to run jNPad. You can download it at http://java.com.


Run
---
- Option 1: 
Run executable
	jnpad.exe or jnpad.bat (Windows) 
	jnpad.sh (UN*X) 

- Option 2: 
Double click on jnpad-0.1.jar
	
- Option 3: 
Simply untar or unzip the binary distribution, cd into the jnpad-0.1 directory, and run the jar file:

	$ tar xvfz jnpad-0.1-binary.tgz
	$ cd jnpad-0.1
	$ java -jar jnpad-0.1.jar

Or for Windows: 

	C:\> unzip jnpad-0.1-binary.zip
	C:\> cd jnpad-0.1
	C:\jnpad-0.1> java -jar jnpad-0.1.jar
 

License
-------
jNPad is released under GPL-2 license (see license.txt)

jNPad uses the following third party works:

- A few classes of the ICU4J library released under the ICU License.
 the ICU project can be found at http://icu-project.org


Command Line Interface
----------------------
Usage:
		jnpad [arguments] [[-e] <files-to-edit>] [-v <files-to-view>] [-s <session-file>]
		
	Where:
		-e, -edit, --edit <files-to-edit>		Files to edit
		-v, -view, --view <files-to-view>		Files to view (read only)
		-s, -session, --session <session-file>	Load a specific session
		
	Arguments:
		-h, -help, --help, -?, /?				Give this help list
		-b, -basic, --basic						Run in basic mode
		-d, -default, --default					Run in default mode
		-m, -minimalist, --minimalist			Run in minimalist mode
		-version, --version						Displays the version of the program

		
Updates
-------
Check the web site from time to time to stay informed about the updates:
  http://sourceforge.net/projects/jnpad
Source: readme.txt, updated 2015-06-02