Author Topic: ToDoList improvements  (Read 8099 times)

Offline danselmi

  • Developer
  • Almost regular
  • *****
  • Posts: 203
ToDoList improvements
« on: December 22, 2011, 12:08:03 pm »
Hi

I prepared a patch to make ToDoList more language independent.
  • get comment token from lexer configuration
  • added doxygen tokens
  • adjust parser to use tokens and additionaly recognize #warning and #error todos

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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: ToDoList improvements
« Reply #1 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...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline neo1691

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: ToDoList improvements
« Reply #2 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!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: ToDoList improvements
« Reply #3 on: February 16, 2012, 08:17:27 am »
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline neo1691

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: ToDoList improvements
« Reply #4 on: February 16, 2012, 08:21:48 am »

Offline neo1691

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: ToDoList improvements
« Reply #5 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)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: ToDoList improvements
« Reply #6 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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline neo1691

  • Multiple posting newcomer
  • *
  • Posts: 68
Re: ToDoList improvements
« Reply #7 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: ToDoList improvements
« Reply #8 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline danselmi

  • Developer
  • Almost regular
  • *****
  • Posts: 203
Re: ToDoList improvements
« Reply #9 on: March 05, 2012, 10:27:53 am »
I will commit it when i am back at home(the end of the week).