brackets-integrated-development icon indicating copy to clipboard operation
brackets-integrated-development copied to clipboard

IDE-like support for Brackets

Results 19 brackets-integrated-development issues
Sort by recently updated
recently updated
newest added

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. ![screenshot 142](https://user-images.githubusercontent.com/3173159/30861706-4acf4c7a-a2d4-11e7-85b9-ee7cd18ad883.png)

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 ![x x x](https://cloud.githubusercontent.com/assets/16109868/11519562/577dba30-98ac-11e5-92b5-8b0587bb46ed.PNG) 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...