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
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.
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
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
There are two competing requirements 1) I want to pretty print so that I can read and understand code written by my peers
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.?
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.
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
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.
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.