Pelles C forum

Pelles C => Add-ins => Topic started by: TimoVJL on March 12, 2015, 09:15:23 AM

Title: Bookmark AddIn test project
Post by: TimoVJL on March 12, 2015, 09:15:23 AM
Here is Bookmark AddIn test project for further development.

It lists lines with "/// " to Output window and user can double click line to jump to it.
Setup dialog allows you to chance string to find.
Title: Re: Bookmark AddIn test project
Post by: frankie on March 12, 2015, 11:13:04 AM
Nice Timo  :)
Title: Re: Bookmark AddIn test project
Post by: jj2007 on March 14, 2015, 12:47:30 AM
Well done, Timo! Within the constraints of the IDE, it will be difficult to find a better solution.
Title: Re: Bookmark AddIn test project
Post by: Grincheux on March 15, 2016, 09:57:33 PM
I think I will use it very often :P
Title: Re: Bookmark AddIn test project
Post by: jj2007 on March 17, 2016, 01:52:16 AM
Did you notice:
« Reply #2 on: March 14, 2015, 12:47:30 AM »
« Reply #3 on: March 15, 2016, 09:57:33 PM »
 :)
Title: Re: Bookmark AddIn test project
Post by: Grincheux on March 17, 2016, 11:01:24 AM
I have understood :

IF(Subject == INTERESTING)
{
    IF(DATE.DAY > 1)
         DON'T ANSWER ;
}
ELSE
{
      DON'T ANSWER TOO ;
}
Title: Re: Bookmark AddIn test project
Post by: jj2007 on March 17, 2016, 05:14:50 PM
    IF(DATE.DAY > 1+365)

;-)
Title: Re: Bookmark AddIn test project
Post by: Grincheux on March 17, 2016, 06:10:43 PM
 :P