Export to GitHub

protobuf-dt - issue #117
Import cannot "Ctrl+Click" file with space between last quote and the semicolon
Posted on Sep 14, 2011 by
Swift Rabbit
- Define an external folder with your "proto" files and defines it in "Import Paths" menu (for instance "/home/test")
- Declare an import as:
import "EXT_LIBS/file.proto" ;
The important point is the space between the last quote and the semicolon
Then, when "Ctrl+Click" one the line the import will produce
/home/test/EXT_LIBS/file.proto\" not exists
Delete the space to write import "EXT_LIBS/file.proto";
and everything works.
Comment #1
Posted on Sep 15, 2011 by Grumpy Cat(No comment was entered for this change.)
Comment #2
Posted on Sep 22, 2011 by Grumpy Cat(No comment was entered for this change.)
Comment #3
Posted on Sep 22, 2011 by Grumpy Catr58e86f7a9c8a
Status: Fixed
Labels:
Type-Defect
Priority-Medium
Milestone-Release-1.0.3