1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 09:53:00 +01:00
Commit Graph

17701 Commits

Author SHA1 Message Date
Goneeee
922f523a4e Correct grammar (superlative expression) (#13904)
highest changes to the  highest
2018-01-10 22:46:03 +02:00
kimohyeong
52530b9224 Correct main.js (#13906)
http:// -> https://
2018-01-10 22:45:25 +02:00
kimohyeong
535935185c Change typo in unittests.js (#13907)
exclution -> exclusion
2018-01-10 22:45:02 +02:00
kimohyeong
5e9c7c7c7e Fix the wrong word (#13908)
explicity -> explicitly
2018-01-10 22:44:41 +02:00
GABINJUNG
22e4bd3418 Explicity -> Explicitly (#13912)
Correct typo.
2018-01-10 22:43:58 +02:00
GABINJUNG
bdbd223aa8 evalute -> evaluate (#13913)
correct typo
2018-01-10 22:43:47 +02:00
GABINJUNG
9dc7c5a0ce promsie -> promise (#13914)
correct typo
2018-01-10 22:43:29 +02:00
GABINJUNG
254bb77ac8 pased -> passed (#13921)
Correct typo
2018-01-10 22:43:17 +02:00
GABINJUNG
8e9d86fa0a Fix typo (#13922)
intial -> initial
2018-01-10 22:42:41 +02:00
GABINJUNG
6057ea96b1 Correct typo (#13923)
Keybooard -> Keyboard
2018-01-10 22:42:16 +02:00
walfgithub
0d17fcd7a0 ALF Automation (#13992)
* Updated by ALF automation.

* Updated by ALF automation.

* Updated by ALF automation.

* Updated by ALF automation.
2018-01-08 13:48:25 +05:30
GABINJUNG
bfe081219c curent -> current (#13915)
correct typo
2018-01-04 13:23:17 +05:30
GABINJUNG
623fd0f5a9 ommitted ->omitted (#13917)
* ommitted ->omitted

correct typo

* Another typo in the same sentence
2017-12-29 00:09:00 +02:00
GABINJUNG
915662c688 elemnt ->element (#13916)
correct typo
2017-12-29 00:08:09 +02:00
GABINJUNG
919346b821 equivelent -> equivalent (#13918)
correct typo
2017-12-29 00:07:49 +02:00
Naveen Choudhary
b39e89a9c8 JavaScript Refactoring - Rename Identifier, Wrap selection, Convert to arrow function, Create Getters & Setters (#13965)
* Rename references using tern

* On doc change editor was not getting updated

* Addressing review comments

* First cut of wrap selection

* Fixing issues i.e. Rename global variable, passing commonJS to tern node domain, popping up error at cursor

* Wrap in condition

* Code clean up

* Wrap selction, create getters setters, arrow function

* Lint error fixed

* linitng errors fixed

* Final changes, added documentation

* Addressing review comments

* Removing get and set from getters and setter name

* Addressed review comments, Fixed bug in convert to arrow function, minor change in templates.json

* linting errors fixed

* linting errors fixed
2017-12-20 22:13:17 +05:30
Prashanth Nethi
1717c45dde Move initialization of Brackets object from appshell_extensions.js to Global.js (#13975)
* Moved initialization of brackets object from appshell_extensions.js to Global.js as newer versions of CEF are not evaluating that expression correctly

* Fix ESLint Error

* Fix some nit as well as removed forward declarations.

* Reverting an unwanted change that crept in.

* Update Global.js

* Added better documentation
2017-12-20 13:09:00 +05:30
Prashanth Nethi
b6b979ff2a Move initialization of Brackets object from appshell_extensions.js to Global.js (#13975)
* Moved initialization of brackets object from appshell_extensions.js to Global.js as newer versions of CEF are not evaluating that expression correctly

* Fix ESLint Error

* Fix some nit as well as removed forward declarations.

* Reverting an unwanted change that crept in.

* Update Global.js

* Added better documentation
2017-12-20 13:01:23 +05:30
Prashanth Nethi
ea94c8b4d2
Merge pull request #13824 from adobe/boopeshmahendran/ContextSubMenu
Add api for adding context submenus
2017-12-13 14:46:33 +05:30
Prashanth Nethi
05b3247912
Merge pull request #13960 from adobe/navc/RestructuringJSCodeHints
Navc/restructuring js code hints
2017-12-13 14:45:19 +05:30
Naveen Choudhary
2422097f09 Resolving merge conflict 2017-12-11 14:55:53 +05:30
Naveen Choudhary
b4c5fbd722 Stopping from minifying node code in JSUtils 2017-12-11 13:15:39 +05:30
Naveen Choudhary
c533d3c812 Missed running npm-install on JSUtils 2017-12-08 12:48:02 +05:30
Prashanth Nethi
18dd43112e
Merge pull request #13964 from adobe/petetnt/fix-onbeforeunload
Don't prompt before unload while in SpecRunner
2017-12-08 11:10:57 +05:30
Naveen Choudhary
e4f6ad9758 Deleted Session.js from extensions 2017-12-08 00:42:44 +05:30
ficristo
b96625a4b8
Remove PanelManager (#11589) 2017-12-07 17:32:11 +01:00
ficristo
51417390f9
Add wrapper functions to call the fs-extra ones. (#13830)
fs-extra.copy doesn't seem to be called correctly.
Apparently NodeDomain doesn't work on functions which have optional
arguments like fs-extra.copy
2017-12-07 17:30:56 +01:00
petetnt
c97a5ea847
Don't prompt before unload while in SpecRunner
Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
2017-12-07 18:17:08 +02:00
Naveen Choudhary
12b4fed078 Moving Session.js to JSUtils 2017-12-07 20:46:58 +05:30
Naveen Choudhary
13af302a2a
Merge pull request #13945 from JungGaBin/fixtt1
Edit typo
2017-12-07 20:01:40 +05:30
Naveen Choudhary
7fbc412a10 Fixing lint error 2017-12-06 16:36:33 +05:30
Naveen Choudhary
bcdce8c431 Fixting test cases 2017-12-06 16:15:29 +05:30
Naveen Choudhary
781bc66aa2 Restructuring javascript code hints, As we need scopemanager and tern node domain for javascript code refactoring. To resue this code we are restructuring this code so we can keep both extension seperate 2017-12-06 13:43:58 +05:30
Prashanth Nethi
63e07fd375
Merge pull request #13852 from toryherman/13774-find-replace-prefs-fix
Don't allow find/replace if read only (#13774)
2017-12-05 10:03:46 +05:30
GABINJUNG
a96d567ecb
Edit typo
sucessful -> successful
2017-11-29 19:43:11 +09:00
JungGaBin
cf8dc16872 Correct typo (#13938)
Inpsector -> Inspector
2017-11-28 21:16:09 +02:00
JungGaBin
3988b07dd4 Fix typo (#13939)
the the -> the
2017-11-28 21:15:57 +02:00
JungGaBin
a154405a6a Edit typo ( inpspected -> inspected ) (#13940)
Edit typo ( inpspected -> inspected ) in inspector.html
2017-11-28 21:15:46 +02:00
JungGaBin
ce79624c3c correct typo (#13941)
inpspected -> inspected
2017-11-28 21:15:35 +02:00
kimohyeong
d9f21d7b0c Correct main.js (#13896)
desplayed - >displayed
Deafult- > default
2017-11-21 15:35:25 +02:00
kimohyeong
3ba74fe33c Correct typo in StaticServer.js (#13897)
Prefences -> Preferences
2017-11-21 15:34:16 +02:00
GoEun Jeong
32838d3c3c Correct typo in PerfUtils.js (#13901)
* Correct typo in EventDispatcher.js

ommitted -> committed

* Correct typo in PerfUtils.js

Peformance -> Performance

* Update EventDispatcher.js
2017-11-21 15:33:46 +02:00
JungGaBin
355f75a01c Add Korean version "Getting Started" (#13846)
* Add Korean Getting Started Page in samples.
2017-11-20 19:46:22 +01:00
JungGaBin
28dfa30209 resuts -> results (#13865) 2017-11-17 18:56:12 +02:00
JungGaBin
185b998e5f preferecences -> preferences (#13866) 2017-11-17 18:55:37 +02:00
kimohyeong
09fe526260 Correct type (#13869)
* Correct type

* Fix typo
2017-11-17 18:55:16 +02:00
JungGaBin
b0e37b74be Fix typo (#13862) 2017-11-17 18:54:22 +02:00
kimohyeong
42590d9156 Change typo (#13871) 2017-11-17 18:52:14 +02:00
kimohyeong
f4d288f5fe Correct the wrong word (#13867)
* Correct typo

* Correct the wrong word
2017-11-17 18:51:30 +02:00
GoEun Jeong
e9853ba245 Correct typo in FindInFiles.js (#13870) 2017-11-17 18:51:03 +02:00