I'm using version 3.3.2, I know that regular Eclipse for Java does variable highlighting.
Notepad++ does it regardless of what language you're using (if you select any text, it highlights similar text)
I know it's not critically important, and a back/forward incremental search is an adequate workaround, but it would be nice to have.
Up...
Question so easy that fitted in the title :)
Eclipse (pydev): Is it possible to assign a shortcut to send selection to the python console?
...
I have a xml text file opened in VS2005 IDE.
It has 4 mocked up lines:
<mc id="dog" name="mydogBob"/>
<mc id="cat" name="katie"/>
<mc id="turtle" name="slow"/>
<mc id="fish" name="happy"/>
How do I use VS2005 Find/Replace function with regular expression to replace words and make the final result like:
dog
cat
turtle
fish
Thank yo...
I want to develop Java apps, real quick, what IDE should I choose?
...
Sup bros,
Is there anything out there for C++ which displays the class hierarchies as a tree on the left panel? I've been using VisualWorks Smalltalk for a while, and the way that classes are displayed, and methods broken out, makes it very easy to build a mental picture of what the class does. Sadly, I can't find anything similar for...
I work on a large project and want to disable the Eclipse compiler warning stating:
Access to enclosing constructor ... is emulated by a synthetic accessor method. Increasing its visibility will improve your performance
Eclipse version 3.3.2
...
I am looking for a free open source IDE for flash development.
I got an old project, built in flash, and I need to fix some bugs... I have the source code (some '.as' and '.fla' files) and no experience at all with this tecnology.
I can edit the action scripts but I not able to work on the FLA files... so, I am guessing I need an spec...
I can go to a specific line number by double clicking in the status bar in Visual Studio. Is there a keyboard shortcut that does the same thing?
...
I wanted to know what the public opinion is about Resharper vs Devxpress CodeRush vs Visual AssitX.
some of my co-workers are CodeRush fans.. I like Resharper...would be great if someone could finish the debate for us.
...
I have a user control that I'm building. It's purpose is to display the status of a class to the user. Obviously, this does not matter, and will slow things down when the control runs in the IDE, as it does as soon as you add it to a form.
One way to work around this would be to have the control created and added to the controls colle...
I've never found an "ideal" layout for coding in Visual Studio. I have a three-monitor setup, but it seems that the solution explorer/properties/output/errors/whatever panes are always getting in the way or hogging screen space. It's a bit open-ended, sure, but do you have an "ideal" layout with the myriad of floating/dockable/anchored s...
Taking advice from this post, I purchased a copy of 'The C Programming Language' and am happily reading my way through. However, all the stuff I've written in the past has been interpreted, and I have no idea where to look for a good C compiler or an IDE (is there even one?). Google searches throw up a lot of results for C++ compilers, w...
I noticed how SLIME (lisp development package for Emacs) does not come with a frame-source-location function for CLISP, so you can't automagically jump to a source location when inside the debugger. Given that, I figured CLISP users must be using some other IDE (though I guess IDE is a little bit misleading here, maybe they're just using...
My company gave me VS2008 for web development in C#/ASP.NET. I do a lot of Perl programming too and I'd like to start using VS for that so I can have a consistent work environment... but am having real trouble figuring out how to do so.
VS has a lot of nice features but seems pretty hostile towards languages it doesn't support out of t...
I am a bit rusty on my Haskell and am looking to ramp back up. One thing I enjoy from F# is the F# Interactive shell integrated with Visual Studio: I can evaluate virtually anything (including function and class definitions) and use F# as a shell. Is there an equivalent in Haskell? When I use ghci, I cannot evaluate function definitions....
I find the solution explorer is a bit slow to get around in sometimes, and think that there might be a better UI solution out there. I like Ctrl+T but sometimes a visual cue is better than remembering the class name?
I think it would be nice you had a second, similar window, that only shows files that have been opened during the current...
Hi
I recently upgraded to Eclipse Ganymede from Europa and now I'm finding that when I'm editing JSP files the IDE crawls when editing HTML attributes (but not JSP attributes).
Has anyone experienced this, or have any suggestions?
Also if you can point me to a better place to ask Eclipse related questions, do tell.
Thanks!
...
The Eclipse IDE has a neat little feature that I really miss in Visual Studio.
If I place the cursor on a variable or method name, the IDE will automatically highlight all references to it in the current document within the relevant scope.
I can't seem to find an option to turn on similar behaviour in VS2008 or Resharper 4. I know VS ...
I'm having trouble finding an open-source IDE with support for Git. Are there any that you could point me to or recommend?
...
Hey everyone,
I'm currently using PSPAD as my main editor, but I'm looking to get something more full featured. I code in PHP, but occasionally modify HTML and CSS code too.
I am looking for:
Directly editing a file over FTP - must sync / commit changes on save - NOT manual file transfer / update. This is a must for me.
Adjust conte...