SlickEdit Community

Archived Beta Discussions => SlickEdit® Core for Eclipse => Topic started by: BobPryor on November 06, 2014, 06:41:10 PM

Title: Slickedit equivalent to Eclipse ctrl+, to go to the next java build error.
Post by: BobPryor on November 06, 2014, 06:41:10 PM
In Eclipse you can go to the next error using Ctrl+, and this highlights the error.  The Slickedit command next-error only takes you to the line with the error.  Is there a way to move the cursor to the error?
Title: Re: Slickedit equivalent to Eclipse ctrl+, to go to the next java build error.
Post by: Lee on November 06, 2014, 07:33:07 PM
The current implementation is just the line number of the error.  It does look like the interface we are using has more information on the error, and we aren't currently taking advantage of it.  I will file a feature request to see if it can be improved in a future release.
Title: Re: Slickedit equivalent to Eclipse ctrl+, to go to the next java build error.
Post by: BobPryor on November 06, 2014, 09:35:34 PM
Thanks for quick response, looking forward to future improvement.