ide

Is there a GUI designer for Kendo? [closed]

浪子不回头ぞ 提交于 2019-12-07 20:40:30
问题 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 2 years ago . Does Kendo have anything for designing placement of controls like Sencha Architect for Ext JS? Not just an IDE like WebStorm that makes typing the JavaScript easy, but one that does drag & drop for laying out controls? 回答1: Not yet. But this is definitely in our long-term plans and we are working in this

Add scala capabilities into an existing EJB eclipse project

你。 提交于 2019-12-07 19:29:36
问题 I have an existing EJB project set up in Eclipse Helios, and would like to slowly introduce Scala into the project. The Scala IDE has been installed successfully, and I'm able to create standalone scala project. The issue however comes when trying to use my existing project with scala additions. I've went as far as manually editing the .project, .classpath, and related files under .settings of the project's home directory for eclipse. However I still have the issue where the Java compiler

将Vim改造为强大的IDE—Vim集成Ctags/Taglist/Cscope/Winmanager

℡╲_俬逩灬. 提交于 2019-12-07 19:09:02
1、安装Vim和Vim基本插件 首先安装好Vim和Vim的基本插件。这些使用apt-get安装即可: lingd @ubuntu :~/arm$sudo apt-get install vim vim-scripts vim-doc 其中vim-scripts是vim的一些基本插件,包括语法高亮的支持、缩进等等。 vim中文帮助文档tar包下载地址: http://sourceforge.net/projects/vimcdoc/files/vimcdoc/ 解压后其中有个doc文件夹, 将其中的内容全部复制到~/.vim/doc, 或者vim安装目录下的doc目录中, 此时vim中的help信息已经是中文的了. 网页版中文帮助文档网址http://vimcdoc.sourceforge.net/doc/help.html 首页就时vim帮助文档的目录,阅读起来更方便有效、更有针对性! 2、Vim配置文件 Vim强大的功能,其来源基本上就两个地方:Vim插件以及Vim配置文件。 Vim本身的系统配置文件夹是在/usr/share/vim/和/etc/vim/两个文件夹下。一般情况下,我们不会去改变这两个文件夹下的配置文件,而是在用户文件夹/home/user(其中,user为用户名,我的用户名是lingd)下建立自己的配置文件。进入用户文件夹(/home/user/)之后

How to setup a new language IDE

白昼怎懂夜的黑 提交于 2019-12-07 18:52:18
问题 At work we are using a proprietary language and to program we are using Notepad++ with a simple code highlight. That is really annoying so, what I want to do is to invest some time to setup a text editor or an existing IDE to support my language. I've googled a lot and there are so many options and before starting to work I wanna ask to you what is the best choice. What I want to do is to have, like an IDE, a syntax highlight, a window with the function list tree, with the local function

编译 Clozure CL 的 Mac IDE 版,超级简单

风流意气都作罢 提交于 2019-12-07 18:40:52
编译 Clozure CL 的 Mac IDE 版,超级简单 打开 CCL 的文档,看了一下,就几步,描述如下: 5.2. Building the IDE Building the Clozure CL IDE is now a very simple process. In a shell session, cd to the ccl directory. Run ccl from the shell. The easiest way to do this is generally to execute the ccl or ccl64 command. Evaluate the form (require :cocoa-application) For example, assuming that the Clozure CL distribution is installed in "/usr/local/ccl", the following sequence of shell interactions builds the IDE: oshirion:ccl mikel$ ccl64 Welcome to Clozure Common Lisp Version 1.2-r9198M-trunk (DarwinX8664)! ? (require :cocoa

How to ignore certain javascript libraries with the Html5 template?

谁都会走 提交于 2019-12-07 17:58:32
问题 I just upgraded my NetBeans from 7.3 Beta 2 to 7.3 RC1. In Beta 2 I could only exclude full folders (with the php project type). To ignore specific files I edited the project.properties file. This greatly helped me to ignore multiple versions of included libraries. In RC1 we have the Html5 project type. I no longer find any option to ignore files, and adding ignore.path to the project.properties no longer seem to do the trick for me. So my question is, is there a way to ignore files with the

Linking error in Eclipse IDE

别来无恙 提交于 2019-12-07 17:58:30
I followed the instructions to setup Eclipse IDE to work with my Arduino UNO board from here: http://www.chipkin.com/articles/using-eclipse-with-arduino-duemilanove I successfully compiled the core library except a warning for the tone.h file. When I try to compile a blinky project which uses the arduino library, it is throwing me linking errors. I have spend my last day trying to figure out the problem but with no success. Please help me to resolve this issue. Edit: Now I successfully created a 'Template' project following instructions from here: http://www.chipkin.com/articles/using-eclipse

Python(1)——安装IDE和Hello Python

眉间皱痕 提交于 2019-12-07 17:40:34
1.下载python.exe安装 http://mirrors.sohu.com/python/2.6.5/python-2.6.5rc2.msi win7安装时,中间有段时间需要等待很长时间 2.下载pydev http://sourceforge.net/projects/pydev/files/pydev/Pydev%202.2.0/PyDev%202.2.0.zip/download 注意安装前需要安装 python2.1以上 eclipse3.2-3.7 3.安装pydev 下载后把zip解压到eclipse目录下,把features和plugins覆盖 4.配置 重启eclipse后在eclipse的window->perperence里能够看到pydev 点击“Interpreter - python”->new->添加你的python安装目录下的python.exe 5.测试 new->other project->pydev->选择pydev project 创建工程"HelloPython" 创建"hello"包 在__init__.py里输入 print 'Hello python' 执行程序 执行结果: end 我的博客其他文章列表 http://my.oschina.net/helu 来源: oschina 链接: https://my.oschina

As a grapical IDE user, should I be interested in traditional editors? [closed]

▼魔方 西西 提交于 2019-12-07 17:29:20
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I use full blown graphical IDEs such as Eclipse CDT (Linux) and Visual Studio (Windows) which have features like auto completion,

Php storm doesn't recognize JavaScript

梦想与她 提交于 2019-12-07 15:24:15
问题 I was working on the PHPStorm IDE, all was perfect, but I just don't know what has happened now it's not recognizing Javascript, .js files are appearing like dtd files. Has anybody had this kind of issue? here's the issue in more detail 回答1: Please see Settings | File Types . Verify that your files are associated with the JavaScript file type. Also ensure that JavaScript plug-in is enabled in Settings | Plugins . 来源: https://stackoverflow.com/questions/9330571/php-storm-doesnt-recognize