ide

Python 2.7 and Sublime Text 2 Setup Guide

别说谁变了你拦得住时间么 提交于 2019-12-03 01:38:30
I am new to Sublime Text 2. Basically I want to setup Sublime T2 as a Python IDE. I have come across various questions with regards to Python and Sublime T2, but I couldn't find a guide from a beginners perspective. This is what I have done so far: Installed Python. Installed Sublime T2. Installed Sublime Package Control What steps (e.g. package installations, etc.) should I follow to complete the Sublime Python IDE Setup? Besides Package Control, I use the following packages for Python development: SideBarEnhancements All Autocomplete SublimeCodeIntel GitGutter Pylinter I found

Visual Studio : exclude outlining from undo/redo stack

允我心安 提交于 2019-12-03 01:21:41
There's something really annoying in Visual Studio : when I expand or collapse a method or code region, this action is pushed on the undo stack. So if I edit some code in a method, then collapse that method, and then want to undo my change, I have to undo twice : once for the collapse action, and once for the change in code. This can be VERY confusing if you expanded or collapsed several things after editing the code, the editor keeps jumping to different places and you don't know whether your changes have been undone or not... So my question is : is it possible to disable that behavior ? i.e.

Eclipse - find all classes that extend interface

∥☆過路亽.° 提交于 2019-12-03 01:18:54
We have an interface that has a child interface. Ie: public interface GenCalculator extends Serializable {} public interface SpecialCalculator extends GenCalculator {} In Eclipse, how can you find all interface-s that extend in this case GenCalculator ? If I right click, select "Open Type Hierarchy" in the GenCalculator interface, I only see classes that implement that GenCalculator interface. I want to see everything - those that implement and those that extend. We're on Eclipse v.3.2.2. Michael Easter Ctrl + T to view all descendants Press it the combination a second time (see fine print in

how to move (up/down) code lines in android studio?

巧了我就是萌 提交于 2019-12-03 00:53:46
In eclipse we use Alt + ↑ / ↓ to move line up or down. Is there any shortcut in android studio do the same? Or any quick way to avoid copy & paste? IngoAlbers To move a line: Place the caret at the line to be moved. Do one of the following: On the main menu, choose Code | Move Line Up or Code | Move Line Down . Press Shift + Alt + Up or Shift + Alt + Down . If you want the exact behavior of eclipse you can do this: File --> Settings --> Keymap --> Code--> Folding--> assign Alt + ↑ / ↓ to " Move Line Up/down " instead of " Move Statement up/down " There are (at least) two kinds of Moving line

Clojure editor/IDE recommendations on Mac OS X

試著忘記壹切 提交于 2019-12-03 00:45:53
问题 I am starting to learn the Clojure programming language. Are there any recommendations for Clojure editors/IDEs on Mac OS X? Update 2009-09-23 : The Clojure space has changed tremendously since I originally posted this question. Many of the links below, especially those that refer to clojure-mode with Emacs, are out-of-date. The best Clojure IDE I found was the Enclojure Netbeans plugin which was recently released (2009-08-25). Update 2010-04-30 : Another very good article on this subject is

安全多方计算(MPC)从入门到精通:JUGO-IDE及SDK

匿名 (未验证) 提交于 2019-12-03 00:39:02
简介:在上一节《安全多方计算(MPC)从入门到精通:Frutta语言》中,已经介绍了Frutta语言语法相关的内容,在本节中,我们将介绍JUGO-IDE及SDK。 1.什么是JUGO-IDE   JUGO-IDE是JUGO技术产品面向开发者提供的用来编写MPC算法的开发工具,结合Frutta谷歌浏览器插件,开发者无需搭建任何环境就可以快速编写、编译、运行和发布算法。   通过使用JUGO-IDE,开发者可使用Frutta语言编写算法,并通过JUGO-IDE编译成可在JUGO技术产品上执行的电路文件和java模板文件。 2.支持语言   Frutta语言。   Frutta作为类C的高级语言,可以将编写的计算逻辑在JUGO-IDE生成电路文件和java模板文件,并在JUGO技术产品中执行计算。 3.开发环境   操作系统windows(后续支持linux),chrome浏览器(需先安装Frutta谷歌浏览器插件)   第一步,请下载Frutta谷歌浏览器插件的安装包   第二步,在Chrome浏览器中启用开发者模式,然后点击按钮“加载已解压的扩展程序”,选择插件所在的文件夹即可。 注意:由于该插件暂未上传Google插件商店,所以只能以开发者模式运行。开启开发者模式,由于是以开发者模式运行该插件的,Chrome浏览器会弹出“请停用以开发者模式运行的扩展程序”的提示,此时点击“取消

