~ubuntu-branches/ubuntu/maverick/codelite/maverick

« back to all changes in this revision

Viewing changes to LiteEditor/tags_options_base_dlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-02-10 02:27:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090210022755-m5692nfc1t5uf1w9
Tags: 1.0.2759+dfsg-0ubuntu1
* New upstream release (LP: #327216).
* debian/patches/series, debian/patches/00_fix-ia64-build.patch:
  + Dropped, applied upstream already.
* debian/patches/02_fix-desktop.patch,
  debian/patches/03_fix-sh.patch:
  + Refreshed to patch cleanly.
* debian/rules:
  + Make get-orig-source honour UPSTREAM_VERSION if set.
* debian/ctags-le.1,
  debian/codelite_indexer.1,
  debian/codelite.manpages:
  + Dropped ctags-le manpage, since ctags-le was replaced by
    codelite_indexer.
  + Added codelite_indexer manpage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//////////////////////////////////////////////////////////////////////////////
2
 
//////////////////////////////////////////////////////////////////////////////
3
 
//
4
 
// copyright            : (C) 2008 by Eran Ifrah                            
5
 
// file name            : tags_options_base_dlg.h              
6
 
//                                                                          
7
 
// -------------------------------------------------------------------------
8
 
// A                                                                        
9
 
//              _____           _      _     _ _                            
10
 
//             /  __ \         | |    | |   (_) |                           
11
 
//             | /  \/ ___   __| | ___| |    _| |_ ___                      
12
 
//             | |    / _ \ / _  |/ _ \ |   | | __/ _ )                     
13
 
//             | \__/\ (_) | (_| |  __/ |___| | ||  __/                     
14
 
//              \____/\___/ \__,_|\___\_____/_|\__\___|                     
15
 
//                                                                          
16
 
//                                                  F i l e                 
17
 
//                                                                          
18
 
//    This program is free software; you can redistribute it and/or modify  
19
 
//    it under the terms of the GNU General Public License as published by  
20
 
//    the Free Software Foundation; either version 2 of the License, or     
21
 
//    (at your option) any later version.                                   
22
 
//                                                                          
23
 
//////////////////////////////////////////////////////////////////////////////
24
 
//////////////////////////////////////////////////////////////////////////////
25
 
 
26
1
///////////////////////////////////////////////////////////////////////////
27
 
// C++ code generated with wxFormBuilder (version Apr 16 2008)
 
2
// C++ code generated with wxFormBuilder (version Mar 19 2008)
28
3
// http://www.wxformbuilder.org/
29
4
//
30
5
// PLEASE DO "NOT" EDIT THIS FILE!
68
43
                wxPanel* m_generalPage;
69
44
                wxCheckBox* m_checkBoxMarkTagsFilesInBold;
70
45
                wxCheckBox* m_checkDisableParseOnSave;
 
46
                wxCheckBox* m_checkBoxretagWorkspaceOnStartup;
71
47
                wxCheckBox* m_checkParseComments;
72
48
                wxCheckBox* m_checkDisplayComments;
73
49
                wxCheckBox* m_checkDisplayTypeInfo;
98
74
                wxStaticText* m_staticText5;
99
75
                wxComboBox* m_comboBoxLang;
100
76
                wxCheckBox* m_checkFilesWithoutExt;
 
77
                wxCheckBox* m_checkBoxFullRetagging;
101
78
                wxStaticLine* m_staticline1;
102
79
                wxButton* m_buttonOK;
103
80
                wxButton* m_buttonCancel;