Tagged Questions
The textedit tag has no wiki summary.
2
votes
1answer
30 views
Parentheses over selected words in Eclipse
A few days back I felt this question to be dumb and dint post it here, but after even after searching a lot I dint find a proper solution.
For those of you who used TextEdit (on Mac), they will ...
2
votes
5answers
142 views
Variable number of textedits in alertdialog in android?
Is it possible to set variable number of textedits in alertdialog? I've tried to fill some container views such as StackView or LinearLayout dynamically but method addView is said to be not supported ...
1
vote
2answers
178 views
How to prevent XtraGrid TextEdit from losing focus when moving cursor beyond contents
I am using an XtraGrid from DeveloperExpress with a column holding strings, edited via a TextEdit control.
When a user enters edit mode (the editor is shown), the text is automatically selected, just ...
1
vote
2answers
70 views
modify TextEdit so that the NSTextView has transparent background. how?
I would like to have the NSTextView background of TextEdit transparent but I'm not really sure how to do this. Some hints would be great.
1
vote
4answers
71 views
how to add an extra character after exactly two character on each line in vim
I have the text in the file like this:
in IDMAN
ip frghj
I want the text to be like this:
in *IDMAN
ip *frghj
1
vote
1answer
282 views
why is textedit validation handler called twice?
This is a sample code:
ButtonEdit be = new ButtonEdit()
{
DisplayFormatString = MyDisplayFrm,
MaskType = MaskType.RegEx,
Mask = "[-+]?([0-9]*[,.])?[0-9]+([eE][-+]?[0-9]+)?",
...
1
vote
1answer
182 views
XtraEditors.TextEdit: How to Set Cursor Starting Index When the EditMask Value is Given
I have a DevExpress.XtraEditors.TextEdit control.
And I set the EditMask value to (\d?\d?\d?)\d\d\d-\d\d\d\d for a phone number input.
My problem is that when the user doesn't click on the very ...
1
vote
0answers
38 views
NSTextView lineHeightMultiple drawing issues
By setting the lineHeightMultiple of a NSParagraphStyle that is used in a text view I'm getting drawing artifacts when selecting text. This is reproducible in TextEdit. More specifically:
Open ...
1
vote
2answers
162 views
What text editor support extraction of found results into another file?
Usually I have the following situation:
There is a PONO class with list of the properties.
public string UserName
{
get { return this.userName; }
set { if (this.userName != ...
1
vote
1answer
647 views
Why is invalid value being thrown?
I've got a DevExpress TextEdit which is databound to a dataset.
The field is an optional percentage, (datatype double).
When the record gets loaded and there is no value in the field, everything is ...
0
votes
2answers
33 views
Text Folding in Android
i just want to ask, is it possible to expand or collapse section of text on TextEdit in Android ?
0
votes
3answers
44 views
How can I make the text in TextView be two different sizes?
I want to write a line in a TextView where the second word is a quarter of the size of the first word. In my string.xml file I used large and small and it did not work to the extent I want it to. I ...
0
votes
0answers
78 views
SIMBL plugin with a Sandboxed app
I have created a SIMBL plugin for TextEdit in Lion however I am unable to send an NSDistributedNotification with a userInfo object as the Sandbox stops the Notification from being posted.
I get the ...
0
votes
1answer
50 views
how to enable the usage of EditText inside a PopupWindow ?
I have an EditText inside a PopupWindow.
The problem is that when i touch the EditText the SoftKeyboard is not visible. does any one have an idea how do i get the SoftKeyboard the show up ?
0
votes
1answer
64 views
Need suggestion in creating android string matching patterns to validate my text fields
I have 4 text fields in my android app. Those are Name, email, phone number and password.
I want to validate the input fields after user enters the details in text fields.
Can anybody help me in ...
0
votes
1answer
234 views
Android TextEdit expands past screen edge when populated by a large number
I have several text edits in a table layout. With small values, the TextEdits stretch to the edge of the screen. However, large values cause the TextEdits to expand past the screen edge. How do I ...
0
votes
1answer
235 views
QML: Simple word wrap with TextEdit element?
I'm just a beginner to QML and I wanted to make a simple example, which contains just one Rectangle with a TextEdit element:
import QtQuick 1.0
Rectangle {
width: 400; height: 400
color: ...
0
votes
2answers
314 views
DevExpress RepositoryItemTextEdit Appearance TextOptions WordWrap=Wrap not working
When I go into the In-Place Editor Repository and set the WordWrap property = Wrap on a TextEdit (it is being used as the editor in the Vertical Grid) there is no wrapping at runtime. The text ...
0
votes
3answers
765 views
How do I set a max numeric value in a Devexpress TextEdit box?
I've got a numbers-only TextEdit box with MaxLength set to 2, allowing the user to enter 0-99. Can I restrict this to a smaller range, say 0-30, without catching the TextChanged event, validating the ...
0
votes
1answer
198 views
access global EditText inside a SurfaceView
The main activity is launched with a layout that includes a EditText and a custom SurfaceView. Inside the SurfaceView class, how can I access the global EditText object? For example, if I want to set ...
0
votes
0answers
136 views
How to paste .rtf text from TextEdit to TextWrangler and convert the formatting for web
I like to type into TextEdit and use .txt files, and if I need formatting, I convert to .rtf so I can see what the formatting will look like.
I need to send .ctp files with formatting ready for web ...
0
votes
0answers
414 views
TextEdit control of Devexpress loosing focus in gridcontrol and hiding EDITVALUE TEXT, please help
Edit
The TextEdit control does not actually loose its contents(editvalue content), have confirmed this by changing the value in the textedit and then when it is displayed again because of geeting ...
0
votes
1answer
207 views
MFC SDI Text Editor
I am creating an MFC SDI explorer style application (it has a splitter bar and the right-hand pane is the text-edit area, left-hand pane is the tree-view)
My right-hand pane is a CRichEditView.
I ...
0
votes
0answers
238 views
How to make an adequate behavior of the cursor EditText wrapped in ScrollView. Android
<LinearLayout android:layout_weight="10" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="match_parent">
<ScrollView
...
0
votes
1answer
191 views
How to scroll the UserControl when the focus is in a Devexpress TextEdit which has masking
I am developing a Windows application where I am loading a Devexpress XtraUserControl which has TextEdits with masking (Regex like "[0-9]{0,7}" to make my textedit accept only numbers) and with out ...
0
votes
1answer
205 views
How to save a text document in Cocoa with specified NSString encoding?
I'm trying to create a simple text editor like Textedit for Mac OS X, but after many hours of research can't figure out how to correctly write my document's data to a file. I'm using the Cocoa ...
0
votes
2answers
128 views
Edit text from php document
I have this php document called: pdf5.php
In that document I have these lines :
$pdf->setSourceFile('h.pdf');
I want to be able to edit these lines 'h.pdf' with a code or script.
The ...
0
votes
2answers
915 views
Silverlight RichTextBox XAML and PDF support
I'm working on a silverlight project where we need a text-editor that meets the following requirements:
Basic formatting (font-weight, font-size, alignment, etc.)
Tables
Making sections of text ...
0
votes
1answer
239 views
How to get started? Simple text editor with C
I have to do a simple text editor using the c language. But I don't know how to get started. The program should begin with a blank screen, waiting for the user to write something. The user is also ...
0
votes
1answer
2k views
Autocompletion in c# DevExpress TextEdit
I am using devexpress TextEdit in c#.net application and i want to implement auto completion for TextEdit.My doubt is that for normal TextBox we set AutoCompletion mode property.But in devexpress ...
0
votes
1answer
53 views
.doc support in mac
I created a Word document with an image in my windows pc and saved it as mine.docx.Then i transferred it to my mac.When i opened it there the image just doesnt show up in the document.Doesnt mac ...
0
votes
2answers
156 views
how do i disable edit(adding or removing text on to it ) in text view
this is lak
i am having problem with my text view,i selected text view to display content and this text should not changed by user..
but my text view is allowing me to edit text on toit how can i ...
0
votes
1answer
393 views
Set the MaskType of TextEdit as Boolean
I have a TextEdit in my DevExpress Xtragrid.
I want to set the Mask Type of TextEdit as Boolean
How can I do it ?
0
votes
2answers
790 views
DevExpress - Unable to use ctrl-v in TextEdit control
I am attempting to paste a value from a separate program into a TextEdit control and it doesn't do anything when I use ctrl-v. However, I am able to use right click and paste and that is successful.
...
-2
votes
1answer
33 views
Limit DevExpress-WinForms TextEdit text to its Width, not MaxLenght
I need to limit the 1 line text entered in a XtraGrid repository editor to its column fixed width. I cannot use a monospaced font and MaxLenght because this field will be shown in a report.
In ...