Material theme editor plugin not opening - plugins

I've just installed the material theme editor from https://material.io/tools/theme-editor/ but when I click on Material > "Open theme editor" from my Sketch plugins tab, nothing opens. I know the plugin successfully installed because I can click on Material > "Upload to Gallery" and a window pops up, but nothing for opening the theme editor. The theme editor website says you need macOS High Sierra (10.13) or later, which I do have, so this can't be the issue.
Is anyone else having this issue or know how to resolve it? Thanks!

Ok, I actually fixed it just now-- had to moved Sketch to the applications folder, then update Sketch and relaunch it.
Thought it might be helpful to post this though since theme editor is so new and there is virtually no help for issues like this currently out there.

Related

Code Composer - Eclipse IDE menu color settings

I'm using Code Composer Studio 12 with the custom theme "spectrum".
Even if I love this color scheme, I struggle to find a possible solution on how to change the IDE menu colors and the selected item color in the preferences menu.
Does anyone knows how to change those manually?
[UPDATE]
I'm on windows 11

Visual Studio Code (Vscode) File Icon Issue: File Icons not showing in tab bar next to file opened. --See Details and Pictures Below

This is my first stack overflow post. I am learning web development so please bare with me.
I was watching a tutorial and notice the Youtuber had icons showing in the tab where you have open files to work on them. On mine they only appear on the side bar? Has anyone experience this problem and know how to fix it?
My Vscode appearance
This guy on Youtube Vscode appearance
Another guy with the same thing
The settings are set right and I tried the settings with Seti (default) and Material Icon Theme (downloaded) and both have the same issue.
My settings screenshot
My extensions screenshot
Okay, so I am very dumb and I can't do simple searches apparently.
The toggle icon option was deselected in the settings apparently.
Once I selected it, the icons appeared and it was a simple fix.
It was a setting option this whole time!

VS code icons disappeared

File icons in my VS Code disappeared when I installed Material icon theme and disabled it but now when I'm enabling this extension or reinstalling it, icons are not appearing. Even the default VS code file icons which were there before installing the extension have somehow disappeared as well.
Based on my own experience, the theme was being deselected due to some reason (e.g installed a new theme, application update and etc) may also cause this issue,
you can fix it by re-select the icon theme:
Open VS Code, go to File > Preferences > File icon theme > [Theme name] and choose your icon theme.
You need to set “workbench.iconTheme“: “material-icon-theme“.
Then reloading the window should fix it.
In VS Code, Go to extensions Ctrl + Shift + X .
Under installed extensions, select the vscode-icons extension. And Click on Set File Icon Theme, as shown in figure below, then press Enter
I had to install the extension again.
I am on Mac, so I had to go to Preferences -> Extensions, and searched for Material Icon Theme, installed it and relaunched the IDE.
Checking if folders theme is set to 'classic' worked here. If so, either deselect it (1) or remove the line in User Settings (2):
In my case i had installed 'Material Icon Theme' extension but it it was not working. So i had to go to extension section of VS code, click on 'Material Icon Theme' extension (already installed). And click on 'Set File Icon Theme' button, a dropdown with 'Material Icon Theme' will be displayed. Select it and it will work.
I was having a similar problem except with more of the main icons in code missing too, but the above didn't help although it's best to check them first.
I resolved my problem by fixing the registry item:
Computer\HKEY_CLASSES_ROOT\.svg
setting "Content Type" Data to "image/svg+xml"
(mine was incorrectly set to "text/xml" unsure why)
ctrl + shift + p then search for the activity bar then enter

Google AppEngine button has disappeared from Eclipse

I have been using Eclipse to develop for AppEngine, and have always had a handy blue button in the toolbar to use for deployments. Now it's gone, and I don't know how to deploy any more!
I've tried:
Looking for likely options in the "Customize Perspective" dialog... but I'm not sure what to look for
Updating the Google Plugin for Eclipse... but apparently it's already up to date
Unfortunately, I'm not sure what changed in order to cause this. Please help me get my button back!
In your eclipse top menu choose WINDOW --> SHOW VIEW and it should be one of the options. If not, choose OTHER and navigate the dialog till you find it under Google.

How to keep a photoshop plugin from being unloaded?

I've written an automation plugin for Photoshop with Visual Studio 2005 and Photoshop CS2 SDK. When I click the menu, I want to show a non-modal dialog, which is created by ADM. Finally, when I got everything ready, and ran the plugin, the dialog appeared just fine. But when I looked inside the "module window" in VS, I couldn't find my plugin. How did this happen? Can I keep the plugin from being unloaded when the dialog is showing?