Ignore:
Timestamp:
Jul 12, 2008, 9:23:52 PM (16 years ago)
Author:
dai_9181
Message:

・TinyXMLをabdevプロジェクトで使えるようにした。
・コードハイライターを汎用的に実装しなおした。syntaxファイルを読み込む仕様とした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/include/Program.h

    r629 r681  
    99    static void InitializeWindow();
    1010public:
     11    static CAppModule _Module;
    1112    static MainFrame mainFrame;
    12     static CAppModule _Module;
     13    static WindowComponents::CodeEditor::Languages languages;
     14
     15    // 一時的な対処
     16    static const WindowComponents::CodeEditor::Language *ablang;
    1317
    1418    static void Main();
Note: See TracChangeset for help on using the changeset viewer.