whmine / protobuf-dt

Automatically exported from code.google.com/p/protobuf-dt
0 stars 0 forks source link

Import cannot "Ctrl+Click" file with space between last quote and the semicolon #117

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
- 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.

Original issue reported on code.google.com by laurent....@gmail.com on 14 Sep 2011 at 3:30

GoogleCodeExporter commented 8 years ago

Original comment by alr...@google.com on 15 Sep 2011 at 6:30

GoogleCodeExporter commented 8 years ago

Original comment by alr...@google.com on 22 Sep 2011 at 10:12

GoogleCodeExporter commented 8 years ago
r58e86f7a9c8a

Original comment by alr...@google.com on 22 Sep 2011 at 10:21