eclipse-3.5

Setting up Pylint with PyDev

被刻印的时光 ゝ 提交于 2019-11-30 01:41:49
I have installed pylint via easy_install. I can run pylint <filename> with success. But pydev refuses to use it. I checked "use pylint" I configured correct path I updated my python interpreter in eclipse to have pylit in pythonpath I use Eclipse Galileo I have build automatically checked I tried cleaning whole project and no errors What am I doing wrong? ariddell I'm guessing you may need to mark the folder that contains your code as a source folder . You can do this under project properties. Project->Properties->PyDev-PYTHONPATH add relevant folders to the list of sources. I've noticed that

Upgrading from Eclipse Galileo to Helios

强颜欢笑 提交于 2019-11-29 04:22:06
Whats the best way to upgrade from Galileo to Helios whilst still preserving my settings and plugins? Thanks VonC The surest path to upgrade is to make a "parallel" installation: an Helios Eclipse beside the Galileo one you already have. Regarding your settings, you just need to reference the same workspace. In your eclipse.ini , indicate where your workspace is, and you will get back all your projects, workspaces and perspectives just as you left them. Plugins are trickier, and I would recommend: adding to your eclipse.ini a shared dropins directory reference copying the extra plugins from

Difference between Deployment Assembly and J2EE Module Dependencies in Eclipse

对着背影说爱祢 提交于 2019-11-28 21:40:54
When using a Eclipse 3.7 Indigo for Java EE Developers, there is something called Deployment Assembly . I could find on google and understood that it is similar to the J2EE Module dependencies where in we could select the jar and which goes and sits in the EAR folder or in WEB-INF/lib in case of WAR. Now the doubt I have is, I have a JavaProject Dependencies . I have added all the dependent Jars via classpath variable. Now the Dependencies Project is added as dependency to my Web Project TestWebProject . The compilation of the Web Project is correct but during runtime I get an error because

Display Eclipse tabs on several lines

余生颓废 提交于 2019-11-28 17:21:23
I'm using eclipse galileo. Is it possible to display the tabs of my open files on several lines instead of using the >> sign. I still want a unique window to view the code though. If there is no such settings, do any plugin exists ? VonC No. Bug 58945: CTabFolder should support multi row and vertical style options , opened since 2004! ( other bugs exist on the same topic) ( Update Feb. 2017 : it seems to be assigned, with Oxygen 4.7 as target! Thank you specializt for mentioning that in the comments ) CTRL + F6 is one workaround for now. Other "workarounds" are listed in this thread : turn on

Eclipse and Windows 7

柔情痞子 提交于 2019-11-28 11:28:48
I have reinstalled my computer with Windows 7 , and Eclipse 3.5.1 (Galileo). The weird thing is that I can not see any files that Eclipse produces. I can not find the workspace, can not find the files from the SVN after check out. It seems like Windows 7 can not read the files produced by Eclipse ... wierd What could be the reason for this? Where do you have Eclipse installed? Where is your workspace? In Windows 7 (Vista, actually), a lot of security policies that existed only on paper in earlier versions of Windows, are now actually enforced by the operating system. For example, according to

A new version of Eclipse just came out. Is there anything I can do to avoid having to manually hunt down my plugins again?

不想你离开。 提交于 2019-11-28 06:51:38
Galileo came out the other day, and even though plugins under Eclipse are, IMO, just a little bit easier to deal with than Netbeans , it would still be really awesome if there was a simple way for me to upgrade to the new version (and take my plugins with me). Any tips? Not directly, AFAIK. Here is the closest thing I came up with, under the assumption that my old Eclipse is recent enough so that it uses a similar form of update manager (P2). In the old Eclipse, go to preferences->Install/Update->Available Software Sites. Pick the ones that are not built in (you will see a name for them, or at

Difference between Deployment Assembly and J2EE Module Dependencies in Eclipse

|▌冷眼眸甩不掉的悲伤 提交于 2019-11-27 13:14:57
问题 When using a Eclipse 3.7 Indigo for Java EE Developers, there is something called Deployment Assembly . I could find on google and understood that it is similar to the J2EE Module dependencies where in we could select the jar and which goes and sits in the EAR folder or in WEB-INF/lib in case of WAR. Now the doubt I have is, I have a JavaProject Dependencies . I have added all the dependent Jars via classpath variable. Now the Dependencies Project is added as dependency to my Web Project

Display Eclipse tabs on several lines

不羁岁月 提交于 2019-11-27 10:24:26
问题 I'm using eclipse galileo. Is it possible to display the tabs of my open files on several lines instead of using the >> sign. I still want a unique window to view the code though. If there is no such settings, do any plugin exists ? 回答1: No. Bug 58945: CTabFolder should support multi row and vertical style options, opened since 2004! (other bugs exist on the same topic) ( Update Feb. 2017 : it seems to be assigned, with Oxygen 4.7 as target! Thank you specializt for mentioning that in the

Problems with clear case plugin eclipse

流过昼夜 提交于 2019-11-27 08:59:37
I have a following problems with eclipse, when I installed ClearCase plugin from this url http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/60/update/windows/ : Has anyone experienced the similar problem? I'm using Windows 7 and eclipse galileo. I've installed the plugin from this URL, what can I do to work this problem out? For those who can't see tinypic images +----------------------------------------------------------------------+ | Connect to the Rational ClearCase failed | | | | Connect to the Rational ClearCase failed | | | | Reason: | | Select Details >> for more

How to take emulator screenshots using Eclipse?

只谈情不闲聊 提交于 2019-11-27 06:04:10
I need to take screenshots of an android application running on an emulator in Eclipse Galileo. Is there a built-in feature for this or do I have to download a plugin of some sorts? You can take a screenshot if you open the Android view "devices" (under Window --> Show View --> Other... --> Android --> Devices). Click on the device or emulator you want to take a screen shot of, then click the "Screen Capture" button (it looks like a little picture, and it should be next to a stop sign button). Occasionally the device won't immediately load the picture; sometimes you have to close/reopen the