mylyn

Eclipse and Mylyn : how to disable grey files in the explorer?

冷暖自知 提交于 2019-12-12 13:19:40
问题 I have recently discovered Mylyn : it is a terrific Eclipse feature ! Very handy. However, when working on a task, is there a way to disable grey files in the explorer ? My typical Eclipse coding sessions with Mylyn look like this : All this grey color make the file names difficult to read, because of the lower contrast. When I must find a new file in the explorer (it happens very often), I have to screw up my eyes to be able to read the names... I can't stand it ! Is there a way to disable

Why Mylyn is not getting issues from GitHub?

早过忘川 提交于 2019-12-12 08:15:41
问题 I recently started to use GitHub Mylyn connector for Eclipse and I have it working, I create new tasks and I can see them in Eclipse and GitHub. The problem is when me or someone else create an Issue on GitHub I can't see it on Eclipse. I have done this and configured Mylyn on that way as you can see in the image: But as you can see under "Bugs and Enhancements" I have nothing and here I actually have one issues, so, why don't they appear? Is something to do with the fields Assigned to and

Mylyn WikiText Textile parsing error?

邮差的信 提交于 2019-12-11 22:54:14
问题 I'm working on migrating a textile plugin for a java blogging platform from one library (textile4j) to Mylyn's WikiText. So far very promising, but I have some unit tests that are failing: public void testLinksSyntax44() { String in = "\"link text(with title)\":http://example.com/"; String out = "<p><a href=\"http://example.com/\" title=\"with title\">link text</a></p>"; textile.parse(in); String content = writer.toString(); assertEquals(out, content); } public void testLinksSyntax46() {

I can't get Mylyn to save current context using pydev

断了今生、忘了曾经 提交于 2019-12-11 07:24:35
问题 I'm starting using eclipse with PyDev, and I want to use Mylyn. However, when I'm working on an active task, Mylyn is not saving the opened files in context. I press right button on my active task, go to "context" option, and I noticed every option is disabled. Any clue? 来源: https://stackoverflow.com/questions/16841961/i-cant-get-mylyn-to-save-current-context-using-pydev

How do I configure mylyn jenkins?

大憨熊 提交于 2019-12-11 03:56:48
问题 I want to integrate Jenkins in with Eclipse. I found a mylyn hudson/jenkins connector and have installed that in Eclipse Luna. I restarted Eclipse and then attempted to add my jenkins server as a mylyn repository. But it doesn't show the jenkins connector when I click "Add Repository". Is there a tutorial out there on how I can set this up? Thanks! 回答1: You are in the wrong view. Open "Builds" view to connect to Hudson or Jenkins. 来源: https://stackoverflow.com/questions/25769203/how-do-i

您如何加速Eclipse?

亡梦爱人 提交于 2019-12-10 10:34:26
如何使Eclipse体验更快? 例如: 我禁用了所有不需要的插件(Mylyn,Subclipse等)。 我没有使用 Mercurial 插件,而是将 TortoiseHG 配置为外部工具。 #1楼 通过禁用标签修饰( Windows -> Preferences; General -> Appearance -> Label Decorations )和禁用启动时未使用的功能( Windows -> Preferences; General -> Startup and Shutdown ),可以进一步提高性能。 通过根据您的JVM选择不同的垃圾回收策略,您还可以获得其他性能。 如果您厌倦了重新启动周期,则可以使用ZeroTurnaround中的 JavaRebel 。 这将缩短您花费在服务器/客户端重启上的时间。 #2楼 我已禁用Windows>首选项>常规中的所有未使用选项,这对性能产生了巨大的积极影响,切换选项卡时,Eclipse的速度仍然很慢,我不想增加内存,但是滚动时它的速度要快得多。 提示。 #3楼 限制打开的选项卡的数量时,我的性能有了显着提高(过去我经常打开30多个选项卡)。 您可以让Eclipse自动为您处理此问题: 窗口 -> 首选项 -> 编辑器 ->自动关闭编辑器 >>符号出现前的数量是8个打开的标签,因此我倾向于将其保留为8。 当打开更多标签时

Eclipse is very slow when using Code Assist (org.eclipse.mylyn.java.ui.javaAllCompletionProposalComputer)

痞子三分冷 提交于 2019-12-07 17:17:01
问题 Can you guess what happens? I generated a client stub using Eclipse WTP [Axis2] and while working on a client I get Eclipse working very slowly when it tries to use Code Assist, that is, press a dot to get a list of methods, there's up to 30 seconds hang-ups of the workbench. eclipse.buildId=M20090917-0800 java.version=1.6.0_15 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ru_RU Framework arguments: -product org.eclipse.epp.package.jee.product

Best open source bug tracker with Mylyn support

浪子不回头ぞ 提交于 2019-12-07 15:44:53
问题 I'm trying to determine which open source (or at least free) bug tracker works the best with Mylyn. My hope is to find something that "just works" with good Mylyn support. I want to avoid lots of configuration and maintenance to get it going or keep it working with Mylyn. Also, I'd like the interaction to support as many types of fields and data exchange as possible. I've heard that Jira is the best one to use, but the project I'm working on is a private closed source venture, and the funds

What is the best connector for a single developer to store Mylyn tasks in the cloud?

 ̄綄美尐妖づ 提交于 2019-12-06 09:41:49
问题 I would like to use the Mylyn task-centered user interface however i regularly work between two pcs and would rather not purchase any bug tracking software. Can someone please recommend a good connector to use with Mylyn for my situation or some other workflow that is better suited. 回答1: I can recommend you to use Foglyn connector together with FogBugz server. FogBugz server is free for 1 or 2 users, and you can also get free Foglyn license for this edition of FogBugz. Furthermore, with free

Best open source bug tracker with Mylyn support

谁都会走 提交于 2019-12-05 21:59:08
I'm trying to determine which open source (or at least free) bug tracker works the best with Mylyn. My hope is to find something that "just works" with good Mylyn support. I want to avoid lots of configuration and maintenance to get it going or keep it working with Mylyn. Also, I'd like the interaction to support as many types of fields and data exchange as possible. I've heard that Jira is the best one to use, but the project I'm working on is a private closed source venture, and the funds aren't there to pay for Jira. Same for FogBugz. I need a free solution for closed-source code. Possible