1 /**************************************************************************
2 ** This file is part of LiteIDE
3 **
4 ** Copyright (c) 2011-2017 LiteIDE. All rights reserved.
5 **
6 ** This library is free software; you can redistribute it and/or
7 ** modify it under the terms of the GNU Lesser General Public
8 ** License as published by the Free Software Foundation; either
9 ** version 2.1 of the License, or (at your option) any later version.
10 **
11 ** This library is distributed in the hope that it will be useful,
12 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 ** Lesser General Public License for more details.
15 **
16 ** In addition, as a special exception,  that plugins developed for LiteIDE,
17 ** are allowed to remain closed sourced and can be distributed under any license .
18 ** These rights are included in the file LGPL_EXCEPTION.txt in this package.
19 **
20 **************************************************************************/
21 // Module: liteids.h
22 // Creator: visualfc <visualfc@gmail.com>
23 
24 #ifndef LITEIDS_H
25 #define LITEIDS_H
26 
27 #define ID_MENU_FILE "menu/file"
28 #define ID_MENU_RECENT "menu/recent"
29 #define ID_MENU_VIEW "menu/view"
30 #define ID_MENU_EDIT "menu/edit"
31 #define ID_MENU_FIND "menu/find"
32 #define ID_MENU_TOOLS "menu/tools"
33 #define ID_MENU_BUILD "menu/build"
34 #define ID_MENU_DEBUG "menu/debug"
35 #define ID_MENU_HELP "menu/help"
36 
37 #define ID_TOOLBAR_STD "toolbar/std"
38 #define ID_TOOLBAR_ENV "toolbar/env"
39 #define ID_TOOLBAR_BUILD "toolbar/build"
40 
41 #endif // LITEIDS_H
42