Pelles C forum

Pelles C => General discussions => Topic started by: Zooby on June 27, 2015, 01:20:22 AM

Title: Where's the setting to make source code lines numbered?
Post by: Zooby on June 27, 2015, 01:20:22 AM
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.
Title: Re: Where's the setting to make source code lines numbered?
Post by: Snowman on June 27, 2015, 09:16:17 AM
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.
Title: Re: Where's the setting to make source code lines numbered?
Post by: Zooby on June 27, 2015, 06:58:13 PM
So that's where it was.  Thanks for the help.