mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: Assist++ support for .iml files #580
git-svn-id: svn://ultimatepp.org/upp/trunk@6590 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c4d471c5f3
commit
f2ff0bb9e4
5 changed files with 65 additions and 31 deletions
|
|
@ -1,35 +1,5 @@
|
|||
#include "AccessKey.h"
|
||||
|
||||
#define KEYGROUPNAME "Ide"
|
||||
#define KEYNAMESPACE IdeKeys
|
||||
#define KEYFILE <AccessKey/test.key>
|
||||
#include <CtrlLib/key_header.h>
|
||||
|
||||
#define KEYGROUPNAME "Ide"
|
||||
#define KEYNAMESPACE IdeKeys
|
||||
#define KEYFILE <AccessKey/test.key>
|
||||
#include <CtrlLib/key_source.h>
|
||||
|
||||
AccessKey::AccessKey()
|
||||
{
|
||||
CtrlLayoutOKCancel(*this, "Window title");
|
||||
}
|
||||
|
||||
struct Test {
|
||||
Test();
|
||||
};
|
||||
|
||||
|
||||
void Test::Ahoj()
|
||||
{
|
||||
}
|
||||
|
||||
12234523.234
|
||||
1234
|
||||
123456789000000000.124124
|
||||
|
||||
1000000000
|
||||
10000000000000000000000000000000000000000000.234234234
|
||||
GUI_APP_MAIN
|
||||
{
|
||||
Ctrl::AddFlags(Ctrl::AKD_CONSERVATIVE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue