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

« back to all changes in this revision

Viewing changes to debian/patches/01_x-terminal-emulator.patch

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-07-29 19:42:47 UTC
  • mfrom: (1.1.9 upstream) (18.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100729194247-cuibfk03wog33nxq
Tags: 2.6.0.4189~dfsg-1
* New upstream release.
* Bump Standards.
* Refresh patches.
* Add license information about files under ./Debugger/

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
--- codelite.orig/CodeLite/procutils.cpp
12
12
+++ codelite/CodeLite/procutils.cpp
13
 
@@ -419,7 +419,9 @@ bool ProcUtils::Shell()
 
13
@@ -419,7 +419,9 @@ bool ProcUtils::Shell()
14
14
        //try to locate the default terminal
15
15
        wxString terminal;
16
16
        wxString where;
23
23
                terminal = where;
24
24
--- codelite.orig/LiteEditor/manager.cpp
25
25
+++ codelite/LiteEditor/manager.cpp
26
 
@@ -1900,8 +1900,8 @@ void Manager::DbgStart ( long pid )
 
26
@@ -1913,8 +1913,8 @@ void Manager::DbgStart ( long pid )
27
27
 
28
28
 #if defined(__WXGTK__)
29
29
        wxString where;
36
36
 #endif
37
37
--- codelite.orig/Plugin/macros.h
38
38
+++ codelite/Plugin/macros.h
39
 
@@ -22,97 +22,97 @@
 
39
@@ -22,98 +22,98 @@
40
40
 //
41
41
 //////////////////////////////////////////////////////////////////////////////
42
42
 //////////////////////////////////////////////////////////////////////////////
106
106
-const wxString clCMD_DELETE = wxT("<Delete...>");
107
107
-
108
108
-// constant message
109
 
-const wxString BUILD_START_MSG      = wxT("----------Build Started--------\n");
110
 
-const wxString BUILD_END_MSG        = wxT("----------Build Ended----------\n");
 
109
-const wxString BUILD_START_MSG             = wxT("----------Build Started--------\n");
 
110
-const wxString BUILD_END_MSG               = wxT("----------Build Ended----------\n");
111
111
+//-------------------------------------------------------
112
112
+// wxWidgets Connect macros
113
113
+//-------------------------------------------------------
167
167
+const wxString clCMD_DELETE = wxT("<Delete...>");
168
168
+
169
169
+// constant message
170
 
+const wxString BUILD_START_MSG      = wxT("----------Build Started--------\n");
171
 
+const wxString BUILD_END_MSG        = wxT("----------Build Ended----------\n");
172
 
 const wxString BUILD_PROJECT_PREFIX = wxT("----------Building project:[ ");
173
 
 const wxString CLEAN_PROJECT_PREFIX = wxT("----------Cleaning project:[ ");
174
 
-const wxString SEARCH_IN_WORKSPACE  = wxT("Entire Workspace");
175
 
-const wxString SEARCH_IN_PROJECT    = wxT("Active Project");
176
 
+const wxString SEARCH_IN_WORKSPACE  = wxT("Entire Workspace");
177
 
+const wxString SEARCH_IN_PROJECT    = wxT("Active Project");
178
 
 const wxString SEARCH_IN_CURR_FILE_PROJECT = wxT("Current File's Project");
 
170
+const wxString BUILD_START_MSG             = wxT("----------Build Started--------\n");
 
171
+const wxString BUILD_END_MSG               = wxT("----------Build Ended----------\n");
 
172
 const wxString BUILD_PROJECT_PREFIX        = wxT("----------Building project:[ ");
 
173
 const wxString CLEAN_PROJECT_PREFIX        = wxT("----------Cleaning project:[ ");
 
174
-const wxString SEARCH_IN_WORKSPACE         = wxT("Entire Workspace");
 
175
+const wxString SEARCH_IN_WORKSPACE         = wxT("Entire Workspace");
 
176
 const wxString SEARCH_IN_PROJECT           = wxT("Active Project");
 
177
-const wxString SEARCH_IN_CURR_FILE_PROJECT = wxT("Current File's Project");
 
178
+const wxString SEARCH_IN_CURR_FILE_PROJECT = wxT("Current File's Project");
 
179
 const wxString SEARCH_IN_CURRENT_FILE      = wxT("Current File");
179
180
 
180
181
 // terminal macro
181
182
 #ifdef __WXGTK__