Tagged Questions
The multiline tag has no wiki summary.
53
votes
25answers
42k views
Java multiline string
Coming from Perl, I sure am missing the "here-document" means of creating a multi-line string in source code:
$string = <<"EOF" # create a three line string
text
text
text
EOF
In Java I have ...
30
votes
4answers
7k views
Paste a multi-line Java String in Eclipse
Unfortunately, Java has no syntax for multi-line string literals. No problem if the IDE makes it easy to work with constructs like
String x = "CREATE TABLE TEST ( \n"
+ "A INTEGER NOT ...
25
votes
9answers
17k views
android ellipsize multiline textview
I need to ellipsize multiligne textview. My component is large enough to display at least 4 lines with the ellipse, but only 2 lines are displayed. I tried to change the minimum and maximum number of ...
13
votes
0answers
8k views
How to get multi line text on a button in Android? [closed]
Possible Duplicate:
Is it possible to have multiple styles inside a TextView?
I'm looking for a simple way in Android to add a text to a button that is displayed in 2 (or more) lines. E.g. ...
12
votes
6answers
3k views
Java swing: Multiline labels?
I want to do this:
JLabel myLabel = new JLabel();
myLabel.setText("This is\na multi-line string");
Currently this results in a label that displays
This isa multi-line string
I want it to do this ...
11
votes
3answers
5k views
How to enter a multi-line command
Is it possible to split a Powershell command line over multiple lines? In Visual Basic I can use the underscore "_" to continue the command in the next line.
11
votes
2answers
10k views
How to read mutliline input from stdin into variable and how to print one out in shell(sh,bash)?
What I want to do is the following:
read in multiple line input from stdin into variable A
make various operations on A
pipe A without loosing delimiter symbols (\n,\r,\t,etc) to another command
...
10
votes
1answer
9k views
C multi-line macro: do/while(0) vs scope block [closed]
Possible Duplicates:
What’s the use of do while(0) when we define a macro?
Why are there sometimes meaningless do/while and if/else statements in C/C++ macros?
do { … } while ...
9
votes
4answers
5k views
Multiline Find & Replace in Visual Studio
Can it be done? We're using either VS2005 or VS2008.
I don't mean regular expressions - which have their place - but plain old text find & replace. I know we can do it (at a pinch) with regular ...
8
votes
6answers
305 views
What is the proper way to format a multi-line dict in Python?
In Python, I want to write a multi-line dict in my code. There are a couple of ways one could format it. Here are a few that I could think of:
mydict = { "key1": 1,
"key2": 2,
...
8
votes
3answers
2k views
XML multiline comments in C# - what am I doing wrong?
According to this article, it's possible to get multiline XML comments -- instead of using ///, use /** */. This is my interpretation of what multiline comments are, and what I want to have happen:
...
7
votes
2answers
165 views
multiline formatting for verbatim strings in c# (prefix with @)
I love using the @"strings" in c#, especially when I have a lot of multi-line text. The only annoyance is that my code formatting goes to doodie when doing this, because the second and greater lines ...
7
votes
3answers
5k views
Android and displaying multi-lined text in a TextView in a TableRow
I'm displaying a TableLayout with rows as follows:
<?xml version="1.0" encoding="utf-8"?>
<TableRow
xmlns:android="http://schemas.android.com/apk/res/android"
...
7
votes
3answers
880 views
Why are multi-line comments in flex/bison so evasive?
I'm trying to parse C-style multi-line comments in my flex (.l) file:
%s ML_COMMENT
%%
...
<INITIAL>"/*" BEGIN(ML_COMMENT);
<ML_COMMENT>"*/" ...
7
votes
3answers
4k views
Multiline strings in JSON
I'm writing some data files in JSON format and would like to have some really long string values split over multiple lines. Using python's JSON module I get a whole lot of errors, whether I use '\' or ...
7
votes
4answers
5k views
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 quantity of text, without re-allocating memory at each line, like the TextBox would do.
The WPF ...
7
votes
8answers
9k views
Specifying maxlength for multiline textbox
I'm trying to use asp:
<asp:TextBox ID="txtInput" runat="server" TextMode="MultiLine"></asp:TextBox>
and i want a way to specify the maxlength property ,but apparently there is not such ...
6
votes
2answers
3k views
Multiline for WPF TextBox
I am developing an app for sending some feedback.
Basically I'm trying to make a TextBox for comments, but I'm used to the WinForms MultiLine=true. I've set MinLines to 3, which is getting there, but ...
6
votes
11answers
10k views
Java - string declaration occupying multiple lines? [closed]
Possible Duplicate:
Java multiline string
I am using Java. Inside a Java program I am writing a SQL query:
string query = "select * from tableA" ;
However sometimes the query is really ...
6
votes
4answers
12k views
displaying line number in rich text box c#
I have a Multiline richtextbox control into which i want to integrate the feature of adding a line number. i have considered many approaches
Add a label and updating the line numbers as the line ...
5
votes
4answers
439 views
Windows yellow tooltip multiline?
Is it possible to make yellow tooltip in windows multiline?
I tried with \n but it's not working.
EDIT:
This is the function I have in my code. I followed instructions from MSDN but couldn't get ...
5
votes
4answers
416 views
Does Perl have the equivalent of Python's multiline strings?
In Python you can have a multiline string like this using a docstring
foo = """line1
line2
line3"""
Is there something equivalent in Perl?
5
votes
1answer
187 views
Is there a multiline in SASS?
I couldn't figure out that from SASS documentation. For example I would like to use Compass mixin with 5 parameters:
=link-colors(!normal, !hover = false, !active = false, !visited = false, !focus = ...
5
votes
9answers
7k views
C++ Remove new line from multiline string
Whats the most efficient way of removing a 'newline' from a std::string?
5
votes
2answers
3k views
Scala Regex enable Multiline option
I'm learning Scala, so this is probably pretty noob-irific.
I want to to a multiline regular expression.
In Ruby it would be:
MY_REGEX = /com:Node/m
My Scala looks like:
val ScriptNode = new ...
4
votes
4answers
122 views
What is a better way to readlines from Python file?
This is my python file:-
TestCases-2
Input-5
Output-1,1,2,3,5
Input-7
Ouput-1,1,2,3,5,8,13
What I want is this:-
A variable test_no = 2 (No. of testcases)
A list testCaseInput = [5,7]
A list ...
4
votes
3answers
556 views
Vertical align an image and a multiline text
I´m trying to align an image and a text vertically:
+-------------------------+ -- Viewport
| Text text text |
| +-----+ text text text |
| |IMAGE| text text text |
| +-----+ text text ...
4
votes
2answers
340 views
A Multiline Checkbox in C#
Does anybody know how to extend the text in a c# winforms checkbox to have multilines?
4
votes
4answers
294 views
How do I fix this multiline regular expression in Ruby?
I have a regular expression in Ruby that isn't working properly in multiline mode.
I'm trying to convert Markdown text into the Textile-eque markup used in Redmine. The problem is in my regular ...
4
votes
2answers
264 views
Correct way to put long function calls on multiple lines
I have a long function, as seen below:
hash_correct = hashlib.md5(salt + password)).digest().encode("base64")
I'd like to split it up into two lines but am not sure of the correct way to do this in ...
4
votes
5answers
7k views
Multline Text in a WPF Button
How do I get multi-line text on a WPF Button using only C#? I have seen examples of using <LineBreak/> in XAML, but my buttons are created completely programmatically in C#. The number and ...
4
votes
2answers
5k views
sed multiline replace
this is my sample text file :
asdas
//<<<TAG
this should be removed
//TAG>>>
this should be there
//<<<TAG
T
>
asd
asd
//TAG>>>
for which i want o/p as :
...
4
votes
3answers
979 views
Does Perl's /m regex modifier match differently on Windows?
The following Perl statements behave identically on Unixish machines. Do they behave differently on Windows? If yes, is it because of the magic \n?
split m/\015\012/ms, $http_msg;
split ...
3
votes
3answers
78 views
Using Perl Regex Multiline to reformat file
I have the file with the following format:
(Type 1 data:1) B B (Type 1 data:2) B B B
(Type 1 data:3) B ..
Now I want to reformat this file so that it looks like:
(Type 1 data:1) B B (Type ...
3
votes
1answer
147 views
Firefox 8 still doesn't support multiline titles or alt-text (“tooltips”)?
Despite this documentation:
https://developer.mozilla.org/en/HTML/Global_attributes#attr-title
and HTML5 having a spec for multiline
http://dev.w3.org/html5/spec/elements.html#the-title-attribute
...
3
votes
2answers
96 views
Python Regex MULTILINE option not working correctly?
I'm writing a simple version updater in Python, and the regex engine is giving me mighty troubles.
In particular, ^ and $ aren't matching correctly even with re.MULTILINE option. The string matches ...
3
votes
2answers
701 views
Prevent enter key on EditText but still show the text as multi-line
How do I make an EditText on Android such that the user may not enter a multi-line text, but the display is still multi-line (i.e. there is word-wrap instead of the text going over to the right)?
...
3
votes
2answers
434 views
Python command Line - multiple Line Input
I'm trying to solve a Krypto Problem on https://www.spoj.pl in Python, which involves console input.
My Problem is, that the Input String has multiple Lines but is needed as one single String in the ...
3
votes
1answer
115 views
Google App Engine Datastore multiline entries not displayed as multiline in HTML
Using the Google App Store guestbook demo as an example, when entering a entry over multiple lines and storing it, when read back and displayed it appears on one single line.
How can we make it appear ...
3
votes
2answers
332 views
multiline grid extjs
i am newbie to Ext Js..i am working on ruby on rails...
can any1 suggest a good basic tutorial for "multiline grid" pllzz...
3
votes
1answer
2k views
How can I change the size of a multi-line editor-field?
I'm working on an MVC project using C#. Right now, I'm trying to customize my views a little, and I'd like to make the text boxes bigger.
I followed the suggestions in this question to move from a ...
3
votes
2answers
2k views
WPF: DataGrid how can i input multi-line text
guys
I want to input multi-line text into a DataGridTextColumn, I can use "enter" to input a multi-line character. But i want use "shift+enter" like visual studio resource manager, here is my code ...
3
votes
2answers
688 views
How to center a two-line text in a TextView on Android?
I want to let it looks like this:
| two |
| lines |
Here is the current layout, not working at all.
<RelativeLayout
android:layout_width="wrap_content"
...
3
votes
1answer
1k views
Width of detailTextLabel on cell with UITableViewCellStyleValue2 style
I'm new to stack overflow and to cocoa-touch developing.
I'm trying to build a UITableViewCell using the UITableViewCellSytleValue2 with a multi-line detailTextLabel.
Therefore I implemented the ...
3
votes
4answers
403 views
HTML comments within comments?
Is there a way to comment multiple lines... which already have some comments in them?
i.e.
<html>
<!-- Multi-line comment begin
<head>
<!-- This script does abcxyz -->
...
3
votes
3answers
370 views
how to print a section of file between two regular expressions only if a line within the section contains a certain string within it
Hi
I have a file of events that has multiple multi lined events between <event> and </event> tags. I want to print out the entire event From <event> to </event> only if a line ...
3
votes
1answer
857 views
How to display a text multilined inside a cell of a table in iphone?
I am new to iphone development.I am parsing a xml file and displaying the title, date, view and summary in each row of a table.The contents of summary is big ,so only first 3 words are displayed in ...
3
votes
4answers
1k views
Multiline Textbox Resizing in C#
I have two multiline textboxes separated within a splitContainer. When I drag the splitter left or right I would like the textboxes to resize accordingly. How do I do this? I am using Microsoft ...
3
votes
3answers
869 views
How to do multiline search using regular expression?
I am new to regular expressions.
I want to do multiline search. Here is the example of what I want to do:
Suppose I have following text:
*Project #1:
CVC – Customer Value Creation (Sep 2007 – ...
3
votes
3answers
170 views
Multiline sentence in emacs
If I have a multiline sentence in Emacs it naturally overflows onto the the following lines. Now, if my cursor is at the beginning of such a sentence and I press the DOWN ARROW key, the cursor is ...