I've seen this done in TextMate and I was wondering if there's a way to do it in IDEA.
Say I have the following code:
leaseLabel = "Lease";
leaseLabelPlural = "Leases";
portfolioLabel = "Portfolio";
portfolioLabelPlural = "Portfolios";
buildingLabel = "Building";
What is the best way to append '+ "foo"' to every line? Column mod...
I am asking because I am living my 40s. I have noticed I do not code as much as I use to when I was in my 20s and part of my 30s. Basically, today I dedicate more time to analysis and design, then I give away the design to programmers and they do the coding. But, this have affected my coding productivity because I must consult references...
This is (pehaps bad) habit I have formed and I am wondering if others have experienced the same thing and strategies for managing it.
A lot of times I will write a fair amount of experimental throw away code in the course of coming to the most effective solution. Sometimes complex loops and arrays and various functions that have a fairl...
In IntelliJ IDE 8.1.3
when I new a javascript file named verify.js
I found that
verify.js 's icon chaged to a dtd file and there isn't syntax highlighting (code-colors).
When I use the other file name, things work all right, but why?
Details[includes pic]: http://javazn.javaeye.com/blog/445858
...
I am new to Sql Server. One of the things that I am seeing is that I am writing a query in the top window and viewing results in the bottom window. The problem is that the result of the query takes up a lot of space vertically.. some queries take up a lot of space vertically.
I want to see both the query and the query result side by...
Which one do you prefer for serious Ruby on Rails development?
I've been using NetBeans for PHP and Java for more than year, which works really great, but the Rails support isn't imho good enough. I often have problems with code completiton, where it doesn't find most of imported gems and functions and it's also pretty slow.
On the oth...
MyEclipse may be a good ide for struts.
But which is the best ide freely available for struts
...
I'm using my Mac most time at work. At home there's my Windows Computer, where I program with Visual Studio my .NET/C# stuff.
Because I want to program outside, it would be great to have an equivalent IDE for my Mac.
Which software are the best solution in my case to have a similar workplace with the same functionality?
I prefer OpenS...
Hi guys. Need your suggestion on php/mysql software. I develop PHP websites using Dreamweaver, I also have to use phpmyadmin, sql query editor (to work with database) and WinSCP (to upload/backup files over SFTP).
Could you suggest me please some software which contains all in one (PHP syntax highlighting, db connections and running sql...
I'm debugging a multi-threaded Python program with Wing IDE.
When I press the pause button, it pauses only one thread. I've tried it ten times and it always pauses the same thread, in my case called "ThreadTimer Thread", while the other threads keep on running. I want to pause these other threads so I could step with them. How do I do t...
Is there any Javascript Editor Control like in visual studio? Thanks...
...
hi all
I do not know why the project menu in visual basic 6.0 IDE has been corrupted and I don't see
all menu items such as references, project properties,....
it might be useful to know that I have installed SP6.0 of visual studio 2000 enterprise edition.
any suggestion ?
...
Hi Netbeans is the default IDE at my workplace. I want to use Eclipse to edit the Netbeans projects. How easy or difficult is it to do this. Can someone outline the steps involved for this.
...
Hello,
I would like to ask which IDE should I use for developing applications for Google App Engine with Python language?
Is Eclipse suitable or is there any other development environment better?
Please give me some advices!
Thank you!
...
As some of you might know I am the lead developer of Padre, the Perl IDE. In the first year of its development Padre became an acceptable text editor with some extra features for Perl development.
I'd like to ask the Stack Overflow community for some help in driving the project further to turn it into an exceptional IDE for Perl develop...
I am just transitioning from Eclipse to Wing IDE for my Python code. In Eclipse I had an option to "rename" objects. I could take any object defined in my code, it could be a variable or a function or a method or whatever, and I could rename it automatically in all the files that referenced it.
Is there a similar feature in Wing IDE?
...
I'm working on an IDE for python, ruby and php.
Never having used Smallltalk myself (even it was very popular when I was at university) I wonder if the classic Smalltalk Browser which displays only one method is really an improvment or to classical file editing or not.
I myself like to have the overview of as much as possible in a cla...
Now that I have a widescreen monitor, I can't seem to find a way to make the Delphi IDE wrap generated code at anything other than 80 chars. I've set the "Right margin" setting in the IDE Editor options to a high value, but it doesn't appear to affect the wrapping that happens on generated events and code lines. Does anyone know of a w...
We've been given a C++ code base that was apparently developed using Rational Apex as the front end. In our opinion, Apex is less than ideal for C++ development.
We're looking for an IDE we can use that has syntax highlighting, code-walking (go to definition, show usages), and isn't a pain to use.
We've looked at NetBeans, Sun Studio a...
My main development environment on my Windows machine uses Eclipse and I'm quite happy with it. I sync all my projects into SVN and want to be able to work on projects at coffee shops without lugging my real laptop around. Problem is that my netbook is pretty low scale - it's one of the first EEE pcs and right now it is supposedly "overc...