Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hajdam committed Jan 7, 2017
1 parent dc60c22 commit 75d39ec
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 58 deletions.
6 changes: 1 addition & 5 deletions README.md
@@ -1,7 +1,7 @@
Delta Hexadecimal Library
=========================

Hexadecimal viewer/editor component library for Java / Swing.
Hexadecimal viewer/editor component library for Java.

Homepage: http://deltahex.exbin.org

Expand All @@ -23,10 +23,6 @@ Features
- Codes can be also binary, octal or decimal
- Support for code and matching highlighting
- Support for huge files

Todo
----

- Delta mode - Only changes are stored in memory

Compiling
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
@@ -1,4 +1,4 @@
version = '0.1.2-SNAPSHOT'
version = '0.1.2'

buildscript {
repositories {
Expand Down
Binary file modified images/example_screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 2 additions & 8 deletions modules/deltahex-java-modules.gradle
@@ -1,19 +1,13 @@
// Shared modules build

version = '0.1.2-SNAPSHOT'
version = '0.1.2'
def repositoryName = "deltahex-java"
def libraryUrl = 'http://deltahex.exbin.org'

ext.depsExbinUtilsJava = [
githubProfile: 'exbin',
githubRepo: 'exbin-utils-java',
version: '0.1.2-SNAPSHOT'
]

ext.depsXbupJava = [
githubProfile: 'exbin',
githubRepo: 'xbup-java',
version: '0.2.0-SNAPSHOT'
version: '0.1.2'
]

ext.depsThis = 'DeltahexJava'
Expand Down
68 changes: 32 additions & 36 deletions src/dist/readme.txt
@@ -1,36 +1,32 @@
Delta Hexadecimal Library
=========================

Hexadecimal viewer/editor component library for Java / Swing.

Homepage: http://deltahex.exbin.org

Features
--------

- Data as hexadecimal codes and text preview
- Insert and overwrite edit modes
- Support for selection and clipboard actions
- Scrollbars fixed or optional, character/line or pixel precision
- Support for showing unprintable/whitespace characters
- Support for undo/redo
- Support for charset/encoding selection
- Codes can be also binary, octal or decimal
- Support for code and matching highlighting
- Support for huge files

Todo
----

- Delta mode - Only changes are stored in memory

License
-------

Apache License, Version 2.0 - see LICENSE-2.0.txt

Usage
-----

Please see deltahex-example application and sources.

Delta Hexadecimal Library
=========================

Hexadecimal viewer/editor component library for Java.

Homepage: http://deltahex.exbin.org

Features
--------

- Data as hexadecimal codes and text preview
- Insert and overwrite edit modes
- Support for selection and clipboard actions
- Scrollbars fixed or optional, character/line or pixel precision
- Support for showing unprintable/whitespace characters
- Support for undo/redo
- Support for charset/encoding selection
- Codes can be also binary, octal or decimal
- Support for code and matching highlighting
- Support for huge files
- Delta mode - Only changes are stored in memory

License
-------

Apache License, Version 2.0 - see LICENSE-2.0.txt

Usage
-----

Please see deltahex-example application and sources.

10 changes: 2 additions & 8 deletions tools/tools.gradle
@@ -1,19 +1,13 @@
// Shared tools build

version = '0.1.2-SNAPSHOT'
version = '0.1.2'
def repositoryName = "deltahex-java"
def libraryUrl = 'http://deltahex.exbin.org'

ext.depsExbinUtilsJava = [
githubProfile: 'exbin',
githubRepo: 'exbin-utils-java',
version: '0.1.2-SNAPSHOT'
]

ext.depsXbupJava = [
githubProfile: 'exbin',
githubRepo: 'xbup-java',
version: '0.2.0-SNAPSHOT'
version: '0.1.2'
]

ext.depsThis = 'DeltahexJava'
Expand Down

0 comments on commit 75d39ec

Please sign in to comment.