GoClipse / goclipse

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

Quick outline breaks when file begins with /* */ #160

Closed mamacdon closed 8 years ago

mamacdon commented 8 years ago

I have Goclipse 0.12.1.v201508251600 installed in Eclipse 4.5 (I20150603-2000).

  1. Create a Go project containing a source file with this code:

    /*test*/
    package blah
    
    import ()
    
    func whatever() {}
  2. Open the Quick Outline (this is bound to Ctrl+O in my Eclipse)
  3. An error dialog appears: error

If I delete the /*test*/ line, Quick Outline starts working.