Author Topic: Auto replace '.' with '->' and tracking changes in source folder  (Read 3364 times)

Offline Dawid Drozd

  • Single posting newcomer
  • *
  • Posts: 2
Hello there i have 2 questions.

1. Does Code::Blocks allows for this feature. I will show on code example

Code
Foo* pFooPointer;
pFooPointer. // i use dot on the end and now after some time it will automaticly change to -> because it is a pointer :)

This feature is available in Eclipse CDT and i think that also i saw it in QtCreator.


2. I have my src/ folder somewhere on my disc. Now i can import all sources to my project and this works perfectly but now someone adds new files in my project and i don't see them on project sources list. How i can set it in Code::Blocks to auto check folder for changes?

Thanks

Offline Dawid Drozd

  • Single posting newcomer
  • *
  • Posts: 2
Re: Auto replace '.' with '->' and tracking changes in source folder
« Reply #1 on: January 26, 2014, 07:07:27 pm »
Anyone?

3. I have a problem with http://cimg.sourceforge.net/reference/group__cimg__faq.html  
CImg library autocomplete doesn't work file is to large or what?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Auto replace '.' with '->' and tracking changes in source folder
« Reply #2 on: January 26, 2014, 07:21:05 pm »
The parser doesn't support heavy usage of templates and defines. If your lib does, so then you're out of luck for now.
(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!]