Граф коммитов

3799 Коммитов

Автор SHA1 Сообщение Дата
Thomas Andersen de952be307 fixed typo in Live Development error message 2012-09-09 22:53:36 +02:00
Peter Flynn 3b3a37c0ac Stylistic fixes for code review 2012-09-09 00:44:08 -07:00
J.M a821f9c116 Merge branch 'master' of git://github.com/adobe/brackets 2012-09-08 13:19:36 +02:00
J.M 142d4a257f Fix minor issues in "de" locale 2012-09-08 13:18:01 +02:00
Chema f53edbdc15 Merge branch 'master' of https://github.com/adobe/brackets into spanish-localization
Conflicts:
	src/nls/strings.js
2012-09-08 10:37:03 +02:00
wALF Utility fcc3dff2b9 Updated by ALF automation. 2012-09-07 18:17:52 -07:00
Narciso Jaramillo 6f6850faf4 Merge pull request #1595 from adobe/glenn/fix-unit-tests
Fix unit tests when run from symlinked directory
2012-09-07 16:53:54 -07:00
Glenn Ruehle adb0d9faaa Use achored regexp 2012-09-07 16:52:08 -07:00
Narciso Jaramillo d382220e96 Show code hints on change instead of keyup to prevent out-of-order event issues 2012-09-07 16:42:09 -07:00
Glenn Ruehle 1c83b5251e Fix unit tests when run from symlinked directory 2012-09-07 16:25:57 -07:00
Randy Edmunds 5339027aca Merge pull request #1586 from adobe/rlim/code-hint-issues
Trigger attribute value hints on "=" and auto wrap the selection with double quotes.
2012-09-07 16:01:34 -07:00
Jason San Jose 33ce23dfa2 Merge pull request #1591 from thomasandersen/no-NB-translation
missing translation in CMD_LINE_DOWN
2012-09-07 15:38:48 -07:00
RaymondLim c1ba90c89d Remove the local assignment to endQuote and directly use the quote character. 2012-09-07 15:23:48 -07:00
Narciso Jaramillo e9d010c882 Merge pull request #1593 from adobe/nj/fix-alt-text
Fix alt text for French version of Getting Started
2012-09-07 15:22:19 -07:00
Narciso Jaramillo 4c5e6127bb Fix alt text for French version of Getting Started 2012-09-07 15:21:56 -07:00
Thomas Andersen b00eacec70 missing translation in CMD_LINE_DOWN 2012-09-07 23:08:51 +02:00
Jason San Jose 7a2bc98a0b Merge pull request #1448 from thomasandersen/no-NB-translation
Norwegian Bokmål translation for build 100
2012-09-07 14:02:23 -07:00
Thomas Andersen 436fb92c57 Misc. improvements 2012-09-07 23:01:20 +02:00
Chema d91e0511d0 Deleted unused string 2012-09-07 22:44:29 +02:00
Chema c60955dbc1 Merge branch 'master' of https://github.com/adobe/brackets into spanish-localization 2012-09-07 22:43:45 +02:00
RaymondLim 0e910276af Automatically wrap the selected attribute value with double quotes if the begin quote is missing. Also update some unit tests for this functionality change. 2012-09-07 13:40:49 -07:00
Chema b4f9d9db42 Translated Getting Started document.
Added "es" to the urls selector and added es/urls.js pointing to the translated document
2012-09-07 22:40:49 +02:00
Randy Edmunds 4d97235358 Merge pull request #1567 from adobe/jasonsanjose/loc
remove unused string
2012-09-07 13:38:30 -07:00
RaymondLim 2404fc4cb4 Merge branch 'master', remote-tracking branch 'origin' into rlim/code-hint-issues 2012-09-07 13:31:40 -07:00
Thomas Andersen d8d3f13057 fix case in nls/strings.js module.exports object 2012-09-07 22:26:50 +02:00
Chema 643a73fbea - Replace Brackets with {APP_NAME}
- Added new strings
- Substituted characters not allowed previous to CEF3 Brackets
2012-09-07 21:14:22 +02:00
Jacques Couzteau a7f7d52c85 fixed comment + indents, updated widgets/Dialogs to make use of KeyEvent module 2012-09-07 12:07:16 -07:00
Thomas Andersen 8c60438c71 Replace "Brackets" with "{APP_NAME}", sync with nls/root/strings.js 2012-09-07 21:01:49 +02:00
Chema 54a8bdeb64 Merge branch 'master' of https://github.com/adobe/brackets into spanish-localization 2012-09-07 20:28:26 +02:00
Thomas Andersen ed9043f750 Typo: "forige" -> "forrige" 2012-09-07 20:26:46 +02:00
Thomas Andersen e20f1181e4 Merge remote-tracking branch 'upstream/master' into no-NB-translation 2012-09-07 20:19:19 +02:00
Jason San Jose c49ef244c6 Merge pull request #1580 from adobe/glenn/issue-1536
Add tools to help users setup a brackets dev environment
2012-09-07 10:00:53 -07:00
Jacques Couzteau 3de4d78c70 removed dupe definitions for DOM_VK_EQUALS and DOM_VK_SEMICOLON 2012-09-07 09:38:20 -07:00
Glenn Ruehle 03f2875aa1 Better usage messages. Check for XP. 2012-09-07 09:19:38 -07:00
Jacques Couzteau 2e009a512f added module utils/KeyEvent that defiens key event constants 2012-09-07 09:18:12 -07:00
Randy Edmunds c16f9c86cd Merge pull request #1581 from adobe/garthdb/watermark
added no_content_bg.svg and modified the styles to display it
2012-09-07 09:11:15 -07:00
Garth Braithwaite e0a7a534e6 added no_content_bg.svg and modified the styles to display it. 2012-09-07 00:21:45 -07:00
Glenn Ruehle 4ab08f5f53 Windows scripts for setting up/restoring dev environment. 2012-09-06 18:17:01 -07:00
Narciso Jaramillo 3ff29f94b1 Merge pull request #1578 from adobe/jasonsanjose/about
tweak about h2 spacing
2012-09-06 17:11:16 -07:00
Jason San Jose f6c01b0186 Change about h2 margin-bottom to -4px 2012-09-06 16:59:24 -07:00
Glenn Ruehle 8af7da785d Add tools directory. 2012-09-06 16:49:48 -07:00
J.M 21efffd670 Merge branch 'master' of git://github.com/adobe/brackets 2012-09-07 00:36:01 +02:00
J.M 84171439d0 Localize key bindings in menus 2012-09-07 00:26:42 +02:00
Jason San Jose 2218e1e15d tweak about h2 spacing 2012-09-06 15:20:17 -07:00
J.M 1ef6ed97f9 Add sample project for "de" locale 2012-09-07 00:01:04 +02:00
Peter Flynn ee9f52f92e Merge pull request #1564 from adobe/randy/issue-1544
Fix bugs #1543 and #1544: working set files are not guaranteed to be openable, so check for failure; defer assertion until it's (supposed to be) guaranteed to be valid
2012-09-06 14:32:29 -07:00
Randy Edmunds c321198423 Merge pull request #1575 from adobe/jrb/remove-nocache
revert pull #1555 (Fixed reload problem for extensions) -- using nocache causes problems with breakpoints
2012-09-06 09:27:17 -07:00
Joel Brandt 5dc32b1d75 Revert "Fixed reload problem for extensions"
This reverts commit e158ae9310.
2012-09-06 09:08:34 -07:00
Joel Brandt c8c0e31027 Revert "Added a comment to explain nocaching"
This reverts commit 3471743e4c.
2012-09-06 09:08:21 -07:00
J.M 0d24d33f15 Localize JSLINT_NO_ERRORS string 2012-09-06 13:30:34 +02:00