Skip to content

Commit 0bdb77d

Browse files
committed
Updated unix project files, made debugger name and version more consistent with other plugins, added a git ignore
1 parent 786f7d6 commit 0bdb77d

3 files changed

Lines changed: 38 additions & 30 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*.dll
2+
*.so
3+
*.obj
4+
*.depend
5+
*.cbplugin
6+
*.layout
7+
*.zip
8+
.objs

PythonDebugger/manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<CodeBlocks_plugin_manifest_file>
33
<SdkVersion major="1" minor="11" release="13" />
44
<Plugin name="PythonDebugger">
5-
<Value title="PythonDebugger" />
6-
<Value version="0.2.0" />
5+
<Value title="Python Debugger" />
6+
<Value version="0.2" />
77
<Value description="An interactive debugger for python scripts using pdb as a backend" />
88
<Value author="Damien Moore" />
99
<Value authorEmail="" />

XmlRpcEmbedder/XmlRpcEmbedder-unix.cbp

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<Add option="`wx-config --libs`" />
5858
</Linker>
5959
</Target>
60-
<Target title="cbPlugin">
60+
<Target title="cbplugin">
6161
<Option output="XmlRpcEmbedder" prefix_auto="1" extension_auto="1" />
6262
<Option working_dir="" />
6363
<Option type="2" />
@@ -83,137 +83,137 @@
8383
<Unit filename="ExecHiddenMSW.cpp">
8484
<Option target="wxEmbedder" />
8585
<Option target="LibCommon" />
86-
<Option target="cbPlugin" />
86+
<Option target="cbplugin" />
8787
</Unit>
8888
<Unit filename="ExecHiddenMSW.h">
8989
<Option target="wxEmbedder" />
9090
<Option target="LibCommon" />
91-
<Option target="cbPlugin" />
91+
<Option target="cbplugin" />
9292
</Unit>
9393
<Unit filename="XMLRPC/include/XmlRpc.h">
9494
<Option target="XMLRPC" />
9595
<Option target="LibCommon" />
96-
<Option target="cbPlugin" />
96+
<Option target="cbplugin" />
9797
</Unit>
9898
<Unit filename="XMLRPC/include/XmlRpcClient.h">
9999
<Option target="XMLRPC" />
100100
<Option target="LibCommon" />
101-
<Option target="cbPlugin" />
101+
<Option target="cbplugin" />
102102
</Unit>
103103
<Unit filename="XMLRPC/include/XmlRpcDispatch.h">
104104
<Option target="XMLRPC" />
105105
<Option target="LibCommon" />
106-
<Option target="cbPlugin" />
106+
<Option target="cbplugin" />
107107
</Unit>
108108
<Unit filename="XMLRPC/include/XmlRpcException.h">
109109
<Option target="XMLRPC" />
110110
<Option target="LibCommon" />
111-
<Option target="cbPlugin" />
111+
<Option target="cbplugin" />
112112
</Unit>
113113
<Unit filename="XMLRPC/include/XmlRpcServer.h">
114114
<Option target="XMLRPC" />
115115
<Option target="LibCommon" />
116-
<Option target="cbPlugin" />
116+
<Option target="cbplugin" />
117117
</Unit>
118118
<Unit filename="XMLRPC/include/XmlRpcServerConnection.h">
119119
<Option target="XMLRPC" />
120120
<Option target="LibCommon" />
121-
<Option target="cbPlugin" />
121+
<Option target="cbplugin" />
122122
</Unit>
123123
<Unit filename="XMLRPC/include/XmlRpcServerMethod.h">
124124
<Option target="XMLRPC" />
125125
<Option target="LibCommon" />
126-
<Option target="cbPlugin" />
126+
<Option target="cbplugin" />
127127
</Unit>
128128
<Unit filename="XMLRPC/include/XmlRpcSocket.h">
129129
<Option target="XMLRPC" />
130130
<Option target="LibCommon" />
131-
<Option target="cbPlugin" />
131+
<Option target="cbplugin" />
132132
</Unit>
133133
<Unit filename="XMLRPC/include/XmlRpcSource.h">
134134
<Option target="XMLRPC" />
135135
<Option target="LibCommon" />
136-
<Option target="cbPlugin" />
136+
<Option target="cbplugin" />
137137
</Unit>
138138
<Unit filename="XMLRPC/include/XmlRpcUtil.h">
139139
<Option target="XMLRPC" />
140140
<Option target="LibCommon" />
141-
<Option target="cbPlugin" />
141+
<Option target="cbplugin" />
142142
</Unit>
143143
<Unit filename="XMLRPC/include/XmlRpcValue.h">
144144
<Option target="XMLRPC" />
145145
<Option target="LibCommon" />
146-
<Option target="cbPlugin" />
146+
<Option target="cbplugin" />
147147
</Unit>
148148
<Unit filename="XMLRPC/include/base64.h">
149149
<Option target="XMLRPC" />
150150
<Option target="LibCommon" />
151-
<Option target="cbPlugin" />
151+
<Option target="cbplugin" />
152152
</Unit>
153153
<Unit filename="XMLRPC/src/XmlRpcClient.cpp">
154154
<Option target="XMLRPC" />
155155
<Option target="LibCommon" />
156-
<Option target="cbPlugin" />
156+
<Option target="cbplugin" />
157157
</Unit>
158158
<Unit filename="XMLRPC/src/XmlRpcDispatch.cpp">
159159
<Option target="XMLRPC" />
160160
<Option target="LibCommon" />
161-
<Option target="cbPlugin" />
161+
<Option target="cbplugin" />
162162
</Unit>
163163
<Unit filename="XMLRPC/src/XmlRpcServer.cpp">
164164
<Option target="XMLRPC" />
165165
<Option target="LibCommon" />
166-
<Option target="cbPlugin" />
166+
<Option target="cbplugin" />
167167
</Unit>
168168
<Unit filename="XMLRPC/src/XmlRpcServerConnection.cpp">
169169
<Option target="XMLRPC" />
170170
<Option target="LibCommon" />
171-
<Option target="cbPlugin" />
171+
<Option target="cbplugin" />
172172
</Unit>
173173
<Unit filename="XMLRPC/src/XmlRpcServerMethod.cpp">
174174
<Option target="XMLRPC" />
175175
<Option target="LibCommon" />
176-
<Option target="cbPlugin" />
176+
<Option target="cbplugin" />
177177
</Unit>
178178
<Unit filename="XMLRPC/src/XmlRpcSocket.cpp">
179179
<Option target="XMLRPC" />
180180
<Option target="LibCommon" />
181-
<Option target="cbPlugin" />
181+
<Option target="cbplugin" />
182182
</Unit>
183183
<Unit filename="XMLRPC/src/XmlRpcSource.cpp">
184184
<Option target="XMLRPC" />
185185
<Option target="LibCommon" />
186-
<Option target="cbPlugin" />
186+
<Option target="cbplugin" />
187187
</Unit>
188188
<Unit filename="XMLRPC/src/XmlRpcUtil.cpp">
189189
<Option target="XMLRPC" />
190190
<Option target="LibCommon" />
191-
<Option target="cbPlugin" />
191+
<Option target="cbplugin" />
192192
</Unit>
193193
<Unit filename="XMLRPC/src/XmlRpcValue.cpp">
194194
<Option target="XMLRPC" />
195195
<Option target="LibCommon" />
196-
<Option target="cbPlugin" />
196+
<Option target="cbplugin" />
197197
</Unit>
198198
<Unit filename="XmlRpcEvents.cpp">
199199
<Option target="wxEmbedder" />
200200
<Option target="LibCommon" />
201-
<Option target="cbPlugin" />
201+
<Option target="cbplugin" />
202202
</Unit>
203203
<Unit filename="XmlRpcEvents.h">
204204
<Option target="wxEmbedder" />
205205
<Option target="LibCommon" />
206-
<Option target="cbPlugin" />
206+
<Option target="cbplugin" />
207207
</Unit>
208208
<Unit filename="xmlrpc_embedder.cpp">
209209
<Option target="wxEmbedder" />
210210
<Option target="LibCommon" />
211-
<Option target="cbPlugin" />
211+
<Option target="cbplugin" />
212212
</Unit>
213213
<Unit filename="xmlrpc_embedder.h">
214214
<Option target="wxEmbedder" />
215215
<Option target="LibCommon" />
216-
<Option target="cbPlugin" />
216+
<Option target="cbplugin" />
217217
</Unit>
218218
<Extensions>
219219
<code_completion />

0 commit comments

Comments
 (0)