'Realtime reversal the line order of input in Notepad++
Is there a way to configure notepad++ to insert a line above on carriage return? Reading and writing in English is done from bottom to top, and I'm trying to have the editor reverse this so that the most recent text is always at the top.
Example (Note that the numbers describe the chronological order of actions):
Standard behavior:
1 Text is typed
2 < br >
3 New text typed
Desired behavior:
3 New text typed
2 < br >
1 Text is typed
I know it's possible to reverse via line operations > Reverse, but want this real time.
thank you :)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
