How to change background VBA Editor? - vba

I would like to have VBA in dark mode. I have followed all instruction I have found online, but I have this background left on my variables
Is anyone able to tell me how to remove it?

Related

How to change the appearance of a button once it has been clicked in libre impress

I have what should be a fairly straightforward question regarding libre impress. I want to make several buttons to jump around the document and I would also like these buttons to indicate that they have been clicked before.
To achieve this I used simple shapes (stars in my case) and added an interaction feature to jump to the desired location. So far so simple. In order to indicate that a button has been clicked before, I thought the easiest way would be to change transparency, colour or size of the shapes. Really any of those would be fine for me. I thought this could be done with a macro. My problems are the following:
I don't know how to write the macro. I have a rudimentary understanding of scripting (mostly Python) but not with this particular language.
I don't seem to be able to attach two interactions to one object (i.e. one for the jumping and one one for the macro to change the appearance).
I hope that there is a simple solution to this. Thanks in advance!
The tag is for Basic, so I'll go with that. However, LibreOffice macros can also be written in Python. To get started with Python macros, use APSO and check out this tutorial.
Anyway, here is some Basic code for Impress to point you in the right direction.
oDoc = ThisComponent
oDrawPage = oDoc.getDrawPages().getByIndex(0)
oShape = oDrawPage.getByIndex(0)
mri(oShape)
MsgBox(oShape.getControl().Label)
Whether you decide on Basic or Python, get the MRI extension in order to discover UNO properties of an object. This way you can find out how to change the button.
When you have some code, post another question or edit this one that shows the code you have so far, and describe problems you encountered.

wacom and myscript set handwritng recognition function

im not sure if its the right place to put my question, but i think maybe get an answer here.
the last few days thinking about a way to make μυ work easier.
What I want is to write by hand and convert into text on the computer.
namely when I am on a page with multiple text forms like this im writing now,
when i choose a text form with a pen (like wacom graphic tablet) write on a surface and the automaticaly when i stop or pressing a button the text turn into text in the form.
my title say about wacom because i found bamboo scribe.. if someone uses this please explain me whats can do and if can work for me.
i test myscript. with fullscreen tool wich you can write everywhere on the screen is easiest but when you finish you have to press a button on the program to insert the text in the selected area.
so my question is there any way to press that button with the button placed on stylus pen?
i saw that you can set functions when a button clicked on the wacom tablet or on pen.
i have not bought yet anything because im searching if is out there anything could do what i want better. something made for that particular job
Thanks and sorry for my bad english..

Hidden dropdown menu like Windows 8 right side menu

I am not sure what I call it... The pulling menu in windows8? You know the one with the setting etc in it
See this picture:
http://www.eightforums.com/attachments/tutorials/3414d1330544186-lock-log-off-restart-shut-down-switch-user-windows-8-a-settings-1.jpg
How do I make one?
I can use vbscript..I know you can't use this to make what I want...
Vba and just over the last month powershell.
I was looking at Python... People keep telling me it's awesome to use can you make a menu bar like that picture in Python?
Suggestions to what to start learning and reading would be great?

Highlight comments background in jedit

Just started to use jEdit (I'm a die-hard vi/vim user) and I've come across a question already that I cannot find anywhere.
I want to display any comments in my source code not just in a different colour (I already have that) but also with a highlighted background colour. Unfortunately the shop I am working at currently has a policy of never deleting code but instead commenting out and adding to. Works fine with a few lines of code but occasionally I come across programs where hundreds of lines have been commented out and if it's first thing in the AM I sometimes find myself altering code that has already been commented out.
I know there is the ability to "fold" comments but I'm looking for a colour background alternative.
TIA
N/
Apologies - the answer is in the options.
Highlight the token you are interested in.
Menu>Utilities>Quick Settings>Edit Syntax Style of Token Under Caret>Background Colour
N/

IntelliJ IDEA: Background Task View contains garbled/distorted text

My background tasks view appears with the following garbled or distorted text. I can almost make out the names of some of the tasks, but clearly this is not intended and not optimal. It's been this way for as long as I've had IntelliJ IDEA (I think my first was version 11. I'm currently on 12.1), but haven't yet attempted to address it.
Is this some font setting I've gotten wrong, and what can I do to fix it?
It's a known bug, please follow:
IDEA-103977 Strange characters in the background tasks window