0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 18, 2023 — May 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Incorporating some code view comments as well changing the precendene in the shell script to first look for app inside HOME/Application opposed to first checking for /Applications/Brackets presence, in case the enclosing app is missing. More... about 9 years ago
This change involves the following More... about 9 years ago
This change contains the following changes 1) Renames Brackets.sh to brackets.sh 2) Made some changes to script that fixes a unit testing bug 3) Update the gyp script to copy brackets.sh instead of Brackets.sh More... about 9 years ago
Changed shell script to now launch .app which would have registered the alias. More... about 9 years ago
Merge pull request #512 from adobe/prashant/install-command-line-mac More... about 9 years ago
Merge branch 'prashant/install-command-line-mac' of https://github.com/adobe/brackets-shell into prashant/install-command-line-mac More... about 9 years ago
Incorporating some code review comments More... about 9 years ago
Fixing the compilation failure on Win and Linux. Made InstallCommandLineTools() inline so that multiple inclusions of this header file will do not lead to multiple definition link error. More... about 9 years ago
Merge pull request #510 from adobe/command-line-prompt-fix More... about 9 years ago
Fixed unit testing issues which happened because of wrong string management. Also changed shell script to first launch Brackets app if one it is present at /Applications if not give a chance to Finder to find Brackets.app and launch that. Added another error code to indicate wheather command line tools are supported for specific platform. Right now command line installation tools are supported only on Windows More... about 9 years ago
Making shell changes for installing command line tools More... about 9 years ago
Command Line Install Changes More... about 9 years ago
This changes contains the following More... about 9 years ago
Rightly evaluating the return value of GetAsyncKeyState(). Changed it from checking if the return value is zero to if the return value has the bit set. I found this in my unit testing, while launching in from command line. More... about 9 years ago
This change adds the INSTALLDIR to the Path variable. More... about 9 years ago
Fixing the issue with unable to launch Brackets from command line and also changed the installer script to add Brackets install location to PATH variable. More... about 9 years ago
implement sendCommandProgress and progress callback More... about 9 years ago
Merge pull request #504 from edwin0cheng/fix-win-leak More... about 9 years ago
Merge pull request #508 from adobe/abose/WinHiDpiHDCLeak More... about 9 years ago
Fix mixing tabs and spaces. More... about 9 years ago
HiDPI Fix memory leak More... about 9 years ago
Merge pull request #506 from adobe/prafulVaishnav/fix-10229 More... about 9 years ago
Changing permission of file xdg-open to 755. xdg-open needs to be executable in linux for Brower launch in MultiBrowser Preview More... about 9 years ago
std::auto_ptr will leak for array, using std::vector instead. More... over 9 years ago
Update to release 1.3 More... over 9 years ago
Merge pull request #502 from adobe/HiDPI More... over 9 years ago
Merge pull request #500 from adobe/prksingh/issue-7438 More... over 9 years ago
Review Comments. More... over 9 years ago
Review Comments More... over 9 years ago
HiDPI support in windows. More... over 9 years ago