Syntax highlighting not working on Stm32CubeIde and Darkest Dark Theme - syntax

I've just installed STM32CubeIDE 1.11.0 on a new Windows 11 machine. Then i install Darkest Dark Theme.
After restart i get the error "no editor descriptor for id org.eclipse.cdt.ui.editor.ceditor" and all source files have lost their syntax highlighting and the symbol in the project explorer has changed to the one for text files.
I've trid to reinstall STM32CubeIDE and install the previous version with no luck.
On my labtop with Windows 11 and STM32CubeIDE 1.11.0 it works no problem.
Anybody have a idea how to get syntax highlighting back?

There is no problem with stm32cubeide updated from v1.9.0 to v1.11.0, but a problem occurs if v1.11.0 is newly installed.
:) Interim solution (:<\br>
Untick the CDT url from the Available Software Sites list, and install DevStyle (from https://community.st.com/s/feed/0D53W00001zNKigSAG)

Related

"Missing essential plugins: Pythonid" after installing PyCharm professional 2019.3

After installing 2019.3 on Windows as an upgrade from 2019.2, I am greeted with this message:
I reinstalled PyCharm from scratch, and am still hitting the same error. Any idea what could have gone wrong and how to fix it?
(As a work-around, uninstalling 2019.3 and reinstalling 2019.2.5 works.)
The problem is caused by the disabled YAML plugin. See the relevant ticket in the PyCharm's bug tracker https://youtrack.jetbrains.com/issue/PY-38866. Basically you need to re-enable the plugin.
Remove org.jetbrains.plugins.yaml from
macOS: ~/Library/Preferences/PyCharm2019.3/disabled_plugins.txt
Ubuntu: ~/.PyCharm2019.3/config/disabled_plugins.txt
Windows: C:\Users\<USER>\.PyCharm2019.3\config\disabled_plugins.txt

xcode 10.0 on Macports

I am new to using Macports to download software I have just upgraded to Mojave and have made sure I have the latest versions of both Macports and Xcode command line tools. I have been getting the message
Warning: xcodebuild exists but failed to execute
when trying to download gnuradio. I then used 'port diagnose' and received the following message:
Error: currently installed version of Xcode, none, is not supported by MacPorts. For your currently installed system, only the following versions of Xcode are supported: 10.0
This is despite the fact that I am using xcode 10.0 and have never run anything earlier than that. Am I missing something or could it be that Mojave hasn't been available for long enough for possible bugs to be solved with the programs. If anybody has an alternate way of running gnuradio-companion i'd be happy to hear. I have already tried via home-brew but ran into problems with that as well.
Thanks for your help,
Arthur
#Wallace Huang's answer worked for me (Mojave 10.14.6):
Open Xcode
Select Preferences -> Locations
Command Line Tools version gives a drop down menu and I was able to select the single option for which version of Command Line tools I have.
Screen shot of Xcode Preferences
In Xcode 10, go to Preferences, select Locations tab, and choose a version in Command Line Tools. On a fresh install, this field is blank (hence your version is "none").

PhpStorm Terminal does not work

P.S.: Sorry me and please be lenient with my English.
Since I Updated my PhpStorm, internal terminal stop works.
My terminal is not work now, just a gray screen:
My OS:
Ubuntu 16.04.2 LTS
I'd installed:
I try to remove all my local settings, then reinstalled it without any imported settings, but nothing changed.
at idea.log I found that: error.
How to decide it?
It had been solved. I don't know about what was reason of it.
But I had been upgrade all installed tools at my system. Then I try again fully "reinstall" (remove&download&extract&init) PHPStorm with deleting personal settings and plugins. And finally now it's work.

Aptana Studio 3 Blank Terminal

I'm was using Aptana studio 3 specifically for ruby on rails for about 2 months on windows 8.1, Now I've installed fresh windows 8.1 and did a clean windows install, and installed Aptana Studio 3 again but now when I open it the Terminal is not working at all, it is blank and I'm unable to type anything in terminal.
There was another user "Hung ta" at stackoverflow who was having the same issue as mine, but he solved it by going into Window -> Preferences -> Team -> Git. At Git Executable he gave path to git.
I've tried that too but still the terminal is not working. I've searched for solution on Google but found nothing there too.
I already have java installed, Git was also installed with aptana studio.
Kindly let me know if there is any solution to this problem, Thanks.
I've had the same issue with the Aptana plugin on Eclipse IDE and solved it by updating my MinGW/MSYS (providing the bourne shell on Aptana) installation.

Gephi 0.8.2 does not open in Windows 7 Enterprise

I installed gephi 0.9 and it worked, but most plugins do not work. So I uninstalled and decided to try gephi 0.8.2.
It is correctly installed, but when trying to open the program, it shows the splashscreen, and it disappears, and thats it. It never opens and gives no error message.
I tried uninstalling, restarting, and reinstalling, but still the same.
Can someone please help me? Did I do something wrong in the installation? How can I get gephi working?
The following resolved my Issue:
uninstall older versions of java
Installed Java 8
Updated jdk path to jdkhome="C:\Program Files\Java\jre1.8.0_161" in gephi.conf (etc folder)
This is a typical problem with the installed Java version. Gephi 0.8.2 doesn't run on Java 1.8+. Check the solution from here. You basically have to start Wordpad with administrative privilleges and open C:\Program Files (x86)\Gephi-0.8.2\etc\gephi.conf.
Change jdkhome to a valid path to your Java 7 installation (JDK) or (JRE). In my gephi.conf it is:
jdkhome="C:/Program Files/Java/jdk1.7.0_79"
Save and restart Gephi

Resources