• 大小: 95KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: 其他
  • 标签: Eclipse  Color  theme  

资源简介

Eclipse Color theme 用于给eclipse着色。

资源截图

代码片段和文件信息

package com.github.eclipsecolortheme;

import org.eclipse.jface.resource.ImageDescriptor;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;

/** This plugin‘s activator. */
public class Activator extends AbstractUIPlugin {

    public static final String PLUGIN_ID = “com.github.eclipsecolortheme“;
    public static final String EXTENSION_POINT_ID_MAPPER = PLUGIN_ID + “.mapper“;
    public static final String EXTENSION_POINT_ID_THEME = PLUGIN_ID + “.theme“;
    
    private static Activator plugin;

    /** Creates a new activator. */
    public Activator() {
    }

    @Override
    public void start(BundleContext context) throws Exception {
        super.start(context);
        plugin = this;
    }

    @Override
    public void stop(BundleContext co

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-07-23 22:22  eclipse-color-theme-master\
     文件         221  2012-07-23 22:22  eclipse-color-theme-master\.gitignore
     文件        4528  2012-07-23 22:22  eclipse-color-theme-master\CHANGES.md
     文件       11249  2012-07-23 22:22  eclipse-color-theme-master\COPYING
     文件        4628  2012-07-23 22:22  eclipse-color-theme-master\README.md
     目录           0  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.feature\
     文件         391  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.feature\.project
     文件          27  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.feature\build.properties
     文件       12072  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.feature\feature.xml
     目录           0  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\
     文件         367  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\.classpath
     文件         666  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\.project
     目录           0  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\.settings\
     文件         618  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\.settings\org.eclipse.jdt.core.prefs
     目录           0  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\meta-INF\
     文件         374  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\meta-INF\MANIFEST.MF
     文件          76  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\build.properties
     目录           0  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\src\
     目录           0  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\src\com\
     目录           0  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\src\com\github\
     目录           0  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\src\com\github\eclipsecolortheme\
     目录           0  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\src\com\github\eclipsecolortheme\test\
     文件         664  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\src\com\github\eclipsecolortheme\test\ColorTest.java
     文件        1322  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\src\com\github\eclipsecolortheme\test\ColorThemeMappingTest.java
     文件        2390  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\src\com\github\eclipsecolortheme\test\ColorThemeSemanticHighlightingMappingTest.java
     文件        1849  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\src\com\github\eclipsecolortheme\test\ColorThemeSettingTest.java
     文件        1548  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\src\com\github\eclipsecolortheme\test\ColorThemeTest.java
     目录           0  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\src\com\github\eclipsecolortheme\test\mock\
     文件        3596  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.test\src\com\github\eclipsecolortheme\test\mock\MockEclipsePreferences.java
     目录           0  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.updatesite\
     文件         400  2012-07-23 22:22  eclipse-color-theme-master\com.github.eclipsecolortheme.updatesite\.project
............此处省略103个文件信息

评论

共有 条评论