ConEmu / old-issues

Old issues for ConEmu project (import is pending)
http://conemu.github.io/
0 stars 1 forks source link

Feature request: Line numbers, auto wrapping #1127

Open ConEmu opened 9 years ago

ConEmu commented 9 years ago

From Bogdan.S...@gmail.com on June 27, 2013 07:08:04

Required information! OS version: win8/x64 ConEmu version: 130624 Far version (if you are using Far Manager): - ConEmu would be nice to be able to: 1) show line numbers 2) permit resize with live text-wrapping

PowerCmd has these features and are verry nice.

Thanks.

Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=1128

ConEmu commented 9 years ago

From ConEmu.M...@gmail.com on June 27, 2013 07:16:41

1) line numbers - in plans, but not soon I think 2) live wrapping is not so easy as you think. PowerCmd, mintty, putty and many others are very simple emulators and they does not allows running many console applications using console API. But ConEmu does. Far Manager, Hiew, and many many others. They deals with visible console area themselves! How may ConEmu wrap lines when console app does not expect that??

ConEmu commented 9 years ago

From ConEmu.M...@gmail.com on July 01, 2013 07:20:55

Summary: Feature request: Line numbers, auto wrapping (was: Feature request)

ConEmu commented 9 years ago

From pfeif...@tzi.de on July 03, 2013 02:16:47

I think the only possible solution is to provide a wider terminal content area and provide a horizontal scrollbar. Auto wrapping won't work since many tools format their output according to the number of available columns.

ConEmu commented 9 years ago

From av9...@gmail.com on September 14, 2014 16:25:30

ConEmu commented 9 years ago

From avihal on November 04, 2014 22:57:14

+1 for resize with auto-text-wrapping.

I understand it's not an easy issue to solve, but the terminal in OSX (at least in 10.10 Yosemite, not sure about previous versions) does "live resize wrapping" (and more importantly unwrapping) by default. I don't know what kind of heuristics it deploys, if at all, but it seems to be working nicely.

Sure, it's not suited for text-apps which take control of the screen (far manager, text editors, etc), or which format their output for the screen width, but there are many scenarios where that's not the case.

E.g. during a long build process where the lines are not formatted for the screen width, and where resizing the window (during or after the build) could make them much more readable.

ConEmu commented 9 years ago

From ConEmu.M...@gmail.com on November 04, 2014 23:12:20

Windows 10

sergeevabc commented 6 years ago

Any news about line numbers in Far?

Maximus5 commented 6 years ago

What about Far? Far features are easier to implement in Far itself.