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
ficristo
449299bfc8 On Windows force a 32 bit build until nodejs 64 bit is supported (#13384) 2017-08-05 10:57:19 +02:00
Swagatam Mitra
7211d7f7b6 Fix for external change handling (#13545) 2017-08-03 10:57:20 +05:30
May Kittens Devour Your Soul
ea26171dde Update strings.js [Croatian] (#13571)
* Update strings.js

* Remove extra space
2017-08-02 15:10:38 +03:00
Pikadude No. 1
07e64db73b Fix extension registry link in README.md (#13583) 2017-07-28 05:16:06 +03:00
Swagatam Mitra
1842ac2a05 Merge pull request #13560 from adobe/petetnt/fix-ctrl-space
Fix CTRL+Space handling while the CodeHintList is open, fixes #13481
2017-07-14 13:02:24 +05:30
Pete Nykanen
8bd7adb2a0
Addressed comments
Signed-off-by: Pete Nykanen <pete.a.nykanen@gmail.com>
2017-07-13 23:07:44 +03:00
Pete Nykanen
5d0f0e9de2
Fix CTRL+Space handling while the menu is open, fixes #13481
Signed-off-by: Pete Nykanen <pete.a.nykanen@gmail.com>
2017-07-13 17:50:40 +03:00
Swagatam Mitra
1edb0d619c Porting tern analysis of JS code to Node. (#11948)
* Porting tern analysis of JS code to Node.

* Removing old tern submodule config

* JS text cache in HTML Mixed Mode.
gitmodule mapping changes.

* Submodules fix

* Fixing more submodule issues

* Tern default defs path fix

* First draft for content extraction in node [UNIT TESTING IN PROGRESS]

* Update dirty doc content in tern cache.

* Stability fix.

* Update submodule repo link.
Adding JSDoc in ExtractFileContent

* Submodule fix

* build error fix

* Usage of global use strict

* Node dependencies

* Remove redundant module defs

* Remove redundant script

* src/extensions/default/JavaScriptCodeHints/node/node_modules/acorn

* Update .gitmodules

To make it even with master

* Addressed review comments

* removed redundant for loop(Already added map function for the same)

* Fix for analysis data reset on project change

* Bug fixes for Untitled document mode change to 'javascript'

* Remove tern web worker

* Update Acorn and Tern to latest available version

* Bug fixes - Handle require plugin, untitled doc, doc comment plugin
2017-07-13 17:45:20 +03:00
Max Schaefer
bc14a9e9a4 Fix lgtm alerts (#13483)
* Simplify a regular expression.

The previous regexp looked a little dubious, since `[\\\\]` means exactly the same as `[\\]`. Note, however, that `/x*y/.test(s)` returns true iff `/y/.test(s)` does, so the character class was redundant to begin with.

* Remove a few spurious trailing arguments.

* Remove a few unused local variables.
2017-07-08 22:20:22 +03:00
Swagatam Mitra
be3dc8cdff Merge pull request #13532 from adobe/release
Merging release branch back to master
2017-07-08 10:27:48 +05:30
Swagatam Mitra
9afd597e47 Navigation shortcut fix for Mac (#13527) 2017-07-08 10:21:49 +05:30
Swagatam Mitra
357c4b8633 Version bump to 1.11 (#13504)
* Version bump to 2.0

* Version bump to 1.11
2017-07-07 14:11:03 +05:30
Saurabh Kathpalia
024bee940f If user cancels save as dialog after changing the encoding of dirty file, then encoding should not be changed in the file data structure (#13517) 2017-07-04 21:21:09 +05:30
Swagatam Mitra
933806b82d Merge pull request #13515 from adobe/saurabh95/FixedHighlightMultiBrowser
Fixed reverse highlight in Multibrowser Live Preview
2017-07-04 15:50:41 +05:30
Saurabh Kathpalia
7e3b1b162a Fixed reverse highlight in Multibrowser Live Preview 2017-07-04 15:42:33 +05:30
Swagatam Mitra
deeb74e694 Fix import url and @rule hints in inline style blocks (#13514) 2017-07-04 14:40:16 +05:30
walfgithub
dcb2d59b6b ALF Automation (#13513)
* Updated by ALF automation.

* Updated by ALF automation.

* Updated by ALF automation.

* Updated by ALF automation.

* Updated by ALF automation.

* Updated by ALF automation.
2017-07-04 12:44:42 +05:30
Valtteri Laitinen
f122d82bca Finnish strings for 1.10 [2] (#13511)
+ fix the word order of three strings
2017-07-03 18:41:45 +05:30
Swagatam Mitra
e19db0ea9f Merge pull request #13510 from adobe/master
Merge master into release
2017-07-03 17:21:47 +05:30
Swagatam Mitra
f902f7e913 Merge pull request #13509 from adobe/revert-13507-revert-13506-saurabh95/LogEncodingData
Revert "Revert "Saurabh95/log encoding data""
2017-07-03 17:18:19 +05:30
Swagatam Mitra
9cd9c58955 Revert "Revert "Saurabh95/log encoding data (#13506)" (#13507)"
This reverts commit 1c3c0f9960.
2017-07-03 17:18:04 +05:30
Swagatam Mitra
1c3c0f9960 Revert "Saurabh95/log encoding data (#13506)" (#13507)
This reverts commit 077e10dc60.
2017-07-03 16:57:37 +05:30
Saurabh Kathpalia
077e10dc60 Saurabh95/log encoding data (#13506)
* Now encoding of file opened is also logged in Health Data

* Fixed error on console if encoding field is not present in the state

* minor changes
2017-07-03 16:49:40 +05:30
Swagatam Mitra
ce77877676 Merge branch 'release' into master 2017-07-03 10:22:24 +05:30
Saurabh Kathpalia
6ac21ffbe5 After changing encoding of a dirty file if user cancels the popup then encoding of file should not be changed (#13497)
* After changing encoding of a dirty file if user cancels the popup then encoding of file should not be changed

* Removed popup for dirty file encoding change

* Now doc is reloaded if the path of the file being saved is same
2017-06-30 18:30:35 +05:30
Swagatam Mitra
cfe7b59461 Adding extra check to handle null mrof list entries (#13495) 2017-06-29 17:20:38 +03:00
walfgithub
3e47d04f8b ALF Automation (#13474)
* Updated by ALF automation.

* Updated by ALF automation.

* Updated by ALF automation.

* Updated by ALF automation.

* Updated by ALF automation.
2017-06-29 16:17:01 +05:30
Pete Nykänen
2c943cd4ec Fix NavigationProvider throwing errors when doc.file is missing. Fixes #13491 (#13492)
Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
2017-06-28 19:15:54 +05:30
Saurabh Kathpalia
57f778f305 Fixed JS lint error (#13489) 2017-06-28 16:20:45 +05:30
Swagatam Mitra
3548fc3d73 pre release build 3 2017-06-28 15:18:17 +05:30
Swagatam Mitra
9bb0bfbe83 Sequential navigation in edit history (#13418)
* First commit - sequential navigation in edit history

* Fix lint errors

* Handle undefined history entries

* Added comments and some additional edge case handling

* Update code review comments

* Put a max navigation frame capture limit and control overflow once reached. Fix all bugs found in unit testing.

* Fix indentation issues

* Change spaces to tabs for indentation

* Fix mixed tabs and spaces

* Convert spaces to tab

* resolve mixed tabs and spaces

* Initialize variables

* Handle external file changes and discard stale frames

* Additional checks to validate the navigation frames

* Address review comments
2017-06-28 15:02:30 +05:30
ficristo
7192b13b50 Problems panel: add an icon per problem to tell which type it is (#13430) 2017-06-28 12:29:56 +05:30
rex nathan
475dfc2460 zh-cn (#13473)
* Update urls.js

* Create Getting Started

* Delete Getting Started

* Create index.html

* Create main.css

* Add files via upload

quick-edit.png
2017-06-27 21:09:23 +02:00
Marcel Gerber
940660e68b German translation (#13436) 2017-06-27 20:35:35 +02:00
Kamil Armatys
538402d45a Polish translation update for brackets 1.10 (#13398)
* Polish translation update for brackets 1.10

* Corrected some strings in pl translation

* Added basic translation for core preferences section

* Transform some polish strings in core preferences section
2017-06-27 20:31:54 +02:00
Marcel Gerber
1b64b1ed0f New File and New Folder execute in project root if there's no selection (#12752)
* New File and New Folder execute in project root if there's no selection

* Add ProjectManager.getSelectedFileTreeItem

* Add function to get file tree context instead
2017-06-27 20:23:59 +02:00
ArturOledzki
0cb471665d fix JP translation in comment tags (#13363) 2017-06-27 20:21:22 +02:00
Saurabh Kathpalia
8ecb5edba5 Now BOM is preserved for UTF-8 files (#13477)
* Now BOM is preserved for UTF-8 files

* Added error strings for failure in encode/decode and utf-16

* Removed utf-16 from encodings list

* Addressed review comments
2017-06-27 16:37:01 +05:30
Prashanth Nethi
3aa8ef6876 More Robust UUID Handling (#13476)
* More efficient UUID Handling: We need to backing up existing uuid so that we can accurately get the new user count, as the uuid is changed now and will effect the existing users as well. Also added robust checking for shell API availability before calling the shell API and if not present handling olderUUID in a different way.

* Addressed review comments.
2017-06-23 15:41:11 +05:30
Saurabh Kathpalia
48a58fea83 Saurabh95/encoding support (#13412)
* Now encoding is passed as parameter on file read and it is used by writefile in order to preserve encoding

* UI wiring

* Code Cleanup

* Fixed failing tests

* Added warning Dialog while changing encoding

* Added some Linux specific changes

* Fixed some linting errors

* Reverted last commit

* Minor changes

* Now selected encoding is stored in state

* Fixed lint error

* Added some more encodings

* Added some more encodings

* Fixed lint errors

* Removed duplicate encodings

* Fixed failing tests

* Used externalized strings

* Addressed review comments

* Added supported encodings file

* Addressed review comments

* Addressed review comments
2017-06-23 15:12:07 +05:30
Swagatam Mitra
be2828227b Merge pull request #13447 from adobe/saurabh95/MDNLicenseUpdate
Changed WebPlatform License to MDN License and respective strings
2017-06-23 15:08:11 +05:30
Saurabh Kathpalia
96d549380a Added some more translations 2017-06-23 10:20:15 +05:30
ficristo
29cb293e41 Merge pull request #13463 from mjaseem/jaseemumar-patch-1
Fixes translation error in Simplified Chinese
2017-06-21 19:41:27 +02:00
walfgithub
3b4dc4b07f ALF Automation (#13471)
* Updated by ALF automation.

* Updated by ALF automation.
2017-06-20 21:55:54 +05:30
Swagatam Mitra
4fc41effd8 Merge pull request #13469 from adobe/saurabh95/1.10_Strings
Added strings for translation for 1.10 Release
2017-06-19 17:04:40 +05:30
Swagatam Mitra
bc2e302c33 Updated some strings 2017-06-19 17:03:38 +05:30
Swagatam Mitra
93cb83fb17 Add navigation strings. 2017-06-19 16:55:44 +05:30
Saurabh Kathpalia
7ec5591f99 minor change 2017-06-19 16:26:12 +05:30
Saurabh Kathpalia
783612a30c Added strings for translation for 1.10 Release 2017-06-19 16:24:10 +05:30
Horia Radu
e704f75656 Enable no-redeclare to eslint (#13452) 2017-06-18 18:27:18 +02:00