How do you determine idea build number
EAP 94.539 broke my RegexPlugin, I'd been relying on RawText.FLAVOR and it went away. Anyway, I've got a fix for this but want to upload it to the plugin repo, but obviously only want it to work with the latest build and later.
How do you find the correct version number to put in the
<idea-version since-build="1162" />
part of the idea-plugin-registry.xml. It seems like a large chunk of the plugin development related links are broken since they all date back to Idea 5.x and haven't really been maintained. And I can't find the reference for this any more.
Guy
Please sign in to leave a comment.
Hello Guy Gascoigne-Piggford,
The number is 94.539.
The place to find up-to-date plugin development documentation is http://confluence.jetbrains.net/display/IDEADEV/PluginDevelopment
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Perfect, thank you.