How to make BracketsHighlights in sublime text 3 like in this photo
Related
There is a pink highlighted color at the end of some lines that is not completed. I want to disable it from settings, is that possible in Sublime Text 3? Or is the only way to edit color scheme using some packages e.g. PackageResourceViewer? Here is the image of highlighted line below:
I can't find html tag suggestion box like Notepad++, on Sublime Text 3.
In Notepad++ we can find html tag suggestion by writing some words.
But I can't find this html suggestion box on Sublime Text 3
I am using the Fortran text highlighting package for Sublime text 3, how can I remove the color from the tab characters? (see the pic)
I'm trying to do this Multiple selection with Sublime on Mac:
I can do it easily with Textmate: https://i.stack.imgur.com/htjDk.gif
But did not found how to do it with Sublime.
With text highlighted (CtrlA for all text): CtrlShiftL will allow you to modify text on all lines simultaneously.
http://www.sublimetext.com/docs/selection
Select the required text and press CommandD multiple times.
This question already has answers here:
how to insert image to a editText
(6 answers)
Closed 7 years ago.
I want to add image inside edittext view . For example i have image that size is 250*250 i want to show text left to image for height of 250 after that have to show text in normal left position.
Some text some text some text
Some image Some text some text some text
Some text some text some text
Some text some text some text Some text some
text some text some text some text Some text
some text Some text some text Some text some
You can use the xml property android:drawableLeft or (as mentioned) setCompoundDrawableWithinBounds. But your EditText will look something like this:
You can add image in editext programmatically
using setCompoundDrawableWithinBounds
set drawable at left...