GoClipse / goclipse

Eclipse IDE for the Go programming language:
http://goclipse.github.io/
Eclipse Public License 1.0
841 stars 286 forks source link

Syntax highlight is not work in goeclipse #201

Closed pedrolvr closed 7 years ago

pedrolvr commented 8 years ago

If I write fmt.PrintXXX() - the syntax highlight not work. I installed the tools but nothing. Help?

bruno-medeiros commented 8 years ago

Can you attached a screenshot please? And what Goclipse version you have installed?

pedrolvr commented 8 years ago

Goclipse 0.14.1

Steps: 1) I compiled with fmt.PritXXSXA("") the error was undefined fmt.PrintXXSXA, but only after compilation. 2) I changed to fmt.PritSXA(""), the error was undefined fmt.PrintXXSXA and not undefined fmt.PrintSXA. When I compile the error is changed.

2016-05-17 9:34 GMT-03:00 Bruno Medeiros notifications@github.com:

Can you attached a screenshot please? And what Goclipse version you have installed?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/GoClipse/goclipse/issues/201#issuecomment-219703845

bruno-medeiros commented 8 years ago

I don't understand what is the problem you are having. Syntax highlighting is about coloring the source editor for different keywords, numbers, etc. It has nothing to do with compilation errors, that's a different thing.

pedrolvr commented 8 years ago

In Java programming if I type one method of class that is undefined the editor shows me one error before compilation time. In goclipse is not the same?

2016-05-18 9:23 GMT-03:00 Bruno Medeiros notifications@github.com:

I don't understand what is the problem you are having. Syntax highlighting is about coloring the source editor for different keywords, numbers, etc. It has nothing to do with compilation errors, that's a different thing.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/GoClipse/goclipse/issues/201#issuecomment-220010013

bruno-medeiros commented 8 years ago

No, it's not like Java. It would be nice if it was, but that's not supported. Instead, you have to request a build manually for the project to be compiled, and errors to be shown. (although you can configure the build to happen when an editor is saved)

pedrolvr commented 8 years ago

How I use it?

2016-05-18 10:03 GMT-03:00 Bruno Medeiros notifications@github.com:

No, it's not like Java. It would be nice if it was, but that's not supported. Instead, you have to request a build manually for the project to be compiled, and errors to be shown. (although you can configure the build to happen when an editor is saved)

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/GoClipse/goclipse/issues/201#issuecomment-220019083