X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=3392cd8a5d071152f2df3e05984e51a3c03d3436;hb=623a1bd12877164ce2ae515e176b809d9c1a2041;hp=cbd76f73487e3136d6dfec460eb43e014f3b0144;hpb=7d4115a542abd938aa7fce607b062c6e393e5d67;p=nikiroo-utils.git diff --git a/README.md b/README.md index cbd76f7..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,9 +60,9 @@ version 1.0: 0.0.1: - Base classes: - - Events - - Codepage + - EMCA48Terminal read thread - TApplication loop +- Incorporate checkstyle ant task 0.0.2: @@ -74,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 @@ -101,5 +100,3 @@ Wishlist features (2.0): - TTerminal - TComboBox - AWTBackend -- ECMABackend - - libgpm support