Line Break Functionality
Nicholas Warren <[email protected]> Thu, 21 Nov 2024 18:37:35 +0000
| Newsgroups | gmane.comp.kde.devel.kwrite |
|---|---|
| Message-ID | <SA1PR04MB8561F7DBAE83ABBC3BD2EF84BF222@SA1PR04MB8561.namprd04.prod.outlook.com> |
Kate breaks the line when it sees control code 10, line feed. Is there a wa= y to customize this? For example, to break the line upon control code 30, record separator, and = not 10, line feed. Showcase: This is a sentence.[\x0A]It's great.[\x1E] Isn't it? Instead of: This is a sentence.[\x0A] It's great.[\x1E]Isn't it? Thanks, Nich