Does anyone know how to enable word wrap in MonoDevelop by chance?
Good Question!
Hm, Iâm looking for this also. A Google search for âmonodevelop word wrapâ returnsâŚthis thread Hoping itâs somewhere obvious and Iâm just missing itâŚ
Hi,
Line wrapping is currently not supported in MonoDevelop.
Fortunately MonoDevelop doesnât mind if you throw in random line returns in the middle of a line to break it up. Self-word-wrap!
thatâs not really a solution when u resize the window, it wonât be wrapped correctly and it adds to the line numbers.
Almost a full 3 years later and I need this too. And here I am, looking at this thread! What in the heckâŚ
MonoDevelop is for writing code. Where you break a line of code should be up to you, not the editor. Many programming languages are very picky about where a line ends, or is split into two. (C# and JavaScript are pretty forgiving languages, but Boo and others depend on accurate indentation.)
If youâre writing paragraphs of text, then I suggest you use a text editing tool, made for text editing. Unity3D will work just fine if you edit your files with other applications.
Not sure why Unity opened this text file with MD instead of system default, but it did⌠And well, Sublime Text âis for writing codeâ and yet it has this utterly trivial use-case covered for the rare occurence of opening a non-code text file without breaking productivity / âflowâ. I was searching for quite a while through all of MDs menus for one stupid ridiculous reason only: I couldnât believe this mindbogglingly basic feature wasnât there
So yeah, MD has been aging I guess⌠I hear thereâs a new MD version coming with 4.3, Iâm crossing my fingers for that one. Would switch to ST if there was a way to have IntelliSense-like tool-tips with member infosâŚ
Word-wrap doesnât add to the lines or actually split them in any way. It just makes line LOOK like a long line is continued on in a lower line. If you shrink down your window more any of the lines now cut off by the edge of the window will get wrapped as well. It doesnât actually edit the code in any wayâjust doesnât let things run off the screen where you canât see them. Notepad++ has this option and I find it super useful. Iâm surprised Monodevelop doesnât have something similar. Any one find any way to do this?
Monodevelop not having word wrap is hilarious. When clicking on a readme, Unity opens it in monodevelop, itâs unreadable and I have to open it with sublime text or notepad or whatever. Has this utterly basic feature been implemented yet?
MonoDevelop sucks on many different levels. If I didnât have to use it for debugging I would have it uninstalled because it doesnât deserve even a single byte of my hard drive space. First thing they should do is to make that crap actually work for its initial purpose, write code, and then maybe think about adding more features.
Anyway, word wrap is not just a simple feature no matter how easy to implement that may look like. It took me a couple of months to implement the word wrap feature in Script Inspector 2 actually! And yes, the main purpose of adding that was to allow viewing and editing text files, such as readme files, which are otherwise unreadable without word wrapping.
Iâm on 4.5 and no word wrap so far.
Bummer!
Wait what, the default text editor on Unity doesnât support word-wrapping? Guess Iâm installing Visual StudioâŚ
Waiting for the bug fix, too!
this feature is definitely needed
Really, no word wrap? In an editor?!
This (as well as the tons of other missing basic features in Monodevelop) make it pretty hard not to get annoyed by Unity when you are getting into it.
I hate that Intellisense likes to go crazy and stop working when you make a line too long. I switched to VS and will probably never look back. My friend uses Notepad++ and swears by itâŚ
Iâm on a Mac so no chance on using Visual Studio.
I might give a shot on Sublime Text 3 with the Unity3D plugins.
Maybe you guys are talking about something else or maybe this is new in Unity, but I was able to disable word wrap in the options:
In Monodevelop, Tools â Options â Text Editor â C# â General â (Right pane under Settings section) Word wrap.