I have installed community edition instead of EAP ultimate version but installation doesn't suggest me import previous version configuration, and i already don't remember name of the font i have used. Ultimate version configs resides in location C:\Users\%user%\.IntelliJIdea2017.3\config. From which of the xml config file i able to get font name?
Editor font settings are stored in IDE config\options\editor.xml file that is C:\Users\%user%\.IntelliJIdea2017.3\config\options\editor.xml.
Related
Is there an Auto Save feature in Visual Studio 2022? The article here says it is.
But for me I dont see it. Is it removed in Preview? Or I am missing something?
had the same issue
found solution,
download this extension: AutoSave extension
and install it.
you can find the setting under Tools -> Options -> Auto Save File
Here's a picture
With Visual Studio 2022 17.2.2 version, this option is now available at
Tools -> Options -> Environment -> Documents.
https://www.talkingdotnet.com/auto-save-files-in-visual-studio-2022/
There is a plugin supported by VSIX named: Auto Save File.
Menu "Extension"...
Default time is 5 s.
Edit 1: the only default I see with this plugin is that you must be very quick when using the VS autocomplete feature (when writing the code), because it will reset every 5 seconds!
I've followed this guide to enable dark theme in VS2017 with the high contrast Windows theme: How do I use visual studio 2012 dark theme with windows 8 high contrast theme?
Works great.
Now I'm trying with SQL Mangement Studio 2017.
I have enabled the Dark Theme in C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\ssms.pkgundef
But it looks like it's being overruled by the High Contrast theme from Windows:
https://i.stack.imgur.com/KBGE2.png
I've been digging around in RegEdit and found the themes of Sql Studio in:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\SQL Server Management Studio\14.0_Config\Themes
https://i.stack.imgur.com/51MhW.png
There are 4 themes.
a5c004b4-2d4b-494e-bf01-45fc492522c7 is the High Contrast theme, and its is locked
I've tried the following without luck:
Delete a5c004b4-2d4b-494e-bf01-45fc492522c7 -> it just gets created again when sql mangement studio starts
Replace its the contents of a5c004b4-2d4b-494e-bf01-45fc492522c7 with the dark theme: 1ded0138-47ce-435e-84ef-9ec1f439b749 -> it just gets overwritten once the program starts
Disable it just like the Dark Theme was in ssms.pkgundef -> sql studio cannot start
It looks like the theme is being inject on program start, so maybe there's a way to disable that?
any suggestions :P?
You can import custom fonts and color settings in SSMS. Just follow this guide:
https://blogs.sentryone.com/aaronbertrand/making-ssms-pretty-my-dark-theme/
I was able to get a nice dark theme back to SSMS 2016 while Windows 10 is set to High Contrast by simply downloading and importing the theme (vssettings) from here: https://mikesdatawork.wordpress.com/2017/07/07/dark-ssms-theme-ssms-2017/
This link also included detailed instructions on how to do this. Hope this helps
You will need to edit the ShellColors.pkgdef, Microsoft.VisualStudio.Platform.WindowManagement.pkgdef, and EditorColors.pkgdef files in the "\Common7\IDE\CommonExtensions\Platform" folder of the ssms installation folder. You can copy the settings for the dark theme over to the high contrast settings. These files will most likely get overridden every time you update ssms, so be aware that you will need to do this every time you update or will need a script to update the files.
I'm a new user of OpenERP 7.0 and PostgresSQL (windows platform)
I have recently migrate our OpenERP 7.0 to new machine. I just backed-up PostgreSQL database and restored its backup into new server after installing PostgreSQL 9.2 and OpenERP 7.0.
I can access the localhost:8069 and login into our OpenERP, but as soon as I login, I got OpenERP client Error and if I click on any other option i got Server Errors:
I have attached two screenshots of both Errors, I am not sure do I need to install or copy anything else from old server to new server to make OpenERP optional as it is working on old windows machine?
in Settings Menu, I also can not see any installed modules, if we backup database from older machine to newer machine, do we need to reinstall all the modules or it will automatically restored with backup?
I will appreciate your help and support please!
Thanks & regards
OpenERP Client Error
Server Error
Your openerp-server.conf file need addons path.
Changing the addons-path of openerp-server.conf
Go to the openerp-7 folder under program files or program files (x86)
=> C:\Program Files (x86)\openerp-7.0\server\ like that.
open and edit the openerp-server.conf file under server folder.
In the openerp-server.conf, find the addons_path =
copy your extra addons path and paste it like that.
addons_path = C:\Program Files (x86)\Odoo-8\server\openerp\addons,D:\Development Place\IBIZ\Team Lead\odoo8 workspace\Clinic\ext-addons
this my openerp-server.conf addons_path.
make your openerp-server.conf addons-path like that.
I need to deploy an application to Worklight 6.2, but the latest IDE i have only targets for MobileFirst 7.1. I am trying to manually edit the meta/dployment.data file(pasted below). I updated the platform.version to 6.2 manually. Can someone help me with:
If someone can share a sample .wlapp archive targetted for WL 6.2, specifically iOSNative app with authentication disabled.
Or if someone can help me plug the right values into below file. Mainly this value "app.authenticity.obscuredata=23.507-9.852-31.807"
This is the content of XYZ.wlapp/meta/deployment.data file
#Deployment data.
#Tue Mar 01 14:06:35 PST 2016
app.build.time=1456869995617
app.displayname=RLReplen
platform.version=6.2.0.01.20141027-1531
app.target.category=UNDEFINED
app.ios.bundle.id=com.pr.RLReplen
app.version=1.0
app.environment=iOSnative
app.license.type=APPLICATION
app.description=A native iOS applicatio
app.native=true
app.authenticity.obscuredata=23.507-9.852-31.807
app.id=RLReplen
This is not possible, as explained in your previous question.
If you need the Studio for 6.2, then do not install Studio from Eclipse marketplace, as from there you get only the latest studio - 7.1. The latest is simply not backwards compatible, nor can it be as the product has changed significantly. You also cannot take a 7.1 project and open it in Studio 6.2 and expect it to work... or start altering it.
You need to create a new 6.2 project using Studio 6.2, and copy your implementation into it.
Please go to IBM Fix Central, download Studio for your build level (6.2), and install it manually into your Eclipse. And use that.
Only 6.2 studio will produce 6.2 server compatible projects, applications, adapters and any other artifacts.
When first launching IntelliJ IDEA Community Edition 14.0.2 on Windows 7 x64 I received the following error when trying to import the sample libGDX gradle config:
Intellij 14 the supplied javaHome seems to be invalid
The IDE is looking in C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 14.0.2\jre for the java runtime, but the files exist in a sub directory off this one: C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 14.0.2\jre\jre.
My solution was to copy the contents of jre\jre up one level to jre, which solved the problem - but doesn't feel like the right thing to do.
Is this an acceptable solution, or is there a 'better way' to solve this?
It feels strange to me that the default install is not in the correct location; but there might be something environmental that I'm not quite understanding.
This was recorded as a duplicate, but it is not - it is a different product. Android Studio is a different product to IntelliJ-Idea.
Since you have a 64-bit Java as your JAVA_HOME, run the 64-bit version on IntelliJ instead, idea64.exe in the bin directory of your IntelliJ installation; for example:
C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 14.0.2\bin\idea64.exe