-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Add support for scratch files #36
Comments
Currently creating an AsciiDoc scratch file is not offered on the "New scratch file" popup because this test fails: com.intellij.lang.LanguageUtil#isFileLanguage There is no ParserDefinition yet. If Syntax Highlighting (#7) is to be implemented a parser is required thus automagically implementing this feature. (p.s. How can you add an enhancement label?) |
See if you can add the enhancement label now. I added you to the contributors team and the contributors team to this repository. |
I guess being part of the contributors team is not enough. I miss the "gearbox" icon next to labels to add one. |
I also added you to the plugin development team. You probably have an email for that. Does that help? |
GitHub is waaaaaaaaaaay too restrictive with the issue tracker settings. Grrrr. Somehow, they are coupling write access to the repository with control over fields in the issue tracker. |
Yes, no I can add labels. But I am admin now, I'm not sure if that is what you want :)
|
Yes, I know, and yeah, sure, you can be an admin. :) |
Thanks to @yole we are halfway there (just no preview yet) |
Oh wow, that's nice!! |
Show preview pane with AsciiDoc scratch files #36
Scratchfiles support asciidoc, including previews. |
IntelliJ 14 has a new feature, scratch files (Tools > New scratch file), which let's you quickly create some files for small test without adding them to the actual project. It would be nice if the plugin detected these as well.
The text was updated successfully, but these errors were encountered: