Download Latest Version hate-0.3-bin.zip (2.7 MB)
Email in envelope

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

Home / HATE / 0.2
Name Modified Size InfoDownloads / Week
Parent folder
hate-0.2.tgz 2016-02-17 2.5 MB
hate-0.2.zip 2016-02-17 3.2 MB
hate-0.2-bin.tgz 2016-02-17 1.8 MB
hate-0.2-bin.zip 2016-02-17 1.8 MB
hate-0.2-src.tgz 2016-02-17 1.1 MB
hate-0.2-src.zip 2016-02-17 1.9 MB
readme.txt 2016-02-15 2.6 kB
Totals: 7 Items   12.3 MB 0
 ___     ___ 
|_  |   |  _|             HATE
  | |___| |_     	 	
  |  ___   _|    HATE's an ASN.1 Text Editor
  | |___| |      -         -     -    -
  |  ___  |
 _| |   | |_
|___|   |___|


---------------------
HATE v0.2 (Feb. 2016)
---------------------
HATE's an ASN.1 Text Editor written in Java. It is designed to be easy to use, highly customizable and flexible.

Some of HATE'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
	- Java ASN.1 Compiler (JAC) [http://sourceforge.net/projects/jac-asn1/]
	- Highly configurable and customizable.

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


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

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

	$ tar xvfz hate-0.2-binary.tgz
	$ cd hate-0.2
	$ java -jar hate-0.2.jar

Or for Windows: 

	C:\> unzip hate-0.2-binary.zip
	C:\> cd hate-0.2
	C:\hate-0.2> java -jar hate-0.2.jar
 

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

HATE uses the following third party works:

 - JAC (Java Asn1 Compiler) released under the GPL-2 License.
   JAC can be found at http://sourceforge.net/projects/jac-asn1/

 - 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:
		hate [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/rgs-hate
  
Source: readme.txt, updated 2016-02-15