Where's the setting to make source code lines numbered?

Started by Zooby, June 27, 2015, 01:20:22 AM

Previous topic - Next topic

Zooby

Hello everyone; I'm sorry this is a ridiculous question, but I can't seem to find the setting.

How does one make it so that the Pelles C IDE shows line numbers along the edge of the source code?  Thanks.

Snowman

Open your project and a file in the editor, then:
Source -> View linenumbers

(The Source menu option only gets activated if a file is being edited.)

In my opinion, line numbers aren't very useful in an IDE anyway.
They are useful when you use a text editor and a compiler separately.

Zooby