X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=3392cd8a5d071152f2df3e05984e51a3c03d3436;hb=05dbb28d6e8613216f43e8d0fae487c1d9c2fcd3;hp=e9cd463ff6e357edefd810ac1a3ebd00d2f43658;hpb=217c61076c63ba87b64921bb072ccad72ecc5298;p=nikiroo-utils.git diff --git a/README.md b/README.md index e9cd463..3392cd8 100644 --- a/README.md +++ b/README.md @@ -31,21 +31,21 @@ import jexer.*; public class MyApplication extends TApplication { public MyApplication() { - super(); + super(); - // Create an editor window that has support for - // copy/paste, search text, arrow keys, horizontal - // and vertical scrollbar, etc. - addEditor(); + // Create an editor window that has support for + // copy/paste, search text, arrow keys, horizontal + // and vertical scrollbar, etc. + addEditor(); - // Create standard menus for File and Window - addFileMenu(); - addWindowMenu(); + // Create standard menus for File and Window + addFileMenu(); + addWindowMenu(); } public static void main(String [] args) { - MyApplication app = new MyApplication(); - app.run(); + MyApplication app = new MyApplication(); + app.run(); } } ``` @@ -60,10 +60,9 @@ version 1.0: 0.0.1: - Base classes: - - Events - - Backend - - ECMABackend + - EMCA48Terminal read thread - TApplication loop +- Incorporate checkstyle ant task 0.0.2: @@ -75,7 +74,6 @@ version 1.0: - ECMATerminal - Mouse 1006 mode parsing - - Win32 support (used for reading/writing sockets) - Bugs - TDirectoryList cannot be navigated only with keyboard - TTreeView cannot be navigated only with keyboard @@ -102,5 +100,3 @@ Wishlist features (2.0): - TTerminal - TComboBox - AWTBackend -- ECMABackend - - libgpm support