Code center > Darwinbots3

Programming task (DNA editor)

<< < (4/9) > >>

Numsgil:
Sometimes SVN bugs out but usually you just need to "Update", and it'll pull in all the relevant changes and merge it with your local copy.  If two people are working on the same file, it can cause conflicts that you have to resolve, and that's a huge PITA, but otherwise it's usually painless.

...

I don't expect you to test Scintilla, and the DNA stuff should already be unit tested, so you might not end up writing any tests at all.  If you find yourself writing non trivial amounts of code that are more than bridge code, you should probably test it.  Regex expressions fall in to this, if that comes up.  Either way I'll do a code review with you once you have something, so you can be sure that I'm happy with what you've done and it makes it in to the final product :D

Panda:
Ooooooooo, it'd be nice to have my code looked at by somebody who actually cares about it. :D

Panda:
It looks like everything is working. Sunweaver compiled fine. I'm going to get started now.

EDIT: Oh, and do you have a specific design pattern that you want the GUI to be created with?
EDIT2: What is the best way to reference Sunweaver?

Numsgil:
To reference it, add a reference to the assembly in bin/release.

Use your best judgement in terms of the look-and-feel of the GUI.  When you have something we can iterate on it, but I don't have a good idea of what just yet, honestly.

Happy coding :D

Panda:
Well, I have it highlighting when there is an unknown token but I'm unsure how I'm going to do the others.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version