Commit Graph

30859 Commits

Author SHA1 Message Date
Max Brunsfeld
11b19b8c0f ⬆️ text-buffer (prerelease) 2016-12-30 16:44:49 -08:00
Max Brunsfeld
d0d187f36a Reduce the impact of leaking Editor, Selection, & Cursor objects
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-12-30 16:43:44 -08:00
Max Brunsfeld
26b128dd46 ⬆️ text-buffer 2016-12-30 12:51:48 -08:00
Max Brunsfeld
5669246026 Merge pull request #13516 from atom/mb-optimize-fnr-markers
Upgrade find-and-replace to use new marker layer API for fast clearing of markers
2016-12-29 11:31:53 -08:00
Max Brunsfeld
4bdd6707ff ⬆️ text-buffer & find-and-replace 2016-12-29 11:31:31 -08:00
Max Brunsfeld
8bf9a3da49 ⬆️ text-buffer & find-and-replace (prerelease) 2016-12-29 10:50:17 -08:00
Max Brunsfeld
714bb85503 ⬆️ text-buffer 2016-12-28 14:39:34 -08:00
Max Brunsfeld
eb55c4b540 ⬆️ symbols-view 2016-12-28 12:15:21 -08:00
Damien Guard
1e2e7d0d44
⬆️ joanna 2016-12-28 11:27:44 -08:00
Max Brunsfeld
c20c284c34 ⬆️ text-buffer for another empty search result fix 2016-12-28 11:12:04 -08:00
Damien Guard
ebdf27a057 Merge pull request #13506 from ggreif/master
Don't hard-code "Atom.app"
2016-12-27 17:31:09 -08:00
Damien Guard
eeacc157ee Merge pull request #13507 from atom/dg-convert-winshell-to-es6
Convert win-shell.coffee to win-shell.js
2016-12-27 17:30:21 -08:00
Damien Guard
efbe2cee76
Convert win-shell.coffee to win-shell.js 2016-12-27 16:24:06 -08:00
Gabor Greif
e95b6965d5 Don't hard-code "Atom.app"
and a few typos
2016-12-27 16:39:24 +01:00
Lee Dohm
5fcf1453e5 Merge pull request #13503 from atom/template-update
📝 Update issue and PR templates
2016-12-26 08:40:13 -08:00
Lee Dohm
d36907b15b
📝 Update issue and PR templates 2016-12-26 08:38:05 -08:00
Lee Dohm
3ca269e44d Merge pull request #13493 from atom/fb-vjeux-find-tooltips
Add atom.tooltips.findTooltips(target)
2016-12-22 17:49:13 -08:00
Lee Dohm
640497081e
👕 2016-12-22 16:39:40 -08:00
Lee Dohm
fd5feab5b3
📝 Add documentation for findTooltips 2016-12-22 16:05:10 -08:00
Christopher Chedeau
a33ab44966 Add atom.tooltips.findTooltips(target)
Right now, it is not possible to hide a tooltip programatically. This is useful when we know better than the tooltip implementation that we did an action that should hide it.

After discussing with @lee-dohm, he suggested the findTooltips API that mimicks the KeyMapManager API.

Released under CC0
2016-12-23 00:01:42 +00:00
Nathan Sobo
2958ad2b18 ⬆️ text-buffer 2016-12-21 22:54:06 -07:00
Lee Dohm
f59e70894f Merge pull request #13487 from atom/template-update
Template update
2016-12-21 21:32:29 -08:00
Lee Dohm
23696fd82a
Remove atom/atom only reference 2016-12-21 20:15:05 -08:00
Lee Dohm
821a54e18f
Update CONTRIBUTING to reference the templates 2016-12-21 20:12:22 -08:00
Lee Dohm
3ebfd6dde2
Update issue and PR templates 2016-12-21 19:58:39 -08:00
Nathan Sobo
49c6ab008c Merge pull request #13486 from atom/ns-constrain-line-decoration-update
Limit line decoration update to visible row range
2016-12-21 19:54:49 -07:00
Nathan Sobo
6d2cb7ca4c ⬆️ bracket-matcher 2016-12-21 19:11:44 -07:00
Nathan Sobo
8fbf42dfd5 Limit line decoration update to visible row range
Previously, if we had selections exceeding the visible range we would do
a bunch of unnecessary work and rendering would become very slow.
2016-12-21 18:26:14 -07:00
Nathan Sobo
afba1560f5 Revert "⬆️ text-buffer"
This reverts commit 3b24a33b10.
2016-12-21 18:19:17 -07:00
Nathan Sobo
3b24a33b10 ⬆️ text-buffer 2016-12-21 16:04:53 -07:00
Damien Guard
f025e68183
⬆️ bracket-matcher 2016-12-21 10:40:47 -08:00
Michelle Tilley
5693c4a1b7 Merge pull request #13460 from atom/mkt-transpile-packages-during-tests
Use package-specific transpilation options during tests
2016-12-20 08:08:34 -08:00
Michelle Tilley
9fb2f456b5 Merge pull request #13475 from atom/mkt-fix-incorrect-title-on-non-project-files
Fix bad title bar path when viewing files not in a project folder
2016-12-19 20:30:20 -08:00
Lee Dohm
3700ef739b Merge pull request #13473 from atom/block-node-7
Prevent builds on Node 7+ until they're fixed
2016-12-19 20:08:20 -08:00
Michelle Tilley
96b7f7f8e6
Fix title bar tests on non-macOS systems 2016-12-19 19:43:15 -08:00
Michelle Tilley
e788a19bfe
Show full dir to item in title bar if item not in a project folder 2016-12-19 19:33:00 -08:00
Michelle Tilley
c8865c2c05
Add failing test for incorrect title bar behavior 2016-12-19 19:32:33 -08:00
Lee Dohm
0d2646f9af
Fix first guard clause 2016-12-19 19:23:38 -08:00
Lee Dohm
0efd95e0ea
Prevent builds on Node 7+ until they're fixed 2016-12-19 19:06:02 -08:00
Michelle Tilley
c1a947e47a
Show problematic filename when failing to execute a file 2016-12-16 16:38:25 -08:00
Michelle Tilley
e2583145aa
Transpile packages with pack-specific transpiler during tests 2016-12-16 16:37:58 -08:00
Max Brunsfeld
2095015e82 Merge pull request #13453 from atom/mb-ns-integrate-new-display-layer
Use new text-buffer version with a more efficient DisplayLayer
2016-12-16 10:25:10 -08:00
Damien Guard
dd62b91cb5 Merge pull request #13441 from atom/dg-windows-project-folder
Custom icon for jumplist projects
2016-12-16 10:05:30 -08:00
Max Brunsfeld
4a12354e9a Increase default file size for large-file warning 2016-12-16 09:21:38 -08:00
Max Brunsfeld
72cd3f9b96 ⬆️ spell-check 2016-12-15 16:58:40 -08:00
Max Brunsfeld
7cc84c4b7a ⬆️ whitespace 2016-12-15 16:26:32 -08:00
Nathan Sobo
f468c43446 Fix lint errors 2016-12-15 16:50:58 -07:00
Nathan Sobo
1c9d2e6717 ⬆️ autosave 2016-12-15 15:45:19 -07:00
Nathan Sobo
f9dfabfdff Merge pull request #13194 from farnabaz/master
fix text selection and cursor position in lines with rtl text
2016-12-15 15:37:54 -07:00
Max Brunsfeld
4edd606abb ⬆️ text-buffer 2016-12-15 13:38:18 -08:00