This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit b5b8173e901c389116c0841078626275347e081a
tree 852fb305f4134b54cc2678d617b3a0b77f9d01a0
parent 324ff6812b8a6df1edd43e1a3350a89afd490938
tree 852fb305f4134b54cc2678d617b3a0b77f9d01a0
parent 324ff6812b8a6df1edd43e1a3350a89afd490938
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
META-INF/ | ||
| |
ProtoBufPlugin.iml | ||
| |
ProtoBufPlugin.ipr | ||
| |
ProtoBufPlugin.iws | ||
| |
README | ||
| |
lexer/ | ||
| |
src/ | ||
| |
test/ |
README
== Compiling proto.flex into a Lexer == To compile the flex grammar into an InteliJ Lexer class you need to use the jflex tool (available as part of the Idea Plugin SDK) 1. From IDEA_SDK_HOME/tools/jflex/bin start ./jflex.sh --charat 2. In the UI go to OPTIONS (click the Options button) and select a skeleton from IDEA_SDK_HOME/tools/jflex/idea-flex.skeleton 3. Choose lexer/proto.flex as a Lexical specification 4. Choose src/ws/antonov/idea/plugin/protobuf/lexer as an output directory 5. Click Generate button to regenerate the new Lexer to be used by the plugin








