Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: danselmi on December 22, 2011, 12:08:03 pm

Title: ToDoList improvements
Post by: danselmi on December 22, 2011, 12:08:03 pm
Hi

I prepared a patch to make ToDoList more language independent.

Has anybody some time to test/review before I apply it? There is/should be no visible change, except that it does work for other syntax than C/C++ too.


regards, danselmi
Title: Re: ToDoList improvements
Post by: MortenMacFly on December 22, 2011, 02:41:44 pm
I am not sure if this:
Code
std::bitset<(int)tdctError+1> suppportedTdcts
...will compile on all supported (relevant) compilers, but please remove the stutter in suppportedTdcts anyways...  :)

Besides: I'll give it a try...
Title: Re: ToDoList improvements
Post by: neo1691 on February 16, 2012, 07:44:22 am
Hi i dont know whether this is the right place for posting this or not!!

I can see in ToDo list there is a button called refresh.. I can make out that this button refreshes the list as other users working on the same project adds them to the list.

But how do you people achieve that. I mean how can many people work on the same project at the same time. I have my friend and we too live out at far out places and it becomes very hard programming small projects together.

I would be nice if i get the idea behind it.

Thanks!
Title: Re: ToDoList improvements
Post by: oBFusCATed on February 16, 2012, 08:17:27 am
neo1691: http://en.wikipedia.org/wiki/Revision_control
Title: Re: ToDoList improvements
Post by: neo1691 on February 16, 2012, 08:21:48 am
neo1691: http://en.wikipedia.org/wiki/Revision_control

Thanks!! Mystery almost resolved now!
Title: Re: ToDoList improvements
Post by: neo1691 on February 17, 2012, 10:21:15 am
Okay i figured out that revision control is a strategy used for program development.

I was actually searching for a provision so that me and my partner can work on the same project together, being at different places.. like if someone adds a ToDo list at his home, it should pop up on the others home (in the same project)
Title: Re: ToDoList improvements
Post by: oBFusCATed on February 17, 2012, 10:32:45 am
Hm, read again about version control, because it seems that you've not understood the whole idea.
Also you can try to read the initial chapters of the svn-book or git-book, etc.
Title: Re: ToDoList improvements
Post by: neo1691 on February 17, 2012, 12:04:27 pm
Hm, read again about version control, because it seems that you've not understood the whole idea.
Also you can try to read the initial chapters of the svn-book or git-book, etc.

 :P Okay!!  :D
Title: Re: ToDoList improvements
Post by: MortenMacFly on February 26, 2012, 03:43:55 pm
I prepared a patch to make ToDoList more language independent.
BTW; I stumbled across this again and after testing for some time now, I think you should commit it. It really makes perfect sense and I don't see any negative side-effects nor loss of functions.
Title: Re: ToDoList improvements
Post by: danselmi on March 05, 2012, 10:27:53 am
I will commit it when i am back at home(the end of the week).