I am working and testing GlBasic alongside my friend. The biggest issue is we both have different times when we can get on and do code. I would like a way to show my changes in the code by perhaps colouring the font as red and he could colour his purple or whatever.
Perhaps the ability to colour your remarks with a code. e.g anything after // can be an explanation of the code. What if there was a way to setup an alternative in the configuration. e.g. //m/ would put anything I added after this in a certain colur.
Im not sure what way to be honest but a way to share code and see who changed what would be handy.
It would allow easy scanning of the code to find changes the other has made and discuss problems or solutions.
Probably not thinking this through very well but I hope you get the idea.
Mike R
If it's nothing secret you are developing I suggest sharing code on www.etherpad.com
Logfile on top of the project?
LOGFILE:
---------
- MyFriend: Add some stuff to draw sprites...
- mykyl66: create a new function SuperDraw
- MyFriend: Fixed a bug on SuperDraw
and so on...
I think thats the best way, colors confused to much
I took to just copying and pasting the code into a separate document with information on where the change is.
Cheers
Mike R