Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: rickg22 on December 05, 2005, 04:44:40 am

Title: Request to add new files to SVN...
Post by: rickg22 on December 05, 2005, 04:44:40 am
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
Title: Re: Request to add new files to SVN...
Post by: mandrav on December 05, 2005, 08:09:11 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.

Create a new branch (in the branches folder) and do whatever you want there :)
Title: Re: Request to add new files to SVN...
Post by: rickg22 on December 05, 2005, 08:55:08 am
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!
Title: Re: Request to add new files to SVN...
Post by: mandrav on December 05, 2005, 10:39:13 am
Well, create a watch script ;)
Or create your watches once, right-click and "Save to script". For next debugging sessions, "Load script" and voila...
Title: Re: Request to add new files to SVN...
Post by: rickg22 on December 05, 2005, 05:02:30 pm
Yeah but the auto-dereferencing is already a requested feature so... ;-)

Anyway, I'll see how I can manage.