Author Topic: Inserted lines, and visible through Outline view, but not saved  (Read 3211 times)

Manu91

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Hello everyone,
I use SlickEdit plugin in Eclipse development environment for Cobol. I'm a new french fan of SlickEdit macro programming.

The need is the following: insert rows into a buffer so that their content is visible in the coding assistants and the Outline view, but I do not want these lines are saved when you close / save the buffer.

I thought to insert rows using _lineflags (NOSAVE_LF, NOSAVE_LF) so that they are not saved: it works but then these lines are considered "virtual" and are not used in the Outline view or assistants coding (not in the symbols): how to make them visible in the scope used by the Outline view or assistant "Ctrl + space"?

Thank you in advance for your help!