自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

转载 web端test

<div class="btn-group" data-toggle="buttons"> <label class="btn btn-primary"> <input type="radio" name="options" id="option1"> 选项 1 </label> <label class="btn btn-prim...

2017-07-04 22:57:00 201

转载 。。。。

public class DylanLineMarkerProvider implements LineMarkerProvider { protected final DaemonCodeAnalyzerSettings myDaemonSettings; protected final EditorColorsManager myColorsManager; ...

2017-05-17 07:06:00 243

转载 how to

打开一个virtualfileVirtualFile file;Project project;OpenFileDescriptior descriptor = new OpenFileDescriptior(file);.navigate()FileEditorManager.getInstance(project).openTextEditor(descriptor, true)...

2017-05-15 21:14:00 269

转载 linemark

public class SimpleLineMarkerProvider extends RelatedItemLineMarkerProvider { @Override protected void collectNavigationMarkers(@NotNull PsiElement element, ...

2017-05-09 23:16:00 810

转载 mark

public class IconUtils { private static ImageIcon methodIcon = new ImageIcon(IconUtils.class.getClassLoader().getResource("icon/mybatis.png")); private static ImageIcon xmlIcon = ne...

2017-05-08 23:57:00 361

转载 开发手册

当你看到这一章节时,你估计会骂我鸡婆。IoC,这个还要你来告诉我,我用SpringFramework已经很久啦。但我还是要说一下。IDEA整个组件结构是基于PicoContainer(http://www.picocontainer.org)的,PicoContainer是一个高效的嵌入式的DI容器。如果你有时间的话,我建议你花5分钟浏览一下PicoContainer,然后回...

2017-05-07 22:17:00 453

转载 英文翻译插件介绍

明确需求开发一款插件最先要考虑的当然是它要实现什么功能了。比如我想做的是varname-go-die主要功能就是让开发者有时候遇到起变量名但是不知道英文怎么拼时,不需要切换到翻译软件去查找再copy过来,只需要在编辑器中输入中文就可以实现联网翻译,并且可以通过一个列表选择自己设置的常用变量格式。这是我考虑实现的功能:1. 在Android Studio设置界面有VarNameG...

2017-05-07 22:14:00 529

转载 addddd

Virtual FilesA virtual filecom.intellij.openapi.vfs.VirtualFileis theIntelliJ Platform’srepresentation of a file in a file system (VFS). Most commonly, a virtual file is a file in your loca...

2017-05-04 23:06:00 902

转载 editor

1. Working with textThe following set of steps will show how to access a text selection and change it.1.1. Pre-requirements1.1.1 Creating a new actionIn this example access to the Edi...

2017-05-03 23:28:00 340

转载 ui

DialogWrapperTheDialogWrapperis the base class which is supposed to be used for all modal dialogs (and some non-modal dialogs) shown inIntelliJ Platformplugins. It provides the following fe...

2017-05-03 23:18:00 437

转载 插件api

public class TextBoxes extends AnAction { // If you register the action from Java code, this constructor is used to set the menu item name // (optionally, you can specify the menu des...

2017-05-03 23:12:00 594

转载 怎么找到一个好名字idea插件开发

VFS简介虚拟文件系统(VFS)是一个Intellij Platform组件,它封装了大部分对活动文件的处理操作,为了达成以下目的:– 提供一个处理文件的通用API,而不关心文件的具体位置(无论文件位于磁盘上、归档文件中还是HTTP服务器上)– 追踪文件变化,并且在检测到文件内容发生更改时能提供新旧两个版本的文件– 建立文件在VFS和持久化存储之间的关联为了达到后两个目的,VFS...

2017-05-01 21:31:00 1385

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除