Page 1 of 1

Printing Line Numbers from IDE?

Posted: Tue Mar 15, 2016 5:10 pm
by Fergal
When printing code modules from Ranorex Studio, how can the line numbers be printed?

Image

Thanks!

Re: Printing Line Numbers from IDE?

Posted: Wed Mar 16, 2016 12:43 am
by log
Hi Fergal,

I don't believe it's possible yet.

Ranorex Studio is based on SharpDevelop, and I think this type of functionality would be inherited from SharpDevelop.

I found this same question posted on the SharpDevelop forums (http://community.sharpdevelop.net/forums/t/11196.aspx), and it's a known feature request. The link to the feature request in the forum post is out-of-date, but this appears to be the current link, https://github.com/icsharpcode/SharpDevelop/issues/94.

If I'm wrong about this, I'm sure someone in the Ranorex community will correct me :wink:

Hope that helps,
Gabriel

Re: Printing Line Numbers from IDE?

Posted: Fri Mar 18, 2016 11:17 am
by Fergal
Thanks for your reply Gabriel. It appears to have been requested for quite some time, hopefully they will add it soon.

Re: Printing Line Numbers from IDE?

Posted: Mon Mar 21, 2016 1:58 pm
by krstcs
I would suggest printing from a good text editor instead. I use Notepad++, and you can make it print line numbers when printing files.

Re: Printing Line Numbers from IDE?

Posted: Mon Mar 21, 2016 3:33 pm
by Fergal
Thanks for the suggestion krstcs, that works perfectly.