Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: Add support for eclipse's Task Tags (e.g. TODO) #24

Closed
ThomasLandauer opened this issue Jun 18, 2015 · 9 comments
Closed

RFE: Add support for eclipse's Task Tags (e.g. TODO) #24

ThomasLandauer opened this issue Jun 18, 2015 · 9 comments

Comments

@ThomasLandauer
Copy link

Right now, if I add the keyword "TODO" in a .yml file, it isn't listed in eclipse's Tasks View. I'm not sure if this is a YEdit issue at all. But it would be nice if you could integrate this - or just tell me how to activate it.

Thanks!!

@oyse
Copy link
Owner

oyse commented Jul 22, 2015

Just to be sure that I know what you are asking for: Do you want a TODO in a Yaml comment to show up in the Tasks View?

@ThomasLandauer
Copy link
Author

Yeah, exactly! :-) Something like

# TODO: Improve this...

@oyse
Copy link
Owner

oyse commented Aug 10, 2015

An initial implementation is found in the branch issue-24-task-tags.

There is currently no preference support so only TODO and FIXME will work.

Also it only supports a single task tag in single comment. I am not sure if there is any need for more.

Do you have time to test the feature to see if it works as you expect? Can you build the plugin your self or should I provide you with a binary?

@ThomasLandauer
Copy link
Author

Yeah, I'd be happy to test it! :-)
But I can't build the plugin, please make a binary for Windows (I have eclipse 64 bit) available somehow.

Thanks!

@oyse
Copy link
Owner

oyse commented Aug 13, 2015

Great. I will see if I can manage to get the preference implementation in place before I make a version for you.

@oyse
Copy link
Owner

oyse commented Aug 20, 2015

Could you try the following plugin version?

Just put the .jar file in the plugins directory and it should work.

http://dadacoalition.org/yedit_test_plugins/org.dadacoalition.yedit_1.0.19.201508201857-SNAPSHOT.jar

I have added preference for task tags as well. Changes to the preferences are only reflected after you save a file.

@ThomasLandauer
Copy link
Author

Works, great, thanks!! :-)

Details:
I had this file in my plugins directory: org.dadacoalition.yedit_1.0.18.201506060953-RELEASE.jar
When I add the new org.dadacoalition.yedit_1.0.19.201508201857-SNAPSHOT.jar it doesn't work (i.e. no change at all).
When I remove the old RELEASE-file (keeping only SNAPSHOT), YEdit seems to be gone alltogether. Message: "No editor descriptor for id org.dadacoalition.yedit.editor.YEdit"
Only when I rename the SHAPSHOT-file, giving it the RELEASE-file name, it works like this:
When I write "# TODO", the task is created as soon as I save the file.
The preference I cannot find: Under Window > Preferences > YEdit Preferences I can't see any new task preference. Don't know what this would be supposed to do - I guess it's not important for me ;-)

Thanks!!

@oyse
Copy link
Owner

oyse commented Aug 26, 2015

Hmm, strange that the preferences did not work. I will take a look at it.

Thanks for taking the time to test the feature.

@oyse
Copy link
Owner

oyse commented Aug 28, 2015

I have released the task tag support now. It should be available through the update site or downloadable from the release here on GitHub

@oyse oyse closed this as completed Aug 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants