Arun Bose
5509048020
Merge pull request #11640 from ficristo/findbar-getInitialQuery
...
Move getInitialQuery from FileUtils to FindBar
2015-09-11 13:10:02 +01:00
Arun Bose
1d44cf4114
Merge pull request #11522 from diomed/patch-1
...
Update Croation Translation
2015-09-11 13:05:18 +01:00
Arun Bose
96023c4ed9
Merge pull request #11553 from adobe/fix/11552
...
fixes #11552
2015-09-11 13:02:04 +01:00
Martin Zagora
f0ed7ca22e
test is about 30% faster than match; also use filterFileList method
2015-09-10 21:37:18 +10:00
Prashanth Nethi
a233bb36bb
Merge pull request #11516 from adobe/abose/healthInstant
...
Health logs for find / replace in files, instant search usage.
2015-09-10 03:17:43 -07:00
abose
93b62ecddb
Fix typos
2015-09-10 15:51:39 +05:30
abose
2d5d22f89b
Applied filters, Reverted to sync file reads as its over 5 times faster to index, and reduced indexing startup time to 5 secs
2015-09-10 14:49:20 +05:30
Prashanth Nethi
e79fb4a5a6
Merge pull request #11123 from adobe/marcel/js-hints-perf-min
...
Improve JS Code Hints performance in minified files
2015-09-09 07:11:55 -07:00
jiimaho
ccc07dfa95
Minor spelling correction
2015-09-09 14:15:37 +02:00
abose
3e5630339a
async file crawling.
2015-09-09 14:21:17 +05:30
abose
cc55e8204e
Dont search in files > 16MB
...
10 sec delay instead of 5 secs before indexer kick in
only 1 file is indexed at a time instead of 10 in batch.
2015-09-09 12:27:02 +05:30
Prashanth Nethi
81925ce42a
Merge pull request #11664 from ficristo/jshint-once
...
Do not run jshint tasks twice
2015-09-08 13:09:44 +05:30
ficristo
132acf5d49
Do not run jshint tasks twice
2015-09-05 18:47:41 +02:00
ficristo
3ab1a31e21
Merge remote-tracking branch 'upstream/master'
2015-09-05 13:41:21 +02:00
Prashanth Nethi
0fcedec69d
Merge pull request #11652 from adobe/marcel/cm-update
...
Update CodeMirror
2015-09-03 12:01:52 +05:30
Martin Zagora
c627222033
Merge pull request #11645 from adobe/marcel/es6-keywords
...
Add ES6 keywords
2015-09-03 15:34:37 +10:00
Marcel Gerber
2576509e4c
Update CodeMirror
2015-09-01 17:24:50 +02:00
Marcel Gerber
4e33b68794
Add ES6 keywords
2015-08-31 02:05:38 +02:00
ficristo
2d3b83aae4
Remember if a linter was collapsed in the panel
2015-08-29 16:51:09 +02:00
ficristo
5f2763272c
Merge branch 'master' of https://github.com/ficristo/brackets
2015-08-29 14:44:01 +02:00
ficristo
f6992b7ee7
Moved getInitialQuery from FindUtils to FindBar
2015-08-29 14:38:22 +02:00
ficristo
d22c8f0e15
Merge remote-tracking branch 'upstream/master'
2015-08-29 14:14:25 +02:00
Marcel Gerber
6ac4568723
Merge pull request #11583 from Rynaro/master
...
PT-BR translation update
2015-08-28 21:08:50 +02:00
ficristo
c9cfba6663
Merge pull request #1 from adobe/master
...
merge master
2015-08-25 20:56:49 +02:00
Henrique Aparecido Lavezzo
c3f8dbd51c
Missing commas
2015-08-17 19:09:32 -03:00
Patrick Oladimeji
3603849939
removed unit test files
2015-08-11 21:08:04 -04:00
Rynaro
4a7b209be0
Minor adjustments
2015-08-11 22:02:18 -03:00
Patrick Oladimeji
f1e4472315
Revert "documented and refactored restoreLineFolds function"
...
This reverts commit eb419aa381
.
2015-08-11 20:56:26 -04:00
Rynaro
18c66234dd
Ooops, missing line
2015-08-11 21:53:20 -03:00
Patrick Oladimeji
0545f9d241
fixed refresh rendering bug with selection based fold
2015-08-11 20:49:41 -04:00
Rynaro
54e6417521
Large amount of translations for pt-br
2015-08-11 21:43:09 -03:00
Patrick Oladimeji
632bff4717
Merge branch 'code-folding-unit-tests' into fold-selected
...
* code-folding-unit-tests:
documented and refactored restoreLineFolds function
added test for clearing correctness of clearing fold marks in editor
added test cases including enabling and disabling extension, and checking that preference values work as expected
Basic unit tests for code-folding extension
2015-08-11 19:05:18 -04:00
Henrique A. Lavezzo
cb3c7cce01
Working in pt-br translation
2015-08-11 16:54:27 -03:00
Randy Edmunds
be9137c6d7
code cleanup
2015-08-09 16:44:39 -07:00
Randy Edmunds
61c1c99754
define os-specific function to compare file names
2015-08-09 16:28:41 -07:00
Randy Edmunds
9b3856a9b6
only lowercase string once
2015-08-09 10:42:09 -07:00
Patrick Oladimeji
dd3be9f799
documented and refactored restoreLineFolds function
2015-08-09 08:50:13 -04:00
Patrick Oladimeji
eb419aa381
documented and refactored restoreLineFolds function
2015-08-09 08:46:23 -04:00
Patrick Oladimeji
0f9ffbacf1
Merge branch 'fold-selected' into code-folding-unit-tests
...
* fold-selected:
fix for the creation of multiple fold range widgets for a single collapsed region.
updated logic for restoring line folds to account for selection folds function that updates foldcache now also accounts for selection folds
Added nls Strings description for code-folding feature for making selections foldable. Minor modification to CodeMirror helper fold.auto - a range is now only returned if the number of lines spanned by the range is at least the minimum fold size set in the prefs. This has implications for global helpers.
Added feature to enable code folding for arbitrary selections in the brackets editor
2015-08-08 21:14:33 -04:00
Patrick Oladimeji
853b5d1af3
fix for the creation of multiple fold range widgets for a single collapsed region.
2015-08-08 21:13:51 -04:00
Patrick Oladimeji
8e9dbeee91
Merge branch 'master' of https://github.com/adobe/brackets into code-folding-unit-tests
2015-08-08 18:34:52 -04:00
Patrick Oladimeji
2e0adde5e2
Merge branch 'master' of https://github.com/adobe/brackets into fold-selected
2015-08-08 17:55:36 -04:00
Patrick Oladimeji
25ae7963a7
updated logic for restoring line folds to account for selection folds
...
function that updates foldcache now also accounts for selection folds
2015-08-08 17:55:13 -04:00
Martin Zagora
6afab584ad
add pCallback param to docs
2015-08-07 15:42:13 +10:00
Martin Zagora
887a77f33b
fixes #11552
2015-08-07 06:28:53 +10:00
Marcel Gerber
11b663e57c
Merge pull request #11546 from rafaelstz/patch-2
...
Update Portuguese string
2015-08-06 19:06:53 +02:00
Arun Bose
82729e39e5
Merge pull request #11528 from adobe/marcel/cm-update
...
Update CodeMirror
2015-08-06 18:47:45 +05:30
Martin Zagora
c7c0c54831
Merge remote-tracking branch 'hussainb/patch-1'
2015-08-06 10:34:43 +10:00
Patrick Oladimeji
ab8039f64b
added test for clearing correctness of clearing fold marks in editor
2015-08-05 21:22:23 +01:00
Rafael Corrêa Gomes
c590309f97
Update string
...
Quit = Fechar
Exit = Sair
2015-08-05 14:17:59 -03:00