brackets-integrated-development
brackets-integrated-development copied to clipboard
IDE-like support for Brackets
I tried modifying the builder from "python" to "python3". Both exist in the global path. "python" does work, but my project uses Python 3.4, which can be summoned in BASH...
I use Python3 as configured in https://github.com/jadbox/brackets-integrated-development/issues/1#issuecomment-172174051 My program is: ```python #! /usr/bin/env python3 import sys print(sys.version) # comment with accent: voici voilà print("voici voilà") ``` On the macOS Terminal...
Is this error I'm getting normal? Personally, I don't see why it would... the code runs well, as intended. 
I'm trying to develop a small Python app with the CherryPy framework. I'm installing with homebrew on a Mac. however, integrated development doesn't find the module: ``` ImportError: No module...
Install plugin and push button "Run" , I see this result 'php is not recognized as an internal or external command operable program or batch file' How fix it? Thx
PATH=\"/Library/Frameworks/Mono.framework/Versions/Current/bin:$PATH\"; mcs $FILE; mono ${FILE/.cs/.exe}; Mono shows an error when we do it inside Brackets but runs ok if we pass it directly to bash using Terminal
**If you try to run a groovy script, you get:** Building /Users/flima/dev/test/groovy/multiline_string.groovy in /Users/flima/dev/test/groovy/... NodeDebugUtils.js:114 [node-log 7:31:20 AM] exec groovy "/Users/flima/dev/test/groovy/multiline_string.groovy" from /Users/flima/dev/test/groovy/ main.js:68 Fail from compiler: /bin/sh: groovy: command...
I was able to configure the builder.json for golang with the following section: ``` json { "name": "Golang", "cmd": "go build", "file_reg": "^..(.*):[0-9]+:", "line_reg": "^.*:([0-9]+):", "msg_reg": "^.*:[0-9]+: (.*)", "seperator": "\\n"...
Hi! How I can Enable Processing HTML? Look Screenshot  Like I understand it is - I must edit builder.json - what option I must create and edit?...
Hello! I have encoding problems with your plugin. Watch screenshot here - http://i.imgur.com/5tSfRLF.png My system: Windows 7 starter edition x86 Russian language. All setting of OS and Brackets default. Can...