Top "Multiline" questions

Text that spans more than one line is considered "multiline". Concerns about wrapping, spacing, techniques and best practices.

Multiline C# interpolated string literal

C# 6 brings compiler support for interpolated string literals with syntax: var person = new { Name = "Bob" }; string s = $"Hello, {person.Name}."; …

c# .net string multiline string-interpolation
How to create a multiline entry with tkinter?

Entry widgets seem only to deal with single line text. I need a multiline entry field to type in email …

python input tkinter multiline
Lua multiline comments past ]]'s

I'm trying to find out a way to use a multiline comment on a batch of code, but it keeps …

lua comments multiline
Bash: split long string argument to multiple lines?

Given a command that takes a single long string argument like: mycommand -arg1 "very long string which does not fit …

bash multiline
How to code long JSON value strings as multiline?

IMPORTANT: I am not asking about rendering strings as multiline. I am talking about splitting a long string in a …

json string multiline
Why doesn't Java support multi-line strings?

Why doesn't Java support multi-line strings? I know they dont, but I dont know why. Is there a good reason? …

java string newline multiline
Android EditText: Done instead of Enter or Word Wrap instead of Multi Line

I have a multiple line EditText that does not permit line returns. Right now I am replacing returns with some …

android action android-edittext word-wrap multiline
How to remove extra indentation of Python triple quoted multi-line strings?

I have a python editor where the user is entering a script or code, which is then put into a …

python quotes multiline strip
WPF Multiline TextBox for large content

In a WPF application, I want to build a "Find in Files" output pane, in which I can stream large …

c# wpf textbox multiline
Disable Word Wrap in an Android Multi-Line TextView

I am working on a Month View with an advanced swipe (requires current, next and previous to be loaded to …

android textview multiline nowrap