Why NO jsx option in my WebStorm JavaScript version - webstorm

I tried reinstall my WebStorm, but it doesn't work.
WebStorm: 2021.2.1.
Device: Macbook Pro M1

Related

Install specific version of Cordova CLI in Visual Studio 2017

I need to do some updates to a Cordova app created using Visual Studio 2017 Tools for Apache Cordova (TACO).
The Cordova CLI version listed in the config.xml file is 6.3.1 and the cordova-ios platform version is 4.2.0
When I try to build the project (using a Mac with XCode 8.3.3, I get this error
Build failed with error Remotebuild requires your projects to use
cordova-ios 4.3.0 or greater with XCode 8.3. Please update your
cordova-ios version.
I don't see any updates to TACO in VS2017 or instructions in the Microsoft documentation for Apache Cordova Tools.
Ideally, I'd like to make the most minor version update possible to get my build working with XCode 8.3.3.
I know there is a Cordova version 7.0.1, but I don't want to make that upgrade just yet because I'm under the gun time wise.
I don't see any updates to TACO in VS2017 or instructions in the Microsoft documentation for Apache Cordova Tools.
You can follow below steps to use the latest cordova-ios:
Open config.xml with designer
Toolset->Check the checkbox of Take latest patch(requires internet) on cordova-ios row.
Update:
If you don't see the checkbox in the designer page, you need to change it in the xml. Find the following tag in config.xml:
<engine name="ios" spec="4.2.0" />
and modify it to:
<engine name="ios" spec="~4.2.0" />
Update2:
If the version is still not update to the latest, please try the below steps to fix the issue:
Clear the cordova cache under: Tools->Options->Tools for Apache Cordova->Clear Cordova cache.
Open cmd of your project folder;
Type npm install -g cordova-ios to install globally the cordova-ios(requires node installed as pre-work);
Then cordova platform rm ios;
Type cordova platform add ios;
Run your project again
For iOS, please install iOS#4.3.1. This is the only version i found working with XCode 8.3.3
I had the same error, follow this steps :
1- If not installed yet, install Node
2- Install the latest version of cordova or anyother:
npm install -g cordova
3- Install taco-cli:
npm install -g taco-cli
4- Configure taco-cli :
taco remote add ios
(respond a few question, MAC IP, Port,etc...)
5- in your root project add or edit a file named "taco.json", add inside :
{
"cordova-cli": "7.1.0"
}
Where 7.1.0 correspond to your cordova version (cordova --v)
6- Try to emulate on your MAC:
taco emulate ios
You will maybe have an error about platform. Ignore it
7- Close then open Visual Studio
8- On Visual Studio open the config.xml UI EDITOR and change the toolset name with
Global cordova
9- Build using Visual Studio.
If it doesn't work, please let me know
I don't have the authority to add a comment to the answer above, so adding my updates here:
If the version is still not update to the latest, please try the below steps to fix the issue:
First, modify your project config.xml file using an editor, rather than through the tools. Not sure why it was necessary, but this was the key difference from the above instructions. I also found that 4.3.1 was best. Remove any ~ characters before the version.
Then:
Clear the cordova cache under: Tools->Options->Tools for Apache Cordova->Clear Cordova cache.
Open cmd of your project folder
Type npm install -g cordova-ios to install globally the cordova-ios(requires node installed as pre-work)
Then cordova platform rm ios
Type cordova platform add ios
Run your project again
If the cordova command in steps 4 and 5 doesn't work, add the cordova bin directory to you path. In my case
C:\ProgramData\Microsoft\VisualStudio\MDA\ad0a0856\taco-toolset-6.3.1\node_modules.bin\

WebStorm2017 How to print url as a link in Console window?

WebStorm version: 2017.1.4
System version: macOS 10.12.5
Maybe in WebStorm 2016.x the console.info("http://localhost:3000") still show the url as a link in the Console window, but in WebStorm 2017 not:
I can see the PyCharm 2017.1.4 working well:
Works in WebStorm 2017.2 EAP - console.log() URLs are clickable:

How to get Qt Enterprise Add-ons or Qt modules from the EnterpriseAddOns?

I want to use QtDataVisualization. The following installation guide says that
The module can be found under Qt Enterprise Add-Ons in the package manager.
...
The source code is installed into the QtDataVisualization folder under EnterpriseAddOns.
It seems that I canĀ“t find the Qt Enterprise Add-ons in the MaintenanceTool. (I use this Repo-Source for the MaintenanceTool)
I installed Qt 5.7.0 for Windows 32-bit (VS 2015, 924 MB)
How to get the Qt Enterprise Add-ons on Windows?
Is there another Repository to use or can I build it from source?
Your installer is fine. From Qt 5.7 Data Visualization is available for open source users:
Previously commercial-only Qt Data Visualization module is now included in Qt under also GPLv3 license for open source users
Since you are using online installer, you need after downloading initial 18 Mb installer and launching it, make sure that you checked
Qt 5.7 -> Qt Data Visualization
checkbox in components you are installing. By default it is unchecked.

developer studio 3.8.0 not working on eclipse 4.5.1

I am having problems using developer studio 3.8.0 on the eclipse 4.5.1 (mars)
the installation of the developer studio on eclipses 4.5.1. went well(see the attached screenshot install history ;
yet after the installation, the "developer studio" tool button disappeared from the top tool bar of the eclipse; (see the attached screenshot);
also the "wso2" selection disappeared from the selection items under the "new" button (see attached screenshot)
does anyone have idea?
thanks
WSO2 Developer Studio 3.8.0 is recommended to install on "Eclipse Luna SR2". Use Eclipse for Java EE Developers. Installing Developer Studio 3.8.0 on Eclipse Mars is not supported.
You can also download Eclipse Java EE Luna SR2 with Developer Studio 3.8.0.
Install Enterprise Integration Tooling. It is newest version included eclipse 4.5.2 (Mars.2)

Django on Aptana Studio 3.0

When I try to create a new PyDev Django Project I get this error:
Error creating Django project.
settings.py file not created
Stdout:
Stderr:
Apparently this was meant to have been fixed in 2.5
But I still am experiencing it with the latest Aptana Studio 3.0. The PyDev plugin is version 2.5.02012031515
Any idea please?
I have found the problem. It is a bug in PyDev that is fixed in 2.5.0.2012040618
According to PyDev there is no way to update the plugins of Aptana Studio. So we are at their mercy to update it soon.
Latest Eclipse is using the latest PyDev mentioned above and it works fine.
UPDATE:
I have found the solution here: https://jira.appcelerator.org/browse/APSTUD-4759
It is indeed a bug in Aptana 3.1.1, which has been solved now in 3.1.2. I can confirm that this bug has now been solved in latest 3.1.2 stable version on Ubuntu 12.04