Vitalts / golangide

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

Errors handling #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

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

What version of the product are you using? On what operating system?
LiteIDE X6 and Ubuntu 64 bits.

Please provide any additional information below.

When found compile error Is possible double-clicked over it and it goes to 
error line?

I think is very useful this functionality.

Original issue reported on code.google.com by jvtech...@gmail.com on 30 Jul 2011 at 4:42

GoogleCodeExporter commented 8 years ago
Now LiteIDE has the following features

Example, build output:
make: Nothing to be done for `Makefile'.
8g  -o _go_.8 main.go 
main.go:9: undefined: fmt.Println1
make: *** [_go_.8] Error 1

double clicked main.go:9: undefined: fmt.Println1 jump to LiteEditor main.go 
and line 9.

Original comment by Visua...@gmail.com on 31 Jul 2011 at 2:07

GoogleCodeExporter commented 8 years ago

Original comment by Visua...@gmail.com on 17 Aug 2011 at 10:17