The wrap tag has no wiki summary.
71
votes
8answers
10k views
git diff - handling long lines?
I'm running git-diff on a file, but the change is at the end of a long line.
If I use cursor keys to move right it loses colour coding and worse the lines don't line up, making it harder to track the ...
42
votes
3answers
13k views
Soft wrap at 80 characters in Vim in window of arbitrary width
I want to use Vim's soft wrap capability (:set wrap) to wrap some code at 80 characters, regardless of my actual window width.
I haven't been able to find a way to do this yet - all the soft wrapping ...
36
votes
12answers
43k views
Android TextView Text not getting wrapped
Can any one tell me whats going wrong with the text, text exceeds then one line not getting wrap to next line going beyond the screen.
Following is the code
<LinearLayout ...
31
votes
5answers
11k views
how to show vertical line to wrap the line in vim?
I'm wanting to find a way to show a vertical line at 80 column in Vim (not GVim).
I've been used set wrap, but I just want to show the line to wrap the long line by myself.
30
votes
3answers
19k views
CSS: how to stop text from taking up more than 1 line?
Is there a word-wrap or any other attribute that stops text from wrapping? I have a height, and overflow:hidden, and the text still breaks.
Needs to work in all browsers, in before CSS3.
30
votes
3answers
8k views
How do I wrap a string in a file in Python?
How do I create a file-like object (same duck time as File) with the contents of a string?
19
votes
2answers
3k views
Anybody know a way to use CSS text-overflow on text that's wrapping?
Does anybody know of a way to use {text-overflow: ellipsis;} on a piece of text that's wrapping to a second line?
Adding {whitespace: nowrap;} makes text-overflow work, but I need the text to wrap so ...
18
votes
3answers
35k views
HTML Textarea horizontal scroll
I would like to provide a horizontal scroll to a textarea in my HTML page. The scroll should appear without wrapping, if I type a long line without a line break. A few friends suggested using ...
17
votes
5answers
55k views
How to make a DIV not wrap?
This requirement sounds wired, but it is actually requirement.
I need to create a container DIV style that containing multiple other DIV's. It is asked that these DIV's wouldn't wrap if the browser ...
12
votes
3answers
4k views
Textview wrap around View
I'm trying to make my horizontal layouts take advantage of the room available.
In an info showing activity I have a 'fact box' followed by a large box of text. I'd like the infobox to float right, ...
10
votes
6answers
13k views
Android Word-Wrap EditText text
I have been trying to get my EditText box to word wrap, but can't seem to do it.
I have deal with much more complicated issues while developing Android applications, and this seems like it should be ...
10
votes
4answers
9k views
Stop floating divs from wrapping
I want to have a row of divs (cells) that don't wrap if the browser is too narrow to fit them.
I've searched Stack, and couldn't find a working answer to what I think should be a simple css question.
...
10
votes
2answers
7k views
Input Field, wrap text instead of extending horizontally
I have an input field, a user will write text inside but when the text is to long it just extends horizontally instead of dropping down vertically.
I tried:
overflow: hidden;
word-wrap: break-word;
...
9
votes
3answers
7k views
How to wrap lengthy text in a spinner
I have two spinner and EditText controls within a table layout view on a separate row. The spinners are populated with data. My problem is the data (texts) that are populated into the spinners are too ...
9
votes
3answers
1k views
Does the order of the elements in the jQuery wrapped set always match the order the elements appear in the markup?
Is the order of the elements in the jQuery wrapped set guaranteed to match the order the elements appear in the markup?
I ask because I need to perform an operation on a set of nested elements, and I ...
8
votes
2answers
8k views
How to configure ckeditor to not wrap content in <p> block?
I am using ckeditor on my website to make it easier for users to input HTML.
However, the data I get back from ckeditor is wrapped in <p></p> blocks. (Which I don't want.)
Is there some ...
8
votes
7answers
6k views
Word wrap a link so it doesn't overflow its parent div width.
I have this piece of HTML
<div id='permalink_section'>
<a href="here goes a very long link">here goes a very very long link</a>
</div>
with, for now, this CSS
...
7
votes
9answers
2k views
Truncate stdin line length?
I've been parsing through some log files and I've found that some of the lines are too long to display on one line so Terminal.app kindly wraps them onto the next line. However, I've been looking for ...
7
votes
2answers
7k views
jQuery wrap selected text in a textarea
how can i get the user selected text(just inside textarea) and apply actions to it something like wrap the selection [#bold]selected text[/bold] , thanks
7
votes
3answers
10k views
How do I wrap a function in Javascript?
I'm writing a global error handling "module" for one of my applications.
One of the features I want to have is to be able to easily wrap a function with a Try{} Catch{} block, so that all calls to ...
7
votes
5answers
3k views
Text wraps around floating div but borders and <hr />s do not
I have a div that is float: right and it is inside a parent div. There are p elements inside that same parent div also, and the text wraps around the float: right div properly. However, if I set the p ...
7
votes
3answers
4k views
Jquery: selectionStart for non textarea elements
$(element)[0].selectionStart seems to only work for textareas. Is there an alternative for non textareas
Im trying to wrap strings within DOM elements in tags (bold, italic...)
also, how do I undo ...
7
votes
3answers
2k views
Can I wrap each line of multi-line text in a span?
I've been trying to figure out how to do this (if it's even possible) and have drawn a blank...
I have some text that will wrap onto multiple lines. I want to detect each individual line, and wrap it ...
6
votes
6answers
690 views
jQuery wrap multiple div elements on same class
Hello I would like to use jQuery to wrap sets of class elements in a div but can't find the solution
HTML:
<div class="view-content">
<div class="first">content</div>
...
6
votes
3answers
10k views
How can I prevent floated div elements from wrapping when the browser is re-sized?
How do you make DIV's that are floated left next to each other not wrap when the browser is re-sized such that the viewport becomes smaller?
div {
float: left;
}
For example when the browser is ...
6
votes
8answers
17k views
how to wrap text in textview in android
Does any one know how to wrap text in TextView in Android platform. i.e if the text in textview exceed the screen length it should be displayed in the second line.
I have searched and tried the ...
6
votes
2answers
857 views
Get first two lines of text from a wraped cell in excel
I need to take the first two lines of text from a wrapped cell in excel. For example, a wrapped Excel cell contains the text as follows:
wrapedtext1
wrappedtext2
wrappedtext3
wrappedtext4
I need ...
6
votes
6answers
1k views
jQuery wrap syntax
It's end of day. I'm hoping I'm just having a lapse of logic.
I can't get this to work:
var $divA= $("<div></div>").addClass('classA');
var $divB= ...
6
votes
9answers
2k views
Wrap/encrypt another executable (for licensing)
I want to create a wrapper around another executable (ie - I have an executable that prints hello World, but I want the user to enter a password before the hello world executable is run). I don't ...
6
votes
9answers
5k views
Silverlight 2.0 - Can't get the text wrapping behaviour that I want
I am having trouble getting Silverlight 2.0 to lay out text exactly how I want. I want text with line breaks and embedded links, with wrapping, like HTML text in a web page.
Here's the closest that ...
6
votes
2answers
363 views
Wrapping C++ template function
I try to wrap a template function with the help of GNU's linker wrap option. The code looks like this:
// f.h
template<typename T>
void f(T t) {
}
// bar.h
void bar();
// bar.cpp
#include ...
5
votes
3answers
10k views
How to wrap legend items in highcharts
I have a big problem using highcharts, cause I have been trying for hours to wrap legend items if they very very long. I tryed to set legend and legend item width, but my text still get out from a ...
5
votes
2answers
2k views
show full git commit message in console
I'm trying to output the full commit message in the console, and I am able to but I have to keep resizing the console window(cygwin) in order to reveal more.
The command im using is git log ...
5
votes
4answers
1k views
Python Wrap Class Method
I'm trying to create an object with a run method that will be wrapped by a _wrap_run method. I'd like to be able to call the method and it's wrapper by simply typing instance.run() and I'd like to be ...
5
votes
1answer
1k views
make a Delphi TPanel caption wrap
Is there a way to wrap the text in a TPanel.Caption in Delphi (in my case Delphi 6)?
thanks!
5
votes
2answers
1k views
jQuery How to wrap div around multiple of the same class elements
I'm trying to wrap multiple same class divs into a div and to skip divs not with the same class. .wrap doesn't combine them, and .wrapAll throws the non-classed divs underneath. I've been tinkering ...
5
votes
2answers
3k views
WPF: TextBox expanding with surrounding Grid but not with text
I have a problem with a TextBox in an application...
A window has a Grid with two columns. The left column contains a control with a constant width but with a height that adapts. The right column ...
5
votes
2answers
365 views
jQuery add first part of div, then add last part of div seperatley
I'm trying to wrap the following prices and text together, all in one DIV.
This is what I have:
<table cellspacing="0" cellpadding="0" border="0" class="thePrices">
...
5
votes
3answers
848 views
Width of float no longer shrinks to fit when contents wrap to multiple lines [closed]
Here is a test file.
Resize the window to be wide enough to hold all four boxes. Notice the container is no wider than the boxes, as intended.
Resize the window to be small enough that the boxes are ...
5
votes
2answers
546 views
Wrapping C++ functions with GNU linker
I like the GNU linker functionality to wrap functions a lot. I normally use it mock e.g. nondeterministic function calls like rand(). Consider the following example where I would like to write a unit ...
5
votes
2answers
2k views
How to prioritize WPF textbox wrap over autosize
I have a number of situations where I have panels or grids that resize automatically, but if they contain a TextBox with TextWrapping="Wrap", the TextBox continues to expand the panel/grid to the ...
5
votes
1answer
753 views
4
votes
5answers
36k views
CSS div's overlapping
I am trying to build a comments section for my website. In the comments section, I want it laid out wordpress-style, with the avatar to the left. It works, but what is happening is the comment text is ...
4
votes
1answer
1k views
How can I draw wrapped text using Imagick in PHP?
The Imagick library in PHP allows you to draw text on top of an image. How to I tell Imagick to wrap the text based upon some bounded text box?
4
votes
2answers
126 views
In AS3, can member variables / methods / getters & setters be wrapped up in one common access modifier?
Is there a way to declare a bunch of members with one common access modifier? I do believe this can be done in C++ and some other languages, curious if it exists in AS3 though.
Instead of:
class ...
4
votes
1answer
4k views
wrapping the text inside div - css
I am having issues with wrapping. I am generating some hexencoding encryption and the output is too long like ;
...
4
votes
1answer
2k views
Has OAuth failed?
I consider to use OAuth for Single Sign-On (SSO) with RESTful services. At first sight to use OAuth as the de-facto standard looked naturally to me. But I must confess that I don't understand how to ...
4
votes
2answers
370 views
jquery wrap span around text
I have the following
<div><span class="myspan">hello</span> this text has no span </div>
in jquery how can I wrap a div or span around the "this text has no span" text?
4
votes
3answers
71 views
How to wrap text inside new div?
My HTML:
<div class="mainDiv">
<p>This is a paragraph</p>
<div class="innerDiv">This is a div</div>
This is what I want to wrap
</div>
What I want:
...
4
votes
3answers
286 views
How can I get my text to wrap? wpf problems
I have a listbox that uses datatemplates and one of the elements in the template is a textblock. Problem is that the words won't wrap, and I don't want to set a fixed size. Anybody that knows how to ...



