ide-customization

Qt Creator color scheme

我的未来我决定 提交于 2020-05-09 17:41:59
问题 I like the dark "FakeVim" color scheme in Qt Creator. However it only makes the editor part dark while everything else stays normal, which is a bit disturbing. Is there any way to make such dark scheme global for Qt Creator? Vim (dark) Color Scheme Color scheme is applied solely to text editor (as this is the only option), and not the environment. 回答1: I found some trick for your problem! Here you can see it: Habrahabr -- Redesigning Qt Creator by your hands (russian lang.) According to that

how to change text “Eclipse” to some other text say “AshuEclipse” in the Header left hand corner?

ⅰ亾dé卋堺 提交于 2020-02-05 06:43:06
问题 How to change text "Eclipse" to some other text say "AshuEclipse" in the Header left hand corner? Note: I dont want ot change the header to show workspace ,but I want to change the word Eclipse itself. Plz suggest. 回答1: One solution an one workaround: Solution (in theory, not tested) The main Eclipse Windows is a WorkbenchWindow for the org.eclipse.ui plugin. It is created by the platform plugin. If you look into the resources files within the org.eclipse.platform, you could see some files

Integrating a Custom Compiler with the Visual Studio IDE

淺唱寂寞╮ 提交于 2020-01-01 04:16:09
问题 Background : I want to create a custom VB compiler, extending the "original" compiler, to handle my custom compile-time attributes. Question : after I've created my custom compiler and I've got an executable file capable of compiling VB code via the standard command-line interface, how do I integrate this compiler with the Visual Studio IDE? (such that pressing "compile" or "build" will make use of my compiler instead of the default compiler). EDIT : (Correct me if i'm wrong) From the

Custom Project Type Templates

可紊 提交于 2019-12-09 14:20:17
问题 When you create a new project in webstorm, you are given the option to create a new directory structure prepopulated with files: libraries, stylesheets, etc. for patterns like HTM5 boilerplate, Twitter boilerplate, etc. How does one create their own template for this? Is importing dummy projects the hack for it? 回答1: I suggest not using templates. I find it far more easy and maintainable to create "empty" projects (from existing projects, of course) in a git repo (bitbucket, github, ...),

Custom Project Type Templates

爱⌒轻易说出口 提交于 2019-12-03 23:04:59
When you create a new project in webstorm, you are given the option to create a new directory structure prepopulated with files: libraries, stylesheets, etc. for patterns like HTM5 boilerplate, Twitter boilerplate, etc. How does one create their own template for this? Is importing dummy projects the hack for it? I suggest not using templates. I find it far more easy and maintainable to create "empty" projects (from existing projects, of course) in a git repo (bitbucket, github, ...), clone one, and start from there. The .idea should be in the repo, but .idea/workspace.xml should be ignored, as

Integrating a Custom Compiler with the Visual Studio IDE

北战南征 提交于 2019-12-03 10:53:05
Background : I want to create a custom VB compiler, extending the "original" compiler, to handle my custom compile-time attributes. Question : after I've created my custom compiler and I've got an executable file capable of compiling VB code via the standard command-line interface, how do I integrate this compiler with the Visual Studio IDE? (such that pressing "compile" or "build" will make use of my compiler instead of the default compiler). EDIT : (Correct me if i'm wrong) From the reactions here, I see this question is a bit shocking, so I shall further explain my needs and background:

How to disable zoom on Ctrl+scroll in Visual Studio 2010?

喜你入骨 提交于 2019-11-28 04:26:14
Visual Studio 2010 adds a zoom setting on the bottom left of the text editor (to the left of the horizontal scroll bar) and also adopts the Ctrl +mouse scroll idiom for zooming in and out. The former is fine, but I dislike the latter as I am occasionally still holding control when I start scrolling my source code (which results in the text size radically changing and completely throwing me off whatever I was doing). How do I disable it? drharris Go to Tools->Extension manager, and search the online gallery for "wheel". Download "Disable Mouse Wheel Zoom" Or use this direct link: Disable Mouse

How to disable zoom on Ctrl+scroll in Visual Studio 2010?

☆樱花仙子☆ 提交于 2019-11-27 00:31:54
问题 Visual Studio 2010 adds a zoom setting on the bottom left of the text editor (to the left of the horizontal scroll bar) and also adopts the Ctrl +mouse scroll idiom for zooming in and out. The former is fine, but I dislike the latter as I am occasionally still holding control when I start scrolling my source code (which results in the text size radically changing and completely throwing me off whatever I was doing). How do I disable it? 回答1: Go to Tools->Extension manager, and search the