Hello,
is it possible, in Eclipse, to mark certain lines with Shortcuts and be able to quickly jump to those lines?
Example: Let's say I have maintenanceHeavyMethod() at line 120 in my class, gameLoop() at line 800 and some listener at line 1460.
I'd like to f.ex. press CTRL-SHIFT-1, 2, 3 etc. to mark those positions, and then use f.e...
I have some experience with Eclipse and Qt creator and am somewhat disappointed in their debuggers, less so in their editors. On Windows, I like Visual Studio for debugging and SlickEdit for editing (SE is also available on Linux). Is there an IDE that is somehow better than the two mentioned?
...
I'm looking to install an online text editor on my server, that I can link to svn.
I would like to have some form of syntax highlighting, keyboard shortcuts, and perhaps some text complete.
Languages, python, php, sql, and C++ are a minimum ...
any suggestions?
...
I would like to ask is there any way change the comment code template in Netbeans PHP 6.8
In eclipse, when I type /** ENTER , it would come out the comment template that I set in the setting, like this:
/**
* Apr 19, 2010 - Shiro
* Description
*
* @return unknown_type
*/
function test()
{
}
by Default Netbeans only will show the par...
I've been using Eclipse since 2.x and IDEs in general for over 20 years (since Turbo Pascal and Turbo C in the late '80s!).
(that preamble is supposed to imply, "I'm not an idiot" ... but doesn't sound so smart as I read it... LOL :-] )
Now I'm trying to use the Scala debugger in IntelliJ 9.0.1. I've resigned myself to an old standby, ...
In our daily work we maintain some rather large Javascript libaries. We use VS2008 and while they made some improvements to the Javascript IDE, I still find it lacking. There is no outlining, no collapsing, or other ways to keep the code organized.
I have tried js-addin and JSLint which crash and don't have the features I want, respecti...
I really want to learn how to program. A friend suggested I buy vs 2005 or a newer version if I'm serious about it. Is there a cheaper route? I would like to start with c#.
...
There is a very useful "Clips" feature in Coda, do we have such thing in Eclipse?
What it does is pretty simple, you save once a code clip which you use very often and assign it a shortcut and when you want to re-use it on editor you type the shortcut you assigned and it automatically pastes that code clip and sets caret position to the...
Are there any Drupal IDE's with syntax highlighting, and possibly intellisense, function descriptors?
...
Whenever I place a breakpoint down in Xcode 3.2.1, for whatever reason the editor likes to jump upwards by 100-200+ lines, losing my place in the source code. This appears to only occur in projects that I've been worked on for a little while, opening/closing them several times. New projects don't have the issue, but eventually develop ...
Here is what I mean:
Python interpreter is a great tool for checking something quickly and then throwing it away.
For instance, I wish to examine how NameValueCollection behaves in .Net (since the new MSDN help sucks so much).
http://msdn.microsoft.com/en-us/library/system.collections.specialized.namevaluecollection.get.aspx
I tried ...
How do YOU debug a Scala program?
I mean YOU as in the person posting the Answer :) Please answer only from personal experience, not from stuff you've heard or read on the Internet. You should not believe everything you read on the Internet, especially tales of complex open-source software configurations that actually work :-)
The are...
I have been wandering around the object model for VS 2010 and haven't been able to work out the best method for watching what the user is looking at in the main edit window.
I know that each Class/method/property is broken down into its own . What I would ideally like is to hook to an event which says "The user has moved the cursor onto...
Hello, I'm looking for suitable PHP Editor or IDE with syntax auto-completion. I've tried trial versions of programs like Zend Studio, PHPDesigner, NetBeans PHP, NuSphere PhpED, and similar -- but none of them fully satisfied me.
I quite liked hint window with detailed info about what function does and what it returns. Also I liked the ...
Hello SO,
I want to be able to develop code using Visual Studio 2010. I just got VS2010 and I'm not able to get the languages I want on it. The main reason that I'm asking this is that I'm trying to migrate to ONE IDE that does it all for me. Thus far eclipse has been doing a good job, but I've been informed that VS2010 is better and I'...
Put simply: it causes a massive memory leak within an hour if I work on a Symfony project, and I don't use any of the features that it provides. I've looked through all of the menus and can't seem to see an option to disable support for it.
Has anyone attempted or managed to remove this module from the IDE? I quite like NetBeans, but on...
Just curious how many people are actually running 2010 and what's your feedback so far?
Can I run 2010 concurrently with 2008 without issues?
Also, are 2008 projects 100% compatible with 2010 and if so should I just uninstall 2008?
Thanks for any feedback.
...
I mostly use Eclipse but have mentionned Netbeans on my cv. Are there any good concise and up-to-date tutorials apart from the official ones that could bring me up to speed on how to use the IDE efficiently (shortcuts, debugging, views ...)? This excludes programming tutorials as I don't really need them unless there's a special manipula...
Some IDEs (like Eclipse) seem to allow method calls to be inspected while debugging. How is this done without causing side effects?
...
I realized, when just asking a question, I don't understand all the components that are part of the coding process.
This seems a silly question, but I can't find a definitive answer on Google, Wiki, nothing.
What exactly are all the parts called, and how do they work and intertwine? I'm talking whatever you type code into, whatever che...