Vitalts / golangide

Automatically exported from code.google.com/p/golangide
0 stars 0 forks source link

External '.a' packages management #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

What is the expected output? What do you see instead?
Not implemented

What version of the product are you using? On what operating system?
LiteIDE 0.1.8 Win7/64

Please provide any additional information below.
It would be really useful to have a simple external '.a' libraries management 
system, that would be able to:

1) Set the alternate package directory from IDE and use the compiler flags 
'-I', '-L', so that the developer won't import extlib.a file in directory "lib" 
as "./lib/extlib", but instead it will be possible to add "./lib" as an 
external package directory somewhere in the IDE and use simple import "extlib" 
without "./" or "./lib/".

2) Use reflection to analyze the contents of such libraries and show the 
results somewhere in the IDE.

Original issue reported on code.google.com by Bond.Dmi...@gmail.com on 5 Feb 2011 at 6:28

GoogleCodeExporter commented 9 years ago
liteide 0.2.1 .pro support GCOPT and GLOPT , examples/goinfo

Original comment by Visua...@gmail.com on 25 Feb 2011 at 9:15