How to find vs code setting name for theme editing - visual-studio

I have just switched from jetbrains to vs code and I don't manage to customize the appearance of the app as I was doing with pycharm because I don't know which key I need to change.
Is there a selector somewhere? I've been told about "inspect editor token and scopes" but this works for token only I guess.
See image for an example

Related

How to display video and audio in HTML preview in Visual Studio Code

When I use the HTML5 video and audio tags in my code, video and audio appears when I load the file in a browser. They also appear when I use a HTML preview package in Atom, however, they appear greyed-out and are not interactive when I use Visual Studio Code and a HTML preview extension there.
At the bottom of the preview in Visual Studio Code, is a message:
Some content has been disabled in this document
When I hover over the message I see a tooltip
Potentially unsafe or insecure content has been disabled in the HTML Preview. Change the HTML preview security setting to allow insecure content or enable scripts.
I found the "HTML: Change Preview Security Settings" option in the Command Palette, however, changing the security settings caused no change. The video and audio are still greyed-out.
I'm new to Visual Studio Code and the preview not being an authentic version of what will be in the browser is annoying.
in Visual Studio Code
in Atom
Has anyone else come across this issue and does anyone know why this is?
I know it is a bit too late but had the same issue. The security settings menu appears in a very right hand corner of the main window and has 3 dots as an icon. Click on the menu to open html preview security options. See attached pix.
Disable the change preview settings.
You can put your file in your Visual Studio Code framework. Then it will work...
i faced the same problem today and after some research i got solution
Reasons why it's grayed may be due to following reason:
you wouldn't have the saved audio,image or video in the folder where your html code is saved.
Solution:
make sure to save your file(code) and data(audio,image or video) in same folder.
use live server for output.

Why does ckeditor right-click context menu not work in basic package?

I'm trying to figure out why ckeditor's context menu (with Paste and other options) doesn't appear when I right-click in the document body of ckeditor in an app I'm developing.
To debug, I tried downloading both the 'Basic' and 'Standard' packages (4.6.2) and running the 'Sample'.
The same issue exists in the Basic package (browser's context menu appears instead of ckeditor's) but it WORKS in the Standard package (ckeditor's context menu appears).
Can anyone explain to me what the root cause of this is? I checked the plugins folder in the Standard distribution to see if there was anything obvious, like a 'contextmenu' plugin, but didn't see anything that stood out. I also checked samples/js/samples.js but didn't see anything obvious there, either. What am I missing?
Standard and Full packages contain the contextmenu plugin which provides the editor's context menu to use instead of the browser's native menu in place. Basic package doesn't contain this plugin. You can check this with the online builder.

JCE Editor not working on Joomla

I installed Joomla 3.6.2 and I just add the text editor JCE editor and its enabled but when I went to article the editor is not active. I tried a different way to fix but no luck. Is there anyone had the same issue and can help me?
Go to Global Configuration from System menu. Then change the value of Default Editor option to JCE.
Alternate Way
Go to User Manager and open your account. In Basic Settings tab change the value of Editor to JCE
After making the change in the user profile, I put it back to default. I then went to Joomla Control Panel, CONFIGURATION, Global and changed to "Editor - None", Save. Then went back changed it back to "Editor - JCE", Save & Close. Now the JCE Editor works with all Users.
I then went to my live site (above done on my test site first) and only made the change/save/change in the Global configuration. Issue fixed.
I guess setting it to none, then back again to the JCE Editor fixed the issue.

How do I hide the names of collaborators when coding in the Cloud9 IDE?

I share my project with another developer, and the Cloud9 IDE underlines the code he wrote with his name, and my code with my name. It also shows colours in the margins indicating who wrote which parts. How do I hide this? I haven't been able to find an option for this in the settings?
The setting is called Show authorship info in the settings>Collaboration section of preferences panel

Joomla 2.5.17 Why cannot I see article editor?

I have upgraded my Joomla site from 2.5.7 to 2.5.17. Then I installed Attachments package.
When I click article manager or category manager in order to edit an article or category, I see a page with no textarea, no buttons, no menus.
All the page content is this.
I have tried to install new text editors: nothing changes.
I have tried to select "No editor" for text editing: nothing changes.
Try these different steps to solve your issue:
1) First, check to see if the editor plugin is enabled:
Tools -> Plugin Manager. Locate your Editor and ensure it's enabled.
Also check Global Config and make sure default editor is set.
You could also try disabling the package you installed and see if it works afterwards. If not try to disable all the editors only leaving the default of Joomla and check again.
2) Change back to one of Joomla's installed templates and see if the problem remains.
If not, then it is a problem with your new template. There is a possibility of javascript problems.
Sometimes enabling the system plugin 'System - Mootools Upgrade' will help.
Otherwise check with your template provider for possible help.
3) Also turn php error reporting on as it may be this problem:
http://whatisgon.wordpress.com/2012/05/04/fixing-call-to-undefined-method-stdclassondisplay-error-in-joomla/
4) Lastly, I like to replace Joomla!'s editor with the JCE editor which has solved many issues like these before.
http://www.joomlacontenteditor.net/
You get a page like that when you have a fatal error. You can try disabling the attachments plugin and see if it solves the issue. If not, turn error reporting to maximum or development and see what messages you get.
I disabled PLG_EDITORS-XTD_TOOLTIPS plugin and it my problem solved.

Resources