Author Topic: Slickedit equivalent to Eclipse ctrl+, to go to the next java build error.  (Read 14657 times)

BobPryor

  • New Community Member
  • Posts: 2
  • Hero Points: 0
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?

Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
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.

BobPryor

  • New Community Member
  • Posts: 2
  • Hero Points: 0
Thanks for quick response, looking forward to future improvement.