Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
1answer
478 views

make gvim treat wrapped line as new line

When I press "j" or arrow down in vim/gvim the cursor moves to the next line. which is good for writing code. When writing text however the lines are usually much longer then the text with. Therefore ...
6
votes
3answers
4k views

URL latex linebreak problem

Having a small issue with long url's in latex. When a url is over a line wrong and goes onto a second like, the hyperlink only uses the first line. Is there a way to get around this and yet still have ...
4
votes
3answers
146 views

Alternative to word-wrap that sets line break

I need to wrap a long string and want the strong to break at the line break. The solution must be supported by all browsers. The break in the b’s and d’ should occur as follows: Aaaa Bbbbbb ...
4
votes
2answers
185 views

How to disable automatic line break when inserting two curly braces in vim?

Whenever I type two curly braces ({{), I get something like that: { | } | is used to describe the position of the cursor. This behaviour is totally annoying, e.g. when using different template ...
4
votes
6answers
208 views

Width of a <td> is narrower when I use a <br> in it on a fixed width <table>. Why?

I have this HTML code fragment (in a valid document using strict doctype): <p>Without &lt;br /&gt;</p> <table border="1" width="220"> <tbody> <tr> ...
3
votes
2answers
537 views

use xsl to output plain text

I needed to use XSL to generate simple plain text output from XML. Since I didn't find any good, concise example online, I decided to post my solution here. Any links referring to a better example ...
3
votes
3answers
102 views

In javascript, what is the difference between '\' and '\n'?

I figure that both \ and \n can be used as a line break. What is the difference? EDIT: Sorry I realized that I was wrong. The tutorial was talking about / as a line break for the programmer, which ...
3
votes
3answers
442 views

Java code for wrapping text lines to a max line width

Before I re-invent the wheel (poorly), I'd like to know if there is a some existing Java code for wrapping text lines to a given maximum width. Ideally it would: respect existing linebreaks break up ...
2
votes
3answers
54 views

Skip usage of <p> and go with <br> instead

I am building a CMS and I wonder if I can skip the usage of paragraphs and only go with linebreaks in the text content. Is it a good or bad idea? Will Google treat the content different in any way ...
2
votes
3answers
68 views

Vim imposing hard wrap against my soft wrap wishes?

Well, I'm a newb at Vim, so I'm guessing there's a 99% chance it's a user error! Vim was soft wrapping long lines very nicely thank you, then a couple of days ago it started to insert hard wraps but ...
2
votes
1answer
107 views

random line breaks only on Ipad

for some reason I am only getting these weird line breaks on ipad, no idea why http://www.tigerstudiodesign.com/sandbox/contact-us/ it gives it a line break after P: and F: on ipad, but no other ...
2
votes
1answer
140 views

How to count charachters in RichEdit without two charachters that every new line gives?

I have problem with counting characters in richedit (Delphi XE). For every new line as a result i get two characters more but in text they not exists. Example: Here are 15 characters, but richedit ...
2
votes
1answer
147 views

Regex: Finding all line breaks without an " as previous character

I have a file with a bunch of data looking like this: "sc14b61ecf5ef162","sc14b61b07ba1690","1264806000","1264806000","780","1080","Navn arrangement: Dørene åpner: Arr.start: Arr:slutt: Dørene ...
2
votes
2answers
566 views

PHP or HTML/CSS solution for forcing line breaks in table

I have a table filled with user generated text. The text spans for as much as the TD allows, however if the input is a string made of a long string with no breaking chars (white space, dash etc) it ...
2
votes
3answers
583 views

Regex: remove line breaks from parts of string (PHP)

I want to remove all the line breaks and carriage returns from an XML file so all tags fit on one line each. XML Source example: <resources> <resource> <id>001</id> ...
2
votes
3answers
767 views

convert breaks and paragraph breaks into new line in java

Basically I have an HTML fragment with <br> and <p></p> inside. I was able to remove all the HTML tags but doing so leaves the text in a bad format. I want something like nl2br() ...
2
votes
4answers
309 views

Check for linebreaks in textarea with jQuery

I want something like a counter for every linebreaks in a textarea. This is used when uploading a huge number of webbanners, so i need a simple counter for how many a user has added. Right now the ...
2
votes
1answer
282 views

Using java2d user space measurements with TextLayout and LineBreakMeasurer

I have a java2d image defined in user space (mm) to print an identity card. The transformation to pixels is by using an AffineTransform for the required DPI (Screen or print). I want to wrap text ...
2
votes
1answer
848 views

php - regex- preg_replace - space after line-break!

still on regex! i want learn it but i'm still crashing the head into my keybord! ;-) ok very trivial for you, i'm sure! Assuming i have this sting, the \s is where the space actualy is... \n where ...
2
votes
2answers
944 views

Line break in the mailto onclick

The code below works great except the email has all the text on one line like this: Height: 60 | Diagonal: 123 | Width: 107 | Total SF: 13.92 | Cost Per SF: 450 | Total Cost: $6,264.00 I would like ...
1
vote
0answers
9 views

How to see the whole string in NSTextFieldCell?

When I put a long string inside my NSTableView the text isn't displayed wholly: I need to allow user to see the whole string (maybe with scroll or tooltip, it doesn't matter). Any suggestions? ...
1
vote
3answers
51 views

javascript: stripping line breaks on an input string

I've seen lots of questions about preserving line breaks in textarea inputs, but I need the opposite. I suspect the answer to my question is not going to be a good one, but... I'm working with a ...
1
vote
3answers
88 views

\n new line escape sequence in ERB

I'm not sure why "\n\n" is not adding two line breaks in my code below: <%= (getparagraph(@geography, "geography")+"\n\n") if @geography != "Other" %> To clarify the method getparagraphs ...
1
vote
1answer
77 views

Android - Retrieve data as multiline (i.e. with linebreaks) from internal storage datafile

I am a total newbie when it comes to both java and android coding. However, I am trying to piece together a simple notepad widget and app. It's basically a widget which displays the note text in a ...
1
vote
1answer
37 views

Output form data into a single line

I have a form which sends data to a text file, but I'm trying to keep all data sent in the first line of that text file, and replacing would-be breaks with the br tags inside the text file itself. ...
1
vote
1answer
56 views

Break huge URLs so they don't overflow

Is there a way to force huge urls such as ...
1
vote
1answer
65 views

javascript (jquery) added text comments dont linebreak/ ignore their div container

Im working on a JavaScript based comment system: This is the Javascript that generates the comment html: $.each(comments.user,function(key,value) { comment_string += '<div ...
1
vote
2answers
140 views

Do the mail() headers have to be terminated with a line break? (IncrediMail issue)

I'm using a function for sending UTF8 emails. Since at least one recipient has issues with emails sent by my function (not UTF8, so special chars broken; some mail headers appear in body), I'm ...
1
vote
0answers
265 views

Line break in Doctype while creating xml [closed]

I am creating an xml from java dom. DOCTYPE appears in 2 lines with blank space in between, eg < ! DOCTYPE models SYSTEM "my"> I need DOCTYPE to be in same line with no blank spcae. eg. ...
1
vote
1answer
340 views

How to get line breaks in message supplied for Android Sharing

Android Sharing Intent takes a string for the body. How do you introduce a line break? Gmail appears to do plain text by default, and so I can't get any line breaks in my sharing message. \n, , ...
1
vote
1answer
191 views

FOP: unwanted linebreaks in nested <fo:block> elements

I have a Problem conecerning FOP. I am using CKEditor to create an XSL-Fo String and transform that into a PDF using FOP. Everything works fine, but when using nested blocks, I experience linebreaks ...
1
vote
2answers
385 views

How to separate paragraphs in a textbox?

If I have a textbox, and I want to generate some paragraph into it, it makes sense I will want to use linebreaks. Any idea?
1
vote
2answers
201 views

adding line break

i have problem with adding line break in string. I have tried using "\r\n" or Environment.NewLine also not works. Anyone can help? FirmNames = ""; foreach (var item in FirmNameList) { if ...
1
vote
8answers
2k views

HTML <pre> tag causes linebreaks

I'm using CSS (via JQuery , but not relevant to this question) to highlight certain elements within an HTML file: I'm using "pre" tags to separate out logical elements in my file, but I noticed that ...
1
vote
4answers
497 views

Writing TXT File with PHP, Want to Add an Actual Line Break

I am writing a TXT file using PHP. I want to insert actual line breaks into the TXT file wherever necessary. I have tried all combinations of \n \r \r\n \n\r ... but these are not causing any ...
1
vote
1answer
243 views

replacing linebreaks with <br> to use in UIWebView

I am pulling my data from sqlite and trying to show it in a UIWebView I have tried HTMLData = [container stringByReplacingOccurrencesOfString:@"\n" withString:@"<br />"]; HTMLData = ...
1
vote
1answer
138 views

Overflow on UILabels

I have a table view that I am customizing and I am adding a UILabel as a subview of the contentView, and I want the number of lines to be relatively consistent. I set the numberOfLines property to be ...
1
vote
1answer
2k views

Remove line breaks in Bourne Shell from variable

In bourne shell I have the following: VALUES=`some command that returns multiple line values` echo $VALUES Looks like: "ONE" "TWO" "THREE" "FOUR" I would like it to look like: "ONE" "TWO" ...
1
vote
2answers
207 views

How to make contents of <pre><code></code></pre> render correctly in IE7?

I make the following AJAX pull with JQuery using JSON to an ASP.net Web Service: $.ajax({ type: "POST", contentType: "application/json; charset=utf-8", url: "TestWebService.asmx/Foo", data: "{}", ...
1
vote
3answers
1k views

How to show newlines from textarea in a table?

hi there in a form I have a textarea where obviously text is entered. When the input is finished the content gets submitted to the server and is being stored in a database... When i display the input ...
0
votes
0answers
29 views

NSLineBreakByTruncatingTail scrolls text when set as a paragraph style in NSTextView

I have a NSTextView, which is supposed to be fixed size. When the text comes to the bottom line and to the right edge of the designated frame I need to set the NSLineBreakByTruncatingTail in order to ...
0
votes
0answers
40 views

Android Multiline Textbox Inside Flash WebView - Cannot Insert Linebreak with Enter Key

I am facing a very strange bug with Flash rendering in Android. The enter key in the soft keyboard does not insert a line-break into the focused textarea in Flash. To reproduce: please visit this ...
0
votes
1answer
48 views

php linebreak causes string value to disappear

I have some php querying and printing the info of a mysql table on a medical recruitment website. Sometimes the users enter, causing line breaks where I would rather not have them, because it affects ...
0
votes
1answer
72 views

How to make a line break in a UITextView

I'd like to make some line breaks in an UITextView i saw in different topics here that @"\n" should work... if i try : textView.text = @"Hey \nDude !"; that's work fine ! But if my text come from ...
0
votes
8answers
72 views

Why should use linebreak '\n'

I need some advice ... I'd like to know if it is a good practice to use in a code line breaks "\n"? What is the purpose? $my_string .= "\n" . "<p>Some values</p>" . "\n"; Till now I ...
0
votes
2answers
30 views

Handling strings with linebreaks in vars

I'm trying to get it once again. I got a JS var which looks like this: var test; Now I write some JS with PHP: <?php $phpvar = "a text with a linebreak"; echo "<script ...
0
votes
2answers
72 views

Regular expression: how to match a string containing “\n” (newline)?

I'm trying to dump data from a SQL export file with regular expression. To match the field of post content, I use '(?P<content>.*?)'. It works fine most of the time, but if the field contains ...
0
votes
0answers
38 views

how can I detect an incoming line break in UITextView?

While I'm typing, I want to detect the incoming new line, to make my image grow up according to content inset of my UITextView frame
0
votes
1answer
54 views

Allow Line Breaks in a php chat - MySQL PHP

I built a very simple chat system... it works great and when the user enters a message it displays properly, the only problem is that line breaks don't show up.... somewhere along the line of sending ...
0
votes
2answers
41 views

Inline elements causing the text to stop wrapping? So simple?

http://jsfiddle.net/nicktheandroid/SsfpG/ I don't understand why these inline elements are causing the paragraph to stop wrapping, or, to not finish placing text before the inline element, in other ...

1 2