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.
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.
So that's where it was. Thanks for the help.