Author Topic: error bullets  (Read 5212 times)

okania

  • Community Member
  • Posts: 22
  • Hero Points: 0
error bullets
« on: May 02, 2007, 12:27:41 PM »
How can I activate the red error-bullets that show
the error message inside the source window when hovering over them with the pointer ?
Does this not work with a custom build command ?
(I use my own make file and call make -f name_of_makefile)

Tim Kemp

  • Senior Community Member
  • Posts: 546
  • Hero Points: 92
Re: error bullets
« Reply #1 on: May 02, 2007, 12:32:49 PM »
You have to configure the error parsing if you aren't using a compiler that is already supported by SlickEdit.  Look in the Build->Configure Error Parsing... menu.

- Tim

hs2

  • Senior Community Member
  • Posts: 2763
  • Hero Points: 292
Re: error bullets
« Reply #2 on: May 02, 2007, 12:36:11 PM »
Have a look at these threads where you can get some hints / solutions for your issue:
http://community.slickedit.com/index.php?topic=1391.0
http://community.slickedit.com/index.php?topic=1423.0

Good luck,

HS2

okania

  • Community Member
  • Posts: 22
  • Hero Points: 0
Re: error bullets
« Reply #3 on: May 03, 2007, 09:31:00 AM »
The problem MUST be somewhere else.
I used to have the bullets with the same configuration, but
now they are gone (Slickedit simply does not display them)
Even when I use an auto-generated Makefile.

hs2

  • Senior Community Member
  • Posts: 2763
  • Hero Points: 292
Re: error bullets
« Reply #4 on: May 03, 2007, 09:44:40 AM »
Ok - there's one more thing to check:
Try set-var def_disable_postbuild_error_markers<ENTER>.
This should be set to 0.

HS2