Author Topic: Request to add new files to SVN...  (Read 6514 times)

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Request to add new files to SVN...
« 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
« Last Edit: December 05, 2005, 05:57:13 pm by rickg22 »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Request to add new files to SVN...
« Reply #1 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 :)
Be patient!
This bug will be fixed soon...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Request to add new files to SVN...
« Reply #2 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!

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Request to add new files to SVN...
« Reply #3 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...
Be patient!
This bug will be fixed soon...

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Request to add new files to SVN...
« Reply #4 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.