textedit Questions
2
Solved
I need to highlight all occurrences of selected word in AvalonEdit. I created an instance of HihglinghtingRule class:
var rule = new HighlightingRule()
{
Regex = regex, //some regex for finding...
Seldan asked 10/2, 2012 at 6:28
7
Solved
I need an EditText that looks like this onError:
calling onError looks like this instead :
Note: the app is running on SDK 19 (4.4.2)
min SDK is 1
Is there a method similar to setError t...
Revealment asked 20/6, 2015 at 11:28
2
Solved
So, I'm in the process of writing some code for SAS and I realized I have to save the file as filename.sas. My professor mentioned that I would have to use note pad or another text editor on my com...
2
Solved
I'm trying to solve my problem for 2 days now but without any success.
The problem is: when I set BulletSpan to text and then display it in EditText everything works fine until I start typing in a...
Fractional asked 11/2, 2014 at 13:19
3
Solved
I have a problem with concatenating dictionaries. Have so much code so I show in example what my problem is.
d1 = {'the':3, 'fine':4, 'word':2}
+
d2 = {'the':2, 'fine':4, 'word':1, 'knight':...
Isidora asked 8/12, 2016 at 21:12
1
I want to select a region of the text with the mouse.
TextEdit {
id: edit
anchors.fill: parent
font.pixelSize: 18
focus: true
wrapMode: TextEdit.Wrap
text: "bla bla"
}
i can select with t...
3
I would like the to paste text in a contenteditable div, but reacting as a textarea.
Note that I want to keep the formatting as I would paste it in my textarea (from word, excel...).
So.
1) Paste t...
Masturbation asked 28/6, 2012 at 8:16
3
Solved
By default the JavaFX TextField has a built in ContextMenu with 'undo', 'copy', 'cut' etc. options. The ComboBox also has the same ContextMenu when it is set as editable (the ComboBox is actually p...
Divergent asked 26/11, 2012 at 10:17
2
Solved
Using peepdf I am analyzing two simple pdf files. Both files contain a single line of text ("ZYXWVUTSRQQRSTUVWXYZ") and were created on Mac OS X.
The first file was created with TextEdit. There a...
Densimeter asked 17/3, 2014 at 3:51
1
I have a program called TextEditPro and I just started it, I'm running into a problem.
When I had the code for clicking Save As... I don't know how to use the savefiledialog so when you click Sav...
Etherege asked 2/3, 2013 at 1:15
1
Solved
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 pe...
Oriental asked 3/1, 2012 at 6:31
1
© 2022 - 2024 — McMap. All rights reserved.