cjprecord / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

comment browser doesn't work #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What Plugin does this relate to? What version of the Plugin?
comment browser 0.3

What steps will reproduce the problem?
1. typing some:  #TODO: example
2. click on refresh button in comment browser
3. nothing happend

What is the expected output? What do you see instead?
simply doesn't work :-)

What version of Editra are you using? On what operating system?
0.5.30 (testing)

Please provide any additional information below.
-

Original issue reported on code.google.com by JardaNez...@gmail.com on 23 Dec 2009 at 1:05

Attachments:

GoogleCodeExporter commented 9 years ago
sorry missing OS: ArchLinux

Original comment by JardaNez...@gmail.com on 23 Dec 2009 at 1:06

GoogleCodeExporter commented 9 years ago
Hi,

It has to be in a comment. In your picture you have a the filetype set to C. 
Comments
in C are text in 

/* TODO: hello */ 

or 

// TODO: hello

# <- this is a preprocessesor definition in C

If you put the TODO statement in a comment it does indeed work just fine

Original comment by CodyPrec...@gmail.com on 30 Dec 2009 at 4:18

GoogleCodeExporter commented 9 years ago
Sorry my mistake! Working good ;-)

Original comment by JardaNez...@gmail.com on 30 Dec 2009 at 4:22