Last change
on this file since 681 was
681,
checked in by dai_9181, 15 years ago
|
・TinyXMLをabdevプロジェクトで使えるようにした。
・コードハイライターを汎用的に実装しなおした。syntaxファイルを読み込む仕様とした。
|
File size:
440 bytes
|
Line | |
---|
1 | #pragma once |
---|
2 | |
---|
3 | namespace ActiveBasic{ namespace IDE{ |
---|
4 | |
---|
5 | |
---|
6 | class Program |
---|
7 | { |
---|
8 | |
---|
9 | static void InitializeWindow(); |
---|
10 | public: |
---|
11 | static CAppModule _Module; |
---|
12 | static MainFrame mainFrame; |
---|
13 | static WindowComponents::CodeEditor::Languages languages; |
---|
14 | |
---|
15 | // 一時的な対処 |
---|
16 | static const WindowComponents::CodeEditor::Language *ablang; |
---|
17 | |
---|
18 | static void Main(); |
---|
19 | |
---|
20 | |
---|
21 | |
---|
22 | static HWND GetMainFrameWndHandle() |
---|
23 | { |
---|
24 | return mainFrame.m_hWnd; |
---|
25 | } |
---|
26 | }; |
---|
27 | |
---|
28 | |
---|
29 | }} |
---|
Note: See
TracBrowser
for help on using the repository browser.