What is the best tool to make complex (multi-line) regular expression file contents searches with good reporting capabilities?
I need to make a report over large Java/JSP code base and I have to make some charts afterward.
Eclipse is rather good at searches, but it does not provide good report of what is found. It just shows the tree ...
One day I pressed in Eclipse Help -> Check for Updates (and I learnt that I should Never Ever update a software which works fine.)
Then in a project that I used with SVN the whole submenu of "Team" and the little icons that showed that some files weren't commited, they all dissapeared.
I tried everything:
revert from Instalation His...
I just installed Eclipse Galileo, but have no JSP editor.
In file associations, on the Preferences page, *.jsp was not even mentioned.
When I added it and went to associate with the built-in Jsp Editor, there was none in the list.
Note: I have WTP 3.1.1 installed.
Any ideas?
...
The documentation for Eclipse states that a blue circle icon represents an
enabled line breakpoint
and that a checkmark is an
adornment that marks a line breakpoints as installed
What's the difference between active, installed and enabled, when referring to breakpoints? Is installed -- in this case -- an Eclipse-specific def...
I'm looking for a diff tool that will allow me to compare just a sub-section of a file with a section of another file, or even of itself. Preferably eclipse based but will take all suggestions.
Yes I know I can copy out the two sections into different files and compare those, but that is very tedious when you are trying to do a large am...
I want to parse the results of a public google reader feed of mine. I am writing an app in gwt and up to this point I had been following an example with the line:
String gdata =
"http://www.google.com/base/feeds/snippets?alt=json-in-script&callback=";
The feed is retrieved,
public void handle(JavaScriptObject jso) {
JSO...
How to select column in editors(Notepad++, Kate, vim, Netbeans, Eclipse, ...) ?
for delete or insert or replace some characters.
...
I'm using Eclipse 3.something and would like to know if it is possible to create a new method from selecting a block of code? Obviously the method's signature would contain the necessary existing references and we can't return more than one variable from a method.
I have various methods where code related to presentation is mixed with ...
Apparently if using ILazyTree(TreePath)ContentProvider sorting and filtering is not supported by TreeViewers. So setting ViewerFilters or Sorters/Comparators to your TreeView won't do any good. Perhaps this is related to not knowing all elements, including those not visible at the moment.
In support to this statement here is javadoc ex...
Hi!
I have a strange problem with eclipse galileo.
I set java 1.6 as jre. And for this line of the code
List templates = new ArrayList ();
I see such error in eclipse problem list:
The type Collection is not generic; it cannot be parameterized with arguments <? extends E>
But I don't have any problems with building this project wit...
Every now and again, I make use of the Eclipse refactoring feature. Some techniques are more obvious then others and some I never tried.
What refactoring is most useful for you and why?
Note: I find this presentation very useful, perhaps because it is example driven therefore easy to understand:
"Refactoring for everyone - How and why...
Running Eclipse 3.5.1, JDK 1.6.0_17 on WinXP SP3 32Bit with 3.5 gigs of RAM.
I'm aware of the known Eclipse best practices, still trying to figure out eclipse.ini.
This will launch: -Xmx588m and this won't: -Xmx589m.
Same with -XX:MaxPermSize. Anything above -XX:MaxPermSize=140m won't launch.
The screen of death is simlar to this (tak...
I have a project (built from an AppFuse template) that requires Maven 2.2.1. So I upgraded to this (from 2.1.0) and set my path and my M2_HOME and MAVEN_HOME env variables.
Then I ran mvn eclipse:eclipseand imported the project into Eclipse (Galileo).
However, in the problems list for the project (and at the top of the pom.xml GUI edit...
PHP Explorer is the eclipse PDT tab (the leftmost in standard configuration) where you can browse the folders of your project. I believe the same tab in standard eclipse is called "Project Explorer" but I am not sure.
What happens to me is that when I close and reopen eclipse, although the files that were open at close time are still op...
This may be somewhat obscure but I've been happily using Eclipse + Perfoce/P4WSAD for over a year now and have thus far been unable to figure this out myself. I often start a build and let it run in the background while I continue to edit source files. The problem occurs when I try to edit a file that is not checked out from perforce. ...
I've have not had any trouble deploying through eclipse until now.
I'm guessing it might have to do with all the stuff I've added today
a folder of .pdf and .tex files (in war/web-inf directory)
a bit of JDO stuff
and a servlet that reads the files in the directory and indexes them into the JDO
Is there any way to find out what exa...
I am trying to refactor a class I have into 2 classes. Unfortunately eclipse's extract class function seems to only support the variables which really isn't all that helpful. Is there a way to do it that extracts the methods or Is there a plugin that does it? Thanks
...
I'd like to use the source code of maven-managed dependencies when debugging our webapp in myEclipse 8.
I have managed to attach the sources to the libraries in the "Maven Managed Dependencies" classpath container, i.e. when I open a class file from a dependency (e.g. using Ctrl-Shift-T), I see the source code.
However, when I define a...
So here is the story. I have this device that uses Linux and more open source tools(btw its an ARM). And I was given the task of creating some magic cashier application with it.
I have done it and now my boss have made a new request. He wants me to make that stuff(the device) connect to a remote database(preferably Oracle). So thats wha...
Hi,
I am predominately a .NET developer so forgive me if I am missing something obvious. I use Eclipse Ganymede (3.4.0) for Blackberry development.
I have Blackberry JDE Plugin 4.3.0.8 installed and would like to install 4.5.0. I try using Help -> Software Updates to get it but get the following error:
"Cannot launch the Update UI. ...