ide

matlab code analyzer produces empty tooltips

我只是一个虾纸丫 提交于 2019-12-03 06:16:01
I'm running MATLAB (R2013b) on Ubuntu (results of ver command are pasted below). I've just started working with this system, and I've realized that coding is seriously hard because the typical "tooltips" that show up in the editor are empty. Unfortunately I cannot paste screenshots, but here I describe the problem: the orange marks on the right margin of the editor should indicate a warning. Passing the cursor on them, one typically gets a tooltip with a short message, detailing the reason of the warning. In my case, I still see the tooltip... but cannot read anything in there, it's just a

Disable reformatting code when saving files

只愿长相守 提交于 2019-12-03 06:15:41
I made a small change to an old java file in IntelliJ and when I save the file the IDE automatically reformats all the code. Normally this would be preferable, however it seems almost every line has unnecessary white space that gets cleaned up. Now it appears the entire file was modified even though I only made a small fix. This will make looking at the significant changes in VCS more difficult. Is there a way to disable code reformatting when a file gets saved? So far I haven't had any luck finding the setting in the Project Settings dialog. I'm using IntelliJ IDEA 9.0.2 Alternatively I could

Eclipse Auto Save before build?

若如初见. 提交于 2019-12-03 06:15:12
问题 Coming from a Visual Studio background... How do I tell Eclipse that it should auto save when ever I build rather than ask each time. VS.NET has it under "Options", but I can't find it in Eclipse. I use a Mac. 回答1: Go to Window -> Preferences -> General -> Workspace and there you can check: Save automatically before build + Build automatically 回答2: First, try Window -> Preferences -> General -> Workspace. There you can check "Save automatically before build" and "Build automatically." If that

How Can I Override Visual Studio's Menu Accelerator Shortcuts?

纵然是瞬间 提交于 2019-12-03 06:13:58
问题 I'm a Mac-based .Net developer so over the years I've got into the habit of remapping certain common functions to a more 'Macish' set of keyboard shortcuts: CUT: Ctrl + X => Alt + X COPY: Ctrl + C => Alt + C PASTE: Ctrl + V => Alt + V SELECT ALL: Ctrol + A => Alt + A SAVE: Ctrl + S => Alt + S and so on. with this fancy schmancy VS 2010 Premium edition we've just got we've got extra menus e.g. Test Data whose menu accessor (accelerator?)shortcuts are Alt + S and Alt + A which take precedence

How to jump to next break point in IntelliJ?

徘徊边缘 提交于 2019-12-03 06:13:41
问题 How can I jump to the next breakpoint in IntelliJ, as I can in Visual Studio by pressing F5 ? 回答1: While in debug mode, and between two breakpoints, hit the F9 key. 回答2: AFAIK, there is no direct F5 like in Visual Studio to jump to the next breakpoint without cursor pointing. The closest is the ALT+F9 that jumps to the cursor . For quick reference, the most used debugging keyboard shortcuts are: F8 Step over F7 Step into Shift + F7 Smart step into Shift + F8 Step out Alt + F9 Run to cursor

Making Eclipse behave like Visual Studio

我只是一个虾纸丫 提交于 2019-12-03 06:13:34
问题 I'm doing some Android development, and I much prefer Visual Studio, but I'll have to use Eclipse for this. Has anyone made a tool which can make Eclipse look and behave more like visual studio? I mainly can't stand its clippyesqe suggestions on how I should program (Yes, I know I have not yet used that private field! Thanks Eclipse!), or its incredibly lousy intellisense . For example, in eclipse, if I don't type this first, its intellisense won't realise I want to look for locally scoped

Simple JavaScript IDE

爷,独闯天下 提交于 2019-12-03 06:07:34
I am brand new to JavaScript and I would like practice my skills using a simple windows based IDE. While learning I do not want to use any CSS or HTML. I would like if possible to have colour single stepping, highlighting and syntax checking. So for example you could type in your function(s), call it and receive the result function squareNumber(x) { return x*x; } squareNumber(5) 25 I would like something better than the Internet Explorer console. There are a lot of good online IDEs at the moment. One of my favorites is JSFiddle , but you said you don't want to use CSS and HTML so it's

Disable Eclipse plugins per workspace

醉酒当歌 提交于 2019-12-03 06:00:34
I use Eclipse for different projects, each with its own workspace. They need quite a different set of plugins (SVN vs hg vs git, AppEngine vs Tomcat vs OSGi, and so on), and I have all those plugins installed and active all the time, which clutters the workspace quite a bit. I'd like to selectively disable plugins for each workspace. Eclipse (3.6/3.7) has a UI for disabling some plugins. It's under Window->Preferences->General->Startup and Shutdown->Plugins activated on startup. However not all plugins are listed here. To disable other plugins: It's possible to have separate configuration

Using jedit as an IDE

大兔子大兔子 提交于 2019-12-03 05:59:09
问题 What are the steps necessary to configure jEdit to be an IDE? I basically want to compile and debug Java programs. There are so many Java plug-ins. I'm not sure which ones are best. 回答1: You'll need the ProjectViewer and Sidekick plug-ins at a minimum. You'll probably also want one of the various support plug-ins like: AntFarm for dealing with Apache Ant. Any of the beautifier plug-ins (which one depends on your tastes and which languages you want to support). BufferTabs if you want to see

Intellij idea, detach editor window

让人想犯罪 __ 提交于 2019-12-03 05:59:07
I have recently removed tabs from my Intellij setup, because with all the features available to navigate between files, who needs them? The issue is, the normal way of detaching an editor window would be to drag the tab onto another screen (or area). There doesn't appear to be anything in the key mappings for detaching an editor window. Is there a way of doing this via the keyboard? The keyboard shortcut your are looking for is SHIFT + F4 (the action assigned to this shortcut is called Open Source in New Window . When you invoke this action the currently opened tab (file) will be opened in new