ide

What IDE features should I learn to use

I'm a largely self-taught front-end developer only just making the transition into back-end development in order to be able to say yes to more projects. I've found eclipse to be my favourite text editor for javascript and php, but I'm conscious that it (and other IDEs) have a whole load of features which I don't know how to use, or why ...

Bash script plugin for Eclipse?

Are there any decent bash plug-ins for Eclipse? My only requirement is syntax highlighting. I've googled about but did not see anything that looked like "the" bash plug-in. ...

How can I hide an exception type from the output window in Visual Studio?

I'm testing something and the output windows is being flooded with exceptions. How can I filter an exception type that is shown in the output window. Note: Avoiding exceptions is not possible in this case. ...

Telerik RadControls + JetBrains Resharper = VERY SLOW, Can anyone help?

Anyone know of a way to speed up the Visual Studio IDE when you have Telerik RadControls (either windows or web) and JetBrains ReSharper installed? If I disable ReSharper it runs rocking fast, but I love ReSharper a bit too much to drop it. I know it would perform better without the RadControls. Anyone know a way to speed it up? ...

How to disable creating an ‘.idea’ folder in Rubymine?

Hi. How to disable creating an '.idea' folder in Rubymine? It creates that folder after opening every single file and if I delete the folder, works just the same as if I don't. TIA ...

.NET developer moving to ubuntu for development

I've been developing in .NET now for about 3 years. I love the visual studio IDE and sadly I won't be able to use it anymore. Could someone save me hours of searching the web and reading reviews, and suggest the 'standard' or most popular IDE/Text editor for linux that will get me up and running quickly? My main goals here are web deve...

Reset View in Visual Studio 2008?

For some reason, the layout and sizes of various panels in my copy of Visual Studio 2008 has gone all wonky -- for example, the Error and Output windows appear in the same tab group as my code, and their position doesn't persist if I attempt to manually move them where I want them to go. Is there some sort of way to reset all panels to t...

Multiple Language IDE

I've been using Notepad++ for years and although it is comfortable I am feeling the need to move up into the IDE world for various reasons, which I'll outline below. I am looking for IDE recommendations for someone who works in multiple languages on a daily basis - I am currently looking at Eclipse and Netbeans but willing to consider an...

Empty Dialogs in Flex Builder

I have been experiencing a strange issue in Flex Builder 3 where certain dialogs such as the Add New Project wizard and the SVN Commit dialog are completely empty save for the title area. I'm running Flex Builder v3.0 (build 3.02.2.214193) on the Windows 7 RC. I have tried completely uninstalling and reinstalling Flex Builder to no ava...

Trouble with boost and Code::Blocks

I've been trying to get the boost library working with Code::Blocks and am having some trouble. When I first tried to get boost, all I did was download the latest zip file and extract it into the CodeBlocks folder. Then I set the compiler settings to look in the boost folder. This allowed me to compile, but not to link. I then read the ...

JavaScript new project with Visual Studio 2008

Hello, How can I work with JS in Visual Studio 2008? In example if I have only 1 JS file which I want to work with. So what project type should I create in VS to add JS file to it so VS will see how it works? Maybe someone could write a short step-by-step guide how to do so? I would be grateful! :) ...

Eclipse jumps to definition while copy/pasting

Hopefully this is a quickie: I've been doing a lot of Java/Google Web Toolkit work in Eclipse lately and while I've liked it so far I've had one reoccurring issue that is starting to drive me batty. It seems pretty random, but frequent enough to be annoying: If I am doing a lot of copy/pasting I will suddenly find myself being whisked aw...

How do I run JUnit from NetBeans?

I've been trying to understand how to start writing and running JUnit tests. When I'm reading this article: http://junit.sourceforge.net/doc/testinfected/testing.htm I get the the middle of the page and they write, "JUnit comes with a graphical interface to run tests. Type the name of your test class in the field at the top of the win...

Best IDE for ActionScript 3 coding.

What do you think which is best IDE for coding ActionScript-3 with most of the support.. I know following IDEs..If anyone knows any other better... Flash CS3 - horrible - but have to use to debug! FlashDevelop - My favorite Seppy - No much AS3 support FlexBuilder - Heavy on system ...

Internet Board Games

Hello I'm looking to create a web-page where users can play Gomoku live with eachother, kind of like instantchess.com, or yahoo's online pool. I would like to be able to.. 1) Have the players to chat with each other while they play. 2) Have registered users where a ranking can be kept track of. 3) Users can create 'rooms' where another ...

Eclipse ignoring incorrect @Override annotations

For some reason one of my eclipse installations is ignoring incorrectly set @Override annotations. For example, if I put @Override on a method that isn't overriden, it just completely ignores it. Any ideas on how to bring it back to a state where it will display an error for an incorrectly annotated method? ...

Leksah start up problem

Hey i just installed leksah and tried to run it. But I got a error message "Now updating metadata ... ide: internal IDE error: FileUtils>>getSysLibDir failed" anyone knows how to fix that? ...

Editor for remote programming

hi, often I need to work on projects that are hosted remotely. Currently if I have a good connection to the server then I'll SSH in and use vim directly. Otherwise I'll use Komodo Edit to work on the files remotely. Komodo is a great IDE but unfortunately the remote server functionality sucks. For instance when you want to save a file ...

How do I enable PerlCritic support in Komodo IDE 5.1 on Windows?

I'm trying to enable PerlCritic support in Komodo. The official word from ActiveState, the makers of Komodo IDE 5.1 (Win 32) is: "To enable PerlCritic support, please install the 'Perl-Critic' and 'criticism' modules." Well, installing Perl-Critic was a piece of cake: ppm install Bundle-Perl-Critic However, I've search every reposi...

Anyone have issues with Eclipse over Remote Desktop Connection?

I have a very strange issue that I'm hoping someone can help me with. I have various installations of Eclipse on my development machine at work. The one I primarily use is Weblogic WorkSpace Studio 10.2. This installation, along with a few Pulse installations I have set up works fine when I'm logged into my computer physically. Howe...