GLBasic forum

Feature request => IDE/Syntax => Topic started by: mykyl66 on 2009-Oct-05

Title: Would love a way to mark code
Post by: mykyl66 on 2009-Oct-05
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
Title: Re: Would love a way to mark code
Post by: Moru on 2009-Oct-06
If it's nothing secret you are developing I suggest sharing code on www.etherpad.com
Title: Re: Would love a way to mark code
Post by: Schranz0r on 2009-Oct-06
Logfile on top of the project?

Code (glbasic) Select

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
Title: Re: Would love a way to mark code
Post by: mykyl66 on 2009-Oct-06
I took to just copying and pasting the code into a separate document with information on where the change is.

Cheers

Mike R