资源打包脚本,放到Assets\Editor 文件夹下using UnityEngine;using System.Collections;using UnityEditor;using System.IO;public class assetPack : Editor{/*[MenuItem("C...
分类:
编程语言 时间:
2014-11-10 17:31:59
阅读次数:
209
转自:http://www.cnblogs.com/U-tansuo/archive/2012/07/10/2584447.html1 编辑模式(Editor)下:string path = EditorUtility.OpenFilePanel("Load png Textures of Dire...
分类:
编程语言 时间:
2014-11-10 17:08:38
阅读次数:
425
修改输入@提示所有的注解提示方法eclipse下windows-->preference-->java-->editor-->Content Assist下的Enable auto activation选项中的Auto activation triggers for javadoc中的@去掉然后在A...
分类:
其他好文 时间:
2014-11-07 12:43:24
阅读次数:
189
Android如何在IDEAEclipse的UIEditor中显示自定义的字体Preview将要显示的字体复制到。android-sdk/platforms/android-[Version]/data/fonts文件夹下面如:FontAwesome-Regular.ttf在android-sdk/platforms/android-[Version]/data/fonts下打开fallback_fonts.xml在最后加上:&..
分类:
移动开发 时间:
2014-11-07 06:25:52
阅读次数:
247
ueditor添加字体修改个地方editor-config.js ,'fontfamily':[ { label:'',name:'songti',val:'宋体,SimSun'}, { label:'',name:'kaiti',val:'楷体,楷体_G...
分类:
其他好文 时间:
2014-11-06 19:32:29
阅读次数:
395
BeginIn a text editor —vim,emacs, ornano— create a file with the following contents and filename:written and applied your first Puppet manifest.[root@...
分类:
其他好文 时间:
2014-11-06 17:20:35
阅读次数:
392
Properties Editor for Eclipse3[1].0-3.2安装使用-http://jzgl-javaeye.iteye.com/blog/386010PropertiesEditor安装的问题-http://blog.csdn.net/cxc3980/article/detail...
分类:
系统相关 时间:
2014-11-06 17:16:02
阅读次数:
153
class TableViewerEditingSupport extends EditingSupport {
int column;
private TableViewer columnViewer;
private CellEditor editor;
public TableViewerEditingSupport(ColumnViewer viewers, int c...
分类:
其他好文 时间:
2014-11-06 11:06:53
阅读次数:
159
开启xib或者sb后,选择需要view(s)。选择menu的Editor,选择Pin。子菜单的项目就是可用的constraints。
Width:固定自身宽度
Height:固定自身高度
H- Spacing: 固定两个view的水平间距
V- Spacing:固定两个view的垂直间距
下面4个分别是view相对于su...
分类:
其他好文 时间:
2014-11-05 17:28:05
阅读次数:
176
在添加的时候全部列都变成编辑状态,编辑的时候某些列不变成编辑状态,解决方法1 自定义editor$.extend($.fn.datagrid.defaults.editors, { Uploadfile: {//Uploadfile就是你要自定义editor的名称 init...
分类:
Web程序 时间:
2014-11-05 12:36:30
阅读次数:
276