text-editor
How to reset split screen to default in Notepad++
Using the compare plugin in Notepad++ splits the screen between the two files being compar开发者_如何学编程ed. Is there a fast way to revert the screen to have all of the tabs again in a single window[详细]
2023-04-05 05:29 分类:问答How do I use relative line numbers with patterns in ed
In attempting to use ed to delete lines around a certain pattern I\'ve been driving my self nut ts. What I\'d like to do is match a pattern, and then delete lines around it.[详细]
2023-04-04 18:54 分类:问答Writing text editor with keywords Highlighting
I am writing text editor in c# winforms and I want it to Highlight keywords. Now richtextbox is to slow for opening big files so I am using textbox, but textbox doesn\'t have a property for setting th[详细]
2023-04-04 12:22 分类:问答Why are text editors slow when editing very long lines?
Most text editors are slow when lines are very long. The suggested structure for data storage for text editor seems to be rope, which should be immune to long lines modification. By the way editors ar[详细]
2023-04-04 12:11 分类:问答Is there a text editor that will "pretty print" for display without changing the underlying text?
There are two competing requirements 1) I want to pretty print so that I can read and understand code written by my peers[详细]
2023-04-04 03:54 分类:问答Equivalent of BBEdit on Linux, Win
Can anyone s开发者_如何学编程uggest an equivalent of BBEdit for linux and win in terms or multifile search and replace as well as html cleanup, formatting, etc.?[详细]
2023-04-04 03:02 分类:问答Remove Repeating and Control Characters in sed
Let\'s say I have a word at the beginning of a line, HHEELLLLOO for example. How can I replace repeat characters with single characters. The output should be HELLO.[详细]
2023-04-04 02:07 分类:问答How to Set the Line Length for VS2010 Automatic line break
I use a wide screen and like to code in 16:9. So sometimes there is a string.Format... or 开发者_如何转开发whatever the is larger than the old 4:3 screen format. But VS does not want to use the avaiab[详细]
2023-04-04 01:39 分类:问答Get Char from Key
I am coding a custom text editor, and I use KeyDown and KeyUp events. That events gets a KeyEventArgs from parameters where a \"Key\" instance is included.[详细]
2023-04-03 01:42 分类:问答How can I add functionalities to Sublime Text 2?
I recently discovered this Sublime Text editor, and since I love to code with it, I would like to ad开发者_如何学Pythond more custom functionalities to it.[详细]
2023-04-02 20:33 分类:问答