Hi all,
Would like to know what is the best F/OSS IDE for Python Web development. I've always used vim myself, but I'm increasingly interested in having a tool that integrates syntax checking/highlighting, source control, debugging, and other IDE goodies.
I use both Windows and Linux as desktops, so recommendations for either platform...
I have search the existing question here, but haven't get the specific detail that I need, so I'm asking my own question.
I use Ubuntu Linux (current version 9.10) and use Eclipse Galileo PDT to develop web application using CodeIgniter. I can make the autocomplete worked for CodeIgniter's libraries and model using this comment in my co...
Is there an IDE or IDE plugin that would alert the developer for a possible NPE? For example:
Object[] x = getMyObjects();
if (x.length > 0){
// do my stuff
}
It would be nice if the IDE alerts that x is not checked for a possible null value. It would save many engineering hours..
...
If I go to visual studio and type MyEnumerable., I'll see a list of all the methods that can executed from that object. This list shows extension methods as well, which is great, but is there a way (a keboard shortcut?) to narrow this list down to not include extension methods?
...
I really like VIM but one thing I cannot do without is simple error underlying like in netbeans and Visual Studio.
I often make silly mistakes like
if checkit($url)
{
}
instead of
if (checkit($url))
{
}
The little squiggly red underline is a lifesaver when it comes to stuff like that. Is there a plugin for VIM that wi...
I am using NANO editor, and moving back and forth between MVC is really painful.
i tried notepad++ but still i have to click back and forth b/t MVC
is there something like Mac's TextMate ?
...
I just started using NetBeans 6.8 with XDebug for some remote debugging I need to do. I think I have everything configured correctly, but I don't see a program counter while I'm debugging, so I have no visual indicator of what line is about to be executed.
Normally, it should show a green arrow in the gutter, and a background color on ...
In SlickEdit, how do I change the mode from C++ to Java? I want to open Java projects and work within SlickEdit, but it's configured for C++ (I use C++ daily). Can I do this without having to reinstall SlickEdit!?(SURELY). I'm looking around the menus and not spotting how to change it.
Also, if anyone knows how to setup netbeans so I...
I've searched SO and have been unable to find this question asked before, but I can't believe I'm the only one running into it. If this is a duplicate, please point me to the original question.
In VS2008, I have some ASP.NET MVC markup in a script section on some of my pages. I end up getting "expected expression" warning squiggles on...
Some day ago I've pressed a button in the Build Results window. It was located between the error list and the code subwindow.
Pressing the button changed the view mode from error list to pure compiler output. And the button was gone!
So far I've managed to live with the output, but it's getting really annoying.
How can I switch back to ...
I just turned on "Highlight usage of element at caret". (Settings -> editor). But the default color is a light blue. I would really like this highlighting to bolder and easier to see. I could not find an option in the colors menu. Is this possible?
...
I'm trying to figure out what IDE to use for Google App Engine development in Python. I'm completely new to Python, coming from a C#/.NET background.
I initially went down the route of getting the Eclipse plugin for Google App Engine development only to find out it was for Java development only.
Currently, I'm just using Notepad++...
Is it possible to set a breakpoint so that the program stops executing after an instruction has made certain condition true?
A class has a variable named currency and I want to make a breakpoint to make the program stop at any line after currency == 20. I do not know the line number where currency is changed, so this would be like putti...
I have the tas to setup, design (devlop a Template), configure (menus, users, plugins etc.), provide the acutal content and administer/maintain a Joomla based website.
What tools, IDEs etc. do you use in your development environment. Of course I would like to do as much of the development work as possible offline without the web fronten...
How to activate/use this feature in D2010 ?!?
I have checked Zoom to full screen in Tools > Option > Editor Option > Display clicked Ok button but nothing happened. Ok, i said to myself, let's see what the help has to say about this. I pressed F1 key, wait a little, help's coming up but as i have expected, it has no idea about this, iro...
I know this is an exact duplicate, but a year has gone by and Scala seems to be a fast moving thing, so I figure it might be acceptable to ask again:
What is the best IDE for Scala development right now?
...
Can anyone recommend a light Java IDE that doesn't require you to make new projects each time you want to compile and run a program? I just want to be able to open java files and compile and run them. I have already tried Eclipse and NetBeans but both require you to make a new project each time you want to compile and run a program. Maki...
I wanted to know what would some good libraries, IDE's, extras, for C# (include web development in ASP.NET be) for example:
Libraries
Mono Project - Cross platform C#.Net implementation, also able to run ASP.NET specific stuff
IDE's
Sharp Develop - OpenSource C# IDE (Includes compiler)
MonoDevelop - OpenSource and cross platform C...
I have a local folder with a JBoss 4.0 that i would like to hook up into NetBeans. I configured the sever, but when I start the server I get an error message saying that 'IDE cat recognize whether the server has been started...'
I checked and the server is started, any solution on how to tackle this? It also takes forever to launch the...
I would need to create some webpages that are using jscript and different jscript libraries heavily and I will need to write a littlebit of code and debug it through to see if that works. I would like to know if there is an IDE exists on Windows jsut to do this or there is a combination of tools that can be used for this purpose?
...