Questions tagged [brackets-shell]

brackets-shell is a CEF3-based application shell for the Brackets editor

23 questions
0
votes
1 answer

building brackets was "Done, without errors" in Debian Wheezy, but

i was trying to build "brackets sprint 40" from source code (by following @jasonsanjose instructions look #4816 and the official wiki's page here) in my 32bit Wheezy, Using CEF3 (Verion 3.1547.1406_linux32_release with glibc 2.13) and everything…
0
votes
1 answer

not able to execute command window.document.execCommand("paste") in brackets

I wrote a plugin in brackets in which I want to copy text from the text box and paste in the current opened document . window.document.execCommand("copy"); if I use keyboard command+v its working, I am able to paste the text which is copied by the…
Ashish Yadav
  • 99
  • 3
  • 5
0
votes
2 answers

Brackets Shell URI

Does anyone know if Brackets Shell uses any URI except the file://...index.html format? I want to point a web service back to the shell and need to provide a valid URI with the URL. The problem is that I noticed that the URL for the index file uses…
Tiaan Swart
  • 614
  • 5
  • 17
0
votes
1 answer

Brackets-shell custom application extension

Maybe I'm a bit confused here. I've built a custom extension which consists of the following files: |--myapp | |--main.js |--node |----SimpleDomain.js If I install these as an an extension and run the Brackets app my extension works…
user1513388
  • 7,165
  • 14
  • 69
  • 111
0
votes
1 answer

Issues with creating standalone app using Brackets-Shell

I have a web app that I'm trying to package up into a standalone app using Brackets-Shell. I followed the instructions here to setup Brackets and Brackets-Shell on my Mac OSX…
cohoman
  • 329
  • 1
  • 5
  • 18
0
votes
1 answer

adobe brackets-shell : cef extract failed

I followed all the step is mention in given below url to build my project( I am using win7 OS). https://github.com/adobe/brackets-shell/wiki/Building-brackets-shell. actullly i want to create brackets installer (installed wix 3.7). but i am getting…
Ashish Yadav
  • 350
  • 3
  • 17
-1
votes
2 answers

Building Brackets Shell (After running the grunt build command)

On windows after running the grunt build command for creating brackets shell it gives done without errors but i dont see any .exe file generated.. What might be the problem???
Harsh
  • 1,072
  • 1
  • 10
  • 16
-2
votes
2 answers

I wanted to create an array with length depending on the users input and then tried to find the sum of all the numbers in the array