0
votes
Packaging one or two plugins as a standalone RCP application?
One lead to follow is the notion of product build, based on …
0
votes
Eclipse Galileo does not deploy external jars into WEB-INF/lib directory
Looks like bug 266268 , also described in …
1
vote
eclipse debugger: attaching source-code of maven managed libraries
Looks like issue MNGECLIPSE-983
I have confirmed that if I manually pick the …
0
votes
Do you commit a complete web-directory to SVN or you do some exceptions (large binaries)?
Do not mix Version Control System and some kind of Content Management System.
You need to link some videos or archives to a certain sta …
2
votes
Git: merging public and private branches while while keeping certain files intact in both branches
To be on the safe side, you can add a git attribute (see …
1
vote
Why does Eclipse crash with Xmx, XX:MaxPermSize above certain values?
See also this bug 203325 for suggestions about how monitoring how your memory is used, with tools like:
…
1
vote
Is there a way to extract a class with methods in eclipse?
One other solution is to CTRL C-CTRL V your class into another one, and start removing what you do not want...
You can select multiple elements in the outli …
0
votes
Eclipse + Perforce: Is it possible to avoid interrupting a build to check out a file?
A simple solution (although it can be disk-space consuming) is to have a building branch on which you merge any of your recently committed development (simple merges with no conflicts: you overwrit …
2
votes
Running a regex in GIT Bash, my file now has funny characters in it.
Isn't that similar to issue 358?
Windows command line and GUI programs use different co …
0
votes
Separate standard output from standard error when running a program in eclipse
Can you try to redirect your stream stdout to a custom View with a SWT Text in it, leaving stderr to the default console.
See …
3
votes
The type Collection is not generic; it cannot be parameterized with arguments <? extends E>
What List are you importing? (see this thread from 2006)
java.awt.List …
2
votes
Is there a better way to use sorting and filtering with ILazyTreeContentProvider
Indeed, sorting is not possible for a VIRTUAL-TreeViewer whether you use a IStructuredContentProvider or a lazy one, as noted in …
4
votes
How to select column in editors ( Notepad++,kate ,vim , Netbeans , Eclips)
Eclipse used to need a column mode plugin to be able to select a rectangular selection.
…
0
votes
Create a new method from selecting existing code block, Eclipse
Note: in the upcoming Helios (eclipse3.6), the extract method is enhanced …
1
vote
ClearTool Error: Operation “get cleartext” failed: Permission denied.
This is generally due to insufficient right from the user executing this access on the client machine:
The MyVob.vbs/s/sdft pool may have permission to load not compatible with …
