~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/plugins/contrib/codesnippets/menuidentifiers.h

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
        This file is part of Code Snippets, a plugin for Code::Blocks
 
3
        Copyright (C) 2006 Arto Jonsson
 
4
        Copyright (C) 2007 Pecan Heber
 
5
 
 
6
        This program is free software; you can redistribute it and/or
 
7
        modify it under the terms of the GNU General Public License
 
8
        as published by the Free Software Foundation; either version 2
 
9
        of the License, or (at your option) any later version.
 
10
 
 
11
        This program 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
 
14
        GNU General Public License for more details.
 
15
 
 
16
        You should have received a copy of the GNU General Public License
 
17
        along with this program; if not, write to the Free Software
 
18
        Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
19
*/
 
20
// RCS-ID: $Id: menuidentifiers.h 10362 2015-07-26 08:13:33Z jenslody $
 
21
 
 
22
#ifndef MENUIDENTIFIERS_H_INCLUDED
 
23
#define MENUIDENTIFIERS_H_INCLUDED
 
24
 
 
25
// Applications Main Menu ids
 
26
extern int idMenuFileOpen       ;
 
27
extern int idMenuFileSaveAs     ;
 
28
extern int idMenuSettingsOptions;
 
29
//-extern int idMnuOpenAsFileLink      ;
 
30
extern int idMnuConvertToFileLink      ;
 
31
 
 
32
 
 
33
//#if defined(__WXMSW__) && defined(BUILDING_PLUGIN)
 
34
extern int idViewSnippets ;
 
35
//#endif
 
36
 
 
37
//-#if defined(__WXMSW__) && !defined(BUILDING_PLUGIN)
 
38
//-#if !defined(BUILDING_PLUGIN)
 
39
//-extern int idMenuProperties    ;
 
40
//-#endif
 
41
 
 
42
// Search control menu ids
 
43
extern int idSearchSnippetCtrl ;
 
44
extern int idSearchCfgBtn      ;
 
45
extern int idSnippetsTreeCtrl  ;
 
46
 
 
47
// Context Menu items
 
48
extern int idMnuAddSubCategory ;
 
49
extern int idMnuRemove         ;
 
50
extern int idMnuConvertToCategory      ;
 
51
extern int idMnuAddSnippet     ;
 
52
extern int idMnuApplySnippet   ;
 
53
extern int idMnuLoadSnippetsFromFile   ;
 
54
extern int idMnuSaveSnippets    ;
 
55
extern int idMnuSaveSnippetsToFile     ;
 
56
extern int idMnuRemoveAll       ;
 
57
extern int idMnuCopyToClipboard ;
 
58
extern int idMnuEditSnippet     ;
 
59
extern int idMnuConvertToFileLink      ;
 
60
extern int idMnuProperties      ;
 
61
extern int idMnuSettings        ;
 
62
 
 
63
 
 
64
// Search config menu items
 
65
extern int idMnuCaseSensitive   ;
 
66
extern int idMnuClear           ;
 
67
extern int idMnuScope           ;
 
68
extern int idMnuScopeSnippets   ;
 
69
extern int idMnuScopeCategories ;
 
70
extern int idMnuScopeBoth       ;
 
71
extern int idMnuSearchExtended  ;
 
72
 
 
73
 
 
74
#endif // MENUIDENTIFIERS_H_INCLUDED