SpringBoot系列 - 开发用的IDE

匿名 (未验证) 提交于 2019-12-03 00:37:01
使用SpringBoot提供的IDE(Spring Tool Suite)。 下载地址 。下载下来解压直接使用即可。Spring Tool Suite 本来就是基于Eclipse的。 使用IDEA,安装插件:Spring Assistant。可参考文章: https://blog.csdn.net/crazilyer/article/details/80313323 使用Eclipse,安装插件(STS)。Eclipse安装STS插件有如下两种方法: 在 Spring网站 上可以看到Eclipse插件,根据你自己电脑的Eclipse版本下载对应的版本,并在Eclipse里install即可。 怎么知道自己Eclipse版本可看下图: 打开 About Eclipse 点击Eclipse.org,在打开的对话框中即可看到当前Eclipse版本。 在Eclipse Marketplace中搜索STS,即可看到对应的插件,一步一步在线下载并安装(插件比较大,安装要花点时间)。 附:不同的Eclipse版本对JRE版本依赖说明( http://wiki.eclipse.org/Eclipse/Installation ) 更多干货,可访问我的个人网站: https://zhangzw.com ,谢谢! 文章来源: SpringBoot系列 - 开发用的IDE

Mac Selenium ide安装和使用

匿名 (未验证) 提交于 2019-12-03 00:36:02
发现了selenium录制的好东西,录制脚本 1、下载: 直接用Firefox打开 https://addons.mozilla.org/en-US/firefox/addon/selenium-ide/ ,点击”Add to Firefox”就ok 2、发现Firefox上直接多了一个按钮 3、录制case (遇到的坑:地址http和https,参数不要使用双引号) 4、 后面的步骤还需要学习,参照帖子https://blog.csdn.net/heye13/article/details/79608081 文章来源: Mac Selenium ide安装和使用

热点技术:编辑器背后的程序观

匿名 (未验证) 提交于 2019-12-03 00:34:01
最近看到新闻,Eclipse 的市场份额持续下滑,而 Intellij IDEA 异军突起终于坚持不懈的超越了 Eclipse 成为了 Java 程序员的首选开发工具。 有感于此,回想起这么些年来写过不同的语言,用过不少的编辑器。以前的程序员和现在的程序员他们都各用什么编辑器编程,不同语言的程序员偏爱什么样的编辑器来写程序呢 编辑器与语言 先来看看下面这张图,来自 TIBOE 2016 十月最新的编程语言流行度排行。 Java 以后端和安卓开发为主,牢牢占据第一。Java 的历史不过短短二十年出头,开发工具编辑器的变化从前五年的群雄混战到后来 JBuilder 一统江湖。再之后 Eclipse 开源横空出世取 JBuilder 而代之,当年 Eclipse 能战胜 JBuilder 正是因为其开源免费而且社区极其活跃。考虑开发工具市场属于小众,高技术门槛而低利润空间,本以为被开源免费这么一冲击,会再无商业公司单独以此为核心业务了。没想到的是打败 Eclipse 的竟然是来自商业软件开发工具公司 JetBrains 的 Intellij IDEA,真是二十年来又一轮回,不禁唏嘘。 后端的 C 和 C++ 开发想必还是用数十年不变的来自远古时期的 Vi 或 Emacs,关于这两个神奇的编辑器我们下面再详述,暂时按下不表。而 C# 自然是用微软系无所不能的编辑器 Visual

Is there a *very* lightweight IDE for .net? [closed]

强颜欢笑 提交于 2019-12-03 00:31:58
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Does anyone know of a good lightweight IDE for .net? Often times I open VS and create a new project just to see if a line compiles, to test a quick method, or something trivial like that. Essentially what I want is an app similar to notepad I can open, have the basic class structure already defined, and be able