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

3764 Коммитов

Автор SHA1 Сообщение Дата
Garth Braithwaite 71c5d416f9 reduced blur 2012-09-19 14:53:34 -07:00
Garth Braithwaite 4275fb80d6 HiDPI Recent Projects dropdown arrow 2012-09-19 14:48:56 -07:00
Raymond Lim cb5765e4e3 Merge pull request #1642 from twoquestions/menuUpdate
Added doc navigation shortcuts to menu, fixes #1410
2012-09-13 11:32:51 -07:00
Justin Collier b78803da22 Added doc navigation shortcuts to menu 2012-09-13 10:58:40 -04:00
Jason San Jose 6c8d32ee77 Merge pull request #1583 from couzteau/couzteau-issue1241
Couzteau issue1241
2012-09-12 15:48:59 -07:00
Glenn Ruehle 3f889e4877 Merge pull request #1636 from adobe/nj/update-config
Move update info URL to package.json
2012-09-12 14:23:20 -07:00
Jacques Couzteau 951247cb2a fix typo 2012-09-12 14:08:44 -07:00
Jacques Couzteau bd175a4a64 add global window to satisfy JSLint 2012-09-12 14:00:34 -07:00
Jacques Couzteau 064e58c680 add global $ t satisfy JSLint 2012-09-12 13:57:41 -07:00
Narciso Jaramillo e13124ce78 Move update info URL to package.json 2012-09-12 13:54:47 -07:00
Jacques Couzteau 72f0a34577 Merge remote-tracking branch 'upstream/master' into couzteau-issue1241 2012-09-12 13:35:52 -07:00
Jacques Couzteau 92a58c9e2a remove unnecessary global define 2012-09-12 13:33:54 -07:00
Glenn Ruehle 92d946fbb2 Merge pull request #1616 from adobe/randy/new-code-font
implement SourceCodePro font in editor
2012-09-12 13:26:17 -07:00
Randy Edmunds d581ae59cb make line numbers same size as code 2012-09-12 11:52:52 -07:00
Jason San Jose f7cbd67325 Merge pull request #1618 from thomasandersen/no-NB-translation
More consistent use of "Live Preview"
2012-09-12 11:29:59 -07:00
Jason San Jose 888a1b3627 Merge pull request #1634 from adobe/alf
Updated by ALF automation.
2012-09-12 10:56:53 -07:00
wALF Utility 92050ce6e1 Updated by ALF automation. 2012-09-12 10:45:06 -07:00
Jason San Jose fea829870e Merge pull request #1631 from adobe/alf
Updated by ALF automation. Sprint14 UI Freeze lockit4
2012-09-12 09:41:12 -07:00
Thomas Andersen efc4f536bb Remove "File" from "Live File Preview" 2012-09-12 18:30:19 +02:00
Thomas Andersen debfddf10e Merge remote-tracking branch 'upstream/master' into no-NB-translation 2012-09-12 18:27:27 +02:00
Jacques Couzteau bbf47e5c28 Merge remote-tracking branch 'upstream/master' into couzteau-issue1241
Conflicts:
	src/command/KeyBindingManager.js
2012-09-12 09:19:25 -07:00
wALF Utility a1a9101f60 Updated by ALF automation. 2012-09-12 05:17:49 -07:00
Narciso Jaramillo aedbe4eadb Merge pull request #1625 from adobe/pflynn/fix-async-quickopen
Fix Quick Open async bugs
2012-09-12 00:40:59 -07:00
Peter Flynn 0277c2e7e2 Code review - expand comment explaining the async even flow through Smart
Autocomplete
2012-09-12 00:38:55 -07:00
Peter Flynn 8777119160 Code review - clearer variable name 2012-09-12 00:15:43 -07:00
Peter Flynn 9af92cc8a5 Fix bug #1462 (Typing quickly after first access of Quick Open sends some characters to editor)
and #1579 (Quick Open breaks if you click anywhere before it opens)

The problem was that the Quick Open UI wasn't opened until FileIndexManager
had returned a list of files in the project (which might take some async
time). In the meantime, typing still went  to the editor and clicks crashed
(because the Quick Open toolbar is only half-constructed).

The fix is to open the UI immediately, but defer showing results that
depend on the file index until it's ready. Smart Autocomplete makes this
surprisingly easy since it accepts a Promise in lieu of synchronous results
from the search/filter function.

Note that *only* the file search mode (unprefixed search strings) depends
on the file index. The other modes still return synchronous results, and
actually now feel a bit snappier since they're not forced to wait on a file
index they'll never use.
2012-09-11 21:41:01 -07:00
Randy Edmunds 775aa36bfc disable bold, italic syntax highlighting 2012-09-11 19:58:32 -07:00
Randy Edmunds 403e03bfde remove snarky comment 2012-09-11 17:21:09 -07:00
Glenn Ruehle 29bf0a7c8a Merge pull request #1619 from adobe/jasonsanjose/version
User visible version and optional git branch + SHA
2012-09-11 17:14:22 -07:00
Jason San Jose 2a9f85f9b4 code review comments 2012-09-11 16:58:26 -07:00
Randy Edmunds 510e28aa72 Merge pull request #1622 from adobe/jasonsanjose/tools
fix "too many arguments" error message
2012-09-11 16:48:09 -07:00
Joel Brandt 2d54e1d80c Merge pull request #1614 from adobe/glenn/issue-1438
Fix shadow appearance on retina screens.
2012-09-11 16:19:48 -07:00
Jason San Jose 8d762332c3 fix "too many arguments" error message 2012-09-11 14:54:37 -07:00
Randy Edmunds 7241f599f0 Merge pull request #1610 from adobe/rlim/code-hint-issues
Don't show attribute hints after an HMTL comment.
2012-09-11 14:48:32 -07:00
Jason San Jose 4361763dcb Merge pull request #1621 from adobe/alf
Alf
2012-09-11 14:10:46 -07:00
Jason San Jose 25db5d6585 Merge branch 'alf' of github.com:adobe/brackets into alf
Conflicts:
	src/nls/fr/strings.js
2012-09-11 14:08:51 -07:00
Randy Edmunds 7f222acf2d use 12px default on Mac 2012-09-11 13:57:41 -07:00
Jason San Jose 06e532f316 Include branch metadata 2012-09-11 13:57:27 -07:00
Jason San Jose cf05b469f7 Show version and SHA in about box. 2012-09-11 13:00:23 -07:00
Thomas Andersen 6bfaa9fb28 More consistent use of "Live Preview" 2012-09-11 20:54:28 +02:00
Thomas Andersen 95fedc11ae Sync with nls/root/strings.js 2012-09-11 20:43:32 +02:00
Raymond Lim 4dfa3c9735 Merge pull request #1596 from adobe/nj/issue-1415
Show code hints on change instead of keyup
2012-09-11 07:47:00 -07:00
wALF Utility b19f826068 Updated by ALF automation. 2012-09-10 18:17:46 -07:00
Narciso Jaramillo 0c163dae9f Don't turn off shouldShowHintsOnChange too early 2012-09-10 17:36:26 -07:00
Randy Edmunds a059ff6b1a implement SourceCodePro font in editor 2012-09-10 17:03:23 -07:00
Raymond Lim b6d809cd8d Merge pull request #1613 from adobe/jasonsanjose/issue-1602
rename no-nb to nb
2012-09-10 15:27:30 -07:00
Glenn Ruehle 6cfe300666 'Fix' shadow appearance on retina screens. 2012-09-10 15:18:20 -07:00
Jason San Jose 6864b22a13 Rename nb-NO to simply nb due to mac language code return value for Norsk Bokmål 2012-09-10 15:18:05 -07:00
Jason San Jose 45a956e25e Merge pull request #1611 from adobe/glenn/add-branch-and-sha
Add branch and sha to package.json repository info
2012-09-10 14:55:02 -07:00
Jason San Jose 1be44e38f5 rename no-nb to nb-no 2012-09-10 14:44:06 -07:00