ide

IntelliJ IDEA 12 not finding CodeIgniter classes, throwing errors

久未见 提交于 2019-12-03 13:30:55
I'm using IntelliJ IDEA 12 to develop a PHP web application using the CodeIgniter framework. Due to the way CI instantiates objects and methods, IDEA thinks they don't exist when they're called: As you can see, I get those annoying orange squigglies under every single CodeIgniter class/method I try to use. Here's the code for the CI_Controller class, giving some insight into how they're creating the objects: class CI_Controller { private static $instance; /** * Constructor */ public function __construct() { self::$instance =& $this; // Assign all the class objects that were instantiated by the

Change menu and window theme in IntelliJ

假如想象 提交于 2019-12-03 13:19:27
问题 I'm using the Darcula theme in Intelli IDEAJ because it is easier on the eyes, but it seems to only affect the editor. It really doesn't do much for me, since everything else (menus, etc.) are unaffected and contrast harshly. Is there a way for me to change these as well? I believe I saw someone do this once, but I may have been mistaken and looking at another IDE. 回答1: Quickest way: View menu -> Quick Switch Scheme -> 5. Switch Look and Feel -> Darcula 回答2: You need to also change Appearance

IntelliJ 12 code coverage not working in editor for GWT Projects

谁都会走 提交于 2019-12-03 13:13:30
I'm trying IntelliJ 12, and I can't manage to get the line colored (red, green, yellow) in the editors after running the tests with coverage. Did anybody noticed the problem or it's just me not being able to make it work? By default code coverage results are displayed only in the left gutter and may be hard to notice: You can either change the gutter colors or configure IntelliJ IDEA to change the background of the whole lines (instead of the foreground) depending on their coverage status: Now it's much easier to see the coverage status: Finally I found out what was causing IntelliJ IDEA 12.0

Which IDE supports CoffeeScript debugging (Source Mapping, Breakpoints & Call Stack) for Node.js apps?

空扰寡人 提交于 2019-12-03 13:03:36
问题 I'm still pretty new to the whole CoffeeScript scene. Are there any IDEs out there that support debugging of CoffeeScript source code running on Node.js? I'm hoping for something where I can set a breakpoint within a .coffee file and see a call stack and inspect variables. WebStorm doesn't seem to fit the bill yet. WEB-2389 It appears that there is a solution for this client side using CoffeeScriptRedux in Chrome. Example Are there other options? Sublime? Update After checking in on this

Running javascript standalone engine?

丶灬走出姿态 提交于 2019-12-03 12:13:27
问题 Bit of a strange question here i know. but i wanted to know if some kind of standalone engine for javascript exists.. basically i want to test running of my javascript without having to load a web page... Maybe it doesn't exist? Like some kind of ide where i can run commands directly without launching IE etc... I have a great editor but it doesn't support that.. i still need to launch ie / firefxo What i was thinking of some kind of standalone javascript engine existed that i could write my

Which environment, IDE or interpreter to put in practice Scheme?

戏子无情 提交于 2019-12-03 12:10:12
问题 I've been making my way through The Little Schemer and I was wondering what environment, IDE or interpreter would be best to use in order to test any of the Scheme code I jot down for myself. 回答1: Racket (formerly Dr Scheme) has a nice editor, several different Scheme dialects, an attempt at visual debugging, lots of libraries, and can run on most platforms. It even has some modes specifically geared around learning the language. 回答2: I would highly recommend both Chicken and Gauche for

What IronPython IDE should I use?

流过昼夜 提交于 2019-12-03 12:05:47
This question probably looks a lot like IDE for ironpython on windows question here on stackoverflow. But I read the answers on that question I still have no idea what IDE I should use. What I'm looking for is to know pros and cons of a specific IDE. I recently started learning IronPython. The only IDE I used so far is IronPython Studio that integrates with Visual Studio. It was a logical choice for me because I use Visual Studio when I work with C#. One of the problem I have with IronPython Studio is that I cannot change the default colors. I have a dark gray background color and black Python

php用什么软件编程

杀马特。学长 韩版系。学妹 提交于 2019-12-03 12:03:39
准备好好学习学习PHP了吗?那么你首先应该考虑用什么开发工具(IDE)。市面上有很多这类工具,收费的有,免费的也有,选择起来并不轻松。 如果你说PHP编程用基础的文本编辑软件就可以了,比如用记事本。是的,这对于业余爱好者来说绝对可以。但选择一款功能丰富而完整的开发软件还是要好一 些,尤其是专业开发者更有必要。这些软件如:NetBeans, PHPStorm, VIM, Zend Studio, Cloud9或Atom。 好的开发工具富有特点而且能够帮助开发者快速高效地编辑程序,它是开发者的基本需求,磨刀不误砍柴工,提前花点时间选择一款适合的开发软件是为上策。 那选择哪一款呢, 这个问题要看你的需求、偏好和预算。 选定一款之前试用几个也不错。 大量PHP开发软件支持跨平台系统,能用于Windows,Linux和Mac,而且提供免费下载。 对于初学者,我的建议是,你可以随意选择一款免费的,可用就行。 比如:NetBeans,VIM,Atom或Eclipse PDT。 企业和专业开发者可以用这些免费的开发软件完成程序编 辑,但同时也有很多收费的平台因为整合了很多最新和更进步的功能特性而备受企业开发者的青睐。随便举几个,比如:PHPStorm, Sublime Text, Zend Studio, Nusphere, PHPED, PHP Designer和 Cloud 9等。

Eclipse: How can I make Ctrl+F11 work no matter which file is being edited?

喜你入骨 提交于 2019-12-03 11:58:31
Ctrl + F11 is the "Run" keyboard shortcut in Eclipse. But for me, that only works if a Main class is active in the editor. For any of the other 100+ java files in my workspace, eclipse pops up a dialog, complaining "Editor does not contain a main type". This makes the Ctrl + F11 shortcut nearly useless. I either have to press Ctrl + Alt + T , name of main class, Ctrl + F11 , or use the mouse. Do I have something misconfigured? What can I do to make Ctrl + F11 really run my program, no matter which file is active in the editor? Or is everybody using the Ctrl + F11 shortcut like that? edit: I'm

Lighttable, set font size

两盒软妹~` 提交于 2019-12-03 11:45:18
问题 i am new on Lighttable IDE. anyone know how to set workspace and windows font size. i can change editor font size. but dont know how to set font-size for other element. or change font-size global for all IDE fonts. 回答1: Open commands pane ( ^Space ), search for "User behaviour". This will open config file. Add the following into the middle (LightTable 0.7+): [:editor :lt.objs.style/font-settings "Menlo" 13 2] On older LightTable versions add this instead: :editor [:lt.objs.editor/no-wrap (:lt