NO

Author Topic: Where's the setting to make source code lines numbered?  (Read 2891 times)

Zooby

  • Guest
Where's the setting to make source code lines numbered?
« 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.

Snowman

  • Guest
Re: Where's the setting to make source code lines numbered?
« Reply #1 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.

Zooby

  • Guest
Re: Where's the setting to make source code lines numbered?
« Reply #2 on: June 27, 2015, 06:58:13 PM »
So that's where it was.  Thanks for the help.