Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - set the numbers in QNX momentics: (3 Items)
   
set the numbers in QNX momentics  
How to set the numbers for source code in QNX momentics.

example:
 
1.  #include <iostream>
2  int main()
3. { 
4  printf()
5  return;
6 }

Re: set the numbers in QNX momentics  
Line numbering is set for the editor in the Global Preferences.
From the menu bar: Window -> Preferences -> General -> Editors -> Text Editors   Select "Show line numbers" check box.

Also available in the Editor window by right mouse button clicking in the left margin of the editor and selecting "Show 
Line Numbers" from the pop-up menu.
Re: set the numbers in QNX momentics  
Thank you..for given detail explination.