• 大小: 319KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: C/C++
  • 标签:

资源简介

像普通elcpse插件一样安装,eclipse虚线对齐插件可以像用vs2008开发c/c++代码一样有虚线进行对齐,非常给力,再也不用怕花括号{}不对齐,代码看到纠结了

资源截图

代码片段和文件信息

package jp.sourceforge.pdt_tools.indentguide;

import jp.sourceforge.pdt_tools.indentguide.preferences.PreferenceConstants;

import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Status;
import org.eclipse.swt.graphics.Color;
import org.eclipse.ui.PlatformUI;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.eclipse.ui.themes.ColorUtil;
import org.osgi.framework.BundleContext;

/**
 * The activator class controls the plug-in life cycle
 */
public class Activator extends AbstractUIPlugin {

// The plug-in ID
public static final String PLUGIN_ID = “jp.sourceforge.pdt_tools.indentGuide“; //$NON-NLS-1$

// The shared instance
private static Activator plugin;

// Line color resource
private Color color;

/**
 * The constructor
 */

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-11-06 16:49  atlanto-IndentGuide-c4c145c\
     文件         410  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\.project
     文件         610  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\artifacts.jar
     文件        1131  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\content.jar
     目录           0  2014-11-06 16:49  atlanto-IndentGuide-c4c145c\features\
     文件         374  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\features\jp.sourceforge.pdt_tools.indentGuide.feature_1.3.2.v20120803.jar
     目录           0  2014-11-06 16:49  atlanto-IndentGuide-c4c145c\features\pdt_tools.indentGuide.feature\
     文件         401  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\features\pdt_tools.indentGuide.feature\.project
     文件         137  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\features\pdt_tools.indentGuide.feature\build.properties
     文件         476  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\features\pdt_tools.indentGuide.feature\feature.xml
     目录           0  2014-11-06 16:49  atlanto-IndentGuide-c4c145c\plugins\
     文件       34759  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\plugins\jp.sourceforge.pdt_tools.indentGuide_1.3.2.v20120803.jar
     目录           0  2014-11-06 16:49  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\
     文件         374  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\.classpath
     文件         682  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\.project
     目录           0  2014-11-06 16:49  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\.settings\
     文件         157  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\.settings\org.eclipse.core.resources.prefs
     文件         395  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\.settings\org.eclipse.jdt.core.prefs
     文件         140  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\build.properties
     目录           0  2014-11-06 16:49  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\meta-INF\
     文件         564  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\meta-INF\MANIFEST.MF
     目录           0  2014-11-06 16:49  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\OSGI-INF\
     目录           0  2014-11-06 16:49  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\OSGI-INF\l10n\
     文件         156  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\OSGI-INF\l10n\bundle.properties
     文件         881  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\plugin.xml
     目录           0  2014-11-06 16:49  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\src\
     目录           0  2014-11-06 16:49  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\src\jp\
     目录           0  2014-11-06 16:49  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\src\jp\sourceforge\
     目录           0  2014-11-06 16:49  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\src\jp\sourceforge\pdt_tools\
     目录           0  2014-11-06 16:49  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\src\jp\sourceforge\pdt_tools\indentguide\
     文件        2087  2012-08-04 03:38  atlanto-IndentGuide-c4c145c\plugins\pdt_tools.indentGuide\src\jp\sourceforge\pdt_tools\indentguide\Activator.java
............此处省略11个文件信息

评论

共有 条评论