Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Request to add new files to SVN...
(1/1)
rickg22:
Hi, I was wondering. I finished writing the files for my new class wxPatriciaTree (it's as complex as its name ;-) ), which will index the code completion tokens. But I haven't tested the class yet. Can I stil upload them to SVN for backup purposes? (I'd hate to lose 2 days of HARD work!) They're not added to the project yet.
Edit: I had to change the class' name again. It seems i need to document myself better on algorithms :P
mandrav:
--- Quote from: rickg22 on December 05, 2005, 04:44:40 am ---Hi, I was wondering. I finished writing the files for my new class wxWordSuffixArray (it's as complex as its name ;-) ), which will index the code completion tokens. But I haven't tested the class yet. Can I stil upload them to SVN for backup purposes? (I'd hate to lose 2 days of HARD work!) They're not added to the project yet.
--- End quote ---
Create a new branch (in the branches folder) and do whatever you want there :)
rickg22:
Okay! BTW, i'm really having a hard time debugging my new class. Mind implementing that "dereferencing pointers" RFE? It's not easy to debug a data structure composed of dozens of nodes, vertexes and arrays of indexes to be used with arrays of pointers... :shock:
Thx!
mandrav:
Well, create a watch script ;)
Or create your watches once, right-click and "Save to script". For next debugging sessions, "Load script" and voila...
rickg22:
Yeah but the auto-dereferencing is already a requested feature so... ;-)
Anyway, I'll see how I can manage.
Navigation
[0] Message Index
Go to full version