WebStorm put spaces instead of tabs - webstorm

I have setup WebStorm to use tabs under Preferences -> Editor -> Code Style -> Javascript. I have checked "Use tab character". I have not checked "Smart tabs".
When I make a tab character in any javascript editor I get two spaces.
Why does this happen?
I have a different project on the same computer on which this problem is not present.
I'm running on Mac Book Pro and WebStorm 2017.2.3.

Do you have .editorconfig file(s) in your project? Please try disabling EditorConfig support in Settings | Editor | Code Style by unchecking Enable Editorconfig support checkbox - does it help? Settings in the project .editorconfig override WebStorm preferences

Related

WebStorm - Remove option from right click menu

Hello I'm using WebStorm and would like to know how I could remove the Compile Typescript options from here:
Settings (Preferences on macOS)
Appearance & Behavior | Menus and Toolbars
Locate the Editor Popup Menu menu and adjust it as needed

Reset default settings in WebStorm

I have applied this theme to WebStorm, but I do not like it.
How can I revert to WebStorm's default setting?
Depending on what OS you are on, you should be able to remove the config file and WebStorm will recreate it.
Normally, there are .idea folders as #camden_kid said.
https://www.jetbrains.com/help/webstorm/2016.1/project-and-ide-settings.html
Windows
<User home>\.WebStormXX\config that contains user-specific settings.
<User home> in WindowsXP is C:\Documents and Settings\<User name>\;
in Windows Vista it is C:\Users\<User name>\
Linux
/.WebStormXX/config that contains user-specific settings
Mac
~/Library/Preferences/WebStormXX contains the rest of the configuration settings.
You might be able to just swap theme depending on how destructive the theme files were.
https://www.jetbrains.com/help/webstorm/2016.1/appearance.html
https://stackoverflow.com/a/13505114/878344
Just disable (or better -- uninstall) that plugin -- that's it.
Settings/Preferences | Plugins
Find that plugin (Material Theme UI) and click "Uninstall"
Close Settings/Preferences window by clicking OK button
Restart IDE
Now you can change GUI Theme and Editor Color Schema separately
Directories used by the IDE to store settings, caches, plugins and logs:
https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs
On macOS Mojave, I had to go to
/Users/loggedInUser/Library/preferences/WebStorm2019.2/
and delete the colors and options folders. That did the trick.
Uninstalling the previous used Material UI Theme plugin didn't help completely for me, because some colors were still overwritten.
After deleting the "colors" folder inside the config folder of my WebStorm installation directory, the default theme was reset completely.
To reset to default settings, first close webstorm and delete configurations e.g:
$ rm -rf ~/.config/JetBrains/WebStorm2021.3/
Then start webstorm again.

Terminal does not work in the WebStorm 9

I can not type in the terminal:
What is the problem? Help please.
I have Windows 10. I went to CMD properties and enabled the "use inherited console" option. (Sorry, my print is in Portuguese. But I think it will help.
I had the same problem. Disabling "experimental features" for cmd did the trick for me. Right click the title bar of the cmd and go properties.
Be sure to restart Webstorm or PhpStorm after doing these.
For Windows 10:
Just check the "Use legacy console" option.
For Windows 10 Technical Preview: Uncheck "Enable Experimental Console features" in "Experimental" tab
Try adding new terminal tab (open new session) by pressing the green PLUS sign (or right click->new session).
This worked for me.

run option gone from Microsoft Visual C++ 2010

I think I accidentally changed some settings in my MSVC 2010 compiler and now I can't find the compile and execute option. Also when I hit the tab button for indentation an arrow(->) appears. I wonder whats wrong??
Use the tools menu "Import and Export Settings" then select "Reset all Settings" to reset the settings back to default.
To reset editor blunder, just hit Ctrl+Shift+8, from inside the text editor itself. This is toggle-able option, which can be used to see white spaces. Sometimes useful!

Netbeans 7 and XSLT support

Does anyone knows how to enable XSLT support, auto-complete in particular, in Netbeans 7?
Every time I'm opening a new tag within my style, the auto-complete pop-up appears, and shows "downloading...". After few seconds it disappears and that's all.
Regards,
Radek
Answer from here:
https://blogs.oracle.com/geertjan/entry/xml_schema_editor_in_netbeans
Go to Tools | Plugins in NetBeans IDE 7.0.1. In the Settings tab, register this update center:
http://deadlock.netbeans.org/hudson/job/xml/lastSuccessfulBuild/artifact/build/updates/updates.xml
Now go to the Available Plugins tab and search for XML Tools. Install that plugin.
Go to the New File dialog and pick an XML schema file