标签:: Eclipse

Low Version Ant Can Not Support Java 1.8

今天用 MyEclipse 2014 中的 ANT 打包时,发现如下错误: ant Class not found: javac1.8 检查 ant 的 build.xml 半天无果,赶紧 google,很快发现问题原因,记录如下:原来,MyEclipse 2014 用的还是 Ant 1.8.4,有图有真相: MyEclipse 在 Mac 上 Ant 位置为:1/Applications/

Quick Delete Line/Lines Plugin for Xcode

What’s this?I like delete line(s) feature by shortcut key (crontol/+d, command+d on Mac) so much on Eclipse, but Xcode does not has this feature.Fortunately, Xcode provides plugin mechnism, so I deve