Kevin Sawicki
d43702f017
🐎 Use direct comparison instead of regex
2014-08-29 09:55:50 -07:00
Kevin Sawicki
690d32cca9
Document undefined case
2014-08-29 09:42:51 -07:00
Kevin Sawicki
d870cb8f36
Return undefined to ? fallback works
2014-08-29 09:42:01 -07:00
Kevin Sawicki
7cd080786c
Return a boolean like the comment says
2014-08-29 09:40:55 -07:00
Kevin Sawicki
a8a251c457
💄
2014-08-29 09:36:55 -07:00
Kevin Sawicki
9574458feb
📝 💄
2014-08-29 09:34:59 -07:00
Kevin Sawicki
692bf534b6
Merge pull request #3369 from khakionion/master
...
Better autodetection of Soft Tabs.
2014-08-29 09:34:01 -07:00
Kevin Sawicki
78f7ff6ee7
Focus existing window after opening path
2014-08-29 09:10:12 -07:00
Ivan Žužak
a00b3b2cc9
Merge pull request #3394 from atom/iz-builtin-context-menu-commands
...
Add cut/copy/paste built-in context menu items
2014-08-28 20:41:21 +02:00
Michael Herring
039e61e960
updated regex in usesSoftTabs to only look for Tab and Space
2014-08-28 17:44:49 +09:00
Michael Herring
002f9ca2b1
merge latest upstream master
2014-08-28 17:35:09 +09:00
Ben Ogle
bbdd304834
Merge pull request #3229 from atom/docs-metadata
...
New API docs
2014-08-27 11:33:04 -07:00
Ben Ogle
cb34539508
Fix syntax highlighting
2014-08-27 09:36:08 -07:00
Ivan Zuzak
096255f283
Support built-in context menu items
2014-08-27 13:54:55 +02:00
Ben Ogle
d79807fbe5
Document atom.* globals as properties
2014-08-26 16:00:35 -07:00
Ben Ogle
48f161b63a
Merge pull request #3388 from atom/bo-remove-all-old-editor
...
Remove ancillary old editor views
2014-08-26 11:39:51 -07:00
Ben Ogle
a296364e53
Fixup doc strings that don’t parse correctly
...
We can’t have a huge indent on the second line of a list item. Markdown
parses it as a code block. :(
2014-08-26 10:47:36 -07:00
Kevin Sawicki
5ba86b3dbc
Normalize file paths in Project::resolve
...
This ensures the drive case letter is consistent on Windows
when opening file paths from the command line.
2014-08-26 10:22:20 -07:00
Ben Ogle
790f134d7c
Remove ancillary old editor views
2014-08-26 10:07:18 -07:00
Kevin Sawicki
32353a31eb
Only restore window when it is minimized
...
Restoring a maximized windows on Windows unmaximizes it.
Closes #3381
2014-08-26 09:55:22 -07:00
Nathan Sobo
2a94e4a33c
Pass tokenizedLines to LinesComponent so measuring stays in sync
...
Fixes #3318
2014-08-25 18:16:45 -06:00
Nathan Sobo
070ca1a4bb
Call checkForVisibilityChange when showing editors via EditorView::show/hide
2014-08-25 18:16:29 -06:00
Nathan Sobo
0849f1ea84
Perform a sync update after editor becomes visible
...
This pauses updates during measurements. If any updates were requested
while measuring, we force an update synchronously to prevent flicker.
This commit also removes the visibility check before updating, because
we can't force an update from this spot in the lifecycle. This shouldn't
be needed anyway because we are polling for visibility changes.
2014-08-25 17:31:29 -06:00
Nathan Sobo
c4f5a3516b
Assign atom.lastUncaughtError in window.onerror handler
2014-08-25 16:36:14 -06:00
Kevin Sawicki
69aa34954f
Remove call to no-op EditorView method
2014-08-25 15:31:39 -07:00
Ben Ogle
d6d7d3942c
📝 Convert EditorView docs
2014-08-25 15:26:38 -07:00
Ben Ogle
c3acd8cf0c
📝 Convert workspaceView docs
2014-08-25 15:13:46 -07:00
Ben Ogle
12f58f0478
📝 Convert workspace docs
2014-08-25 15:13:45 -07:00
Ben Ogle
66e6a481a4
📝 Convert ThemeManager docs
2014-08-25 15:13:45 -07:00
Ben Ogle
de27dce6bf
Convert SelectListView docs
2014-08-25 15:13:45 -07:00
Ben Ogle
6c19a58c7c
📝 Convert Project docs
2014-08-25 15:13:45 -07:00
Ben Ogle
c294208f87
📝 Convert PaneView docs
2014-08-25 15:13:45 -07:00
Ben Ogle
d7f3add250
📝 Convert Pane docs
2014-08-25 15:13:45 -07:00
Ben Ogle
a93ef05e13
📝 Convert Selection docs
2014-08-25 15:13:45 -07:00
Ben Ogle
8aae7b983e
📝 Convert Cursor Docs
2014-08-25 15:13:45 -07:00
Ben Ogle
ad4f464d7c
Fix Decoration events
2014-08-25 15:13:45 -07:00
Ben Ogle
352f1e34ab
No mo :
2014-08-25 15:08:46 -07:00
Kevin Sawicki
5df944e804
📝 Update Task docs
2014-08-25 15:08:46 -07:00
Kevin Sawicki
762f8c2e5a
📝 Update Syntax docs
2014-08-25 15:08:46 -07:00
Ben Ogle
5a51d3a0c9
Fix indentation
2014-08-25 15:08:46 -07:00
Ben Ogle
d79eb8eed3
Update decoration docs
2014-08-25 15:08:46 -07:00
Ben Ogle
9bb6bdf666
Update decorateMarker docs
2014-08-25 15:08:46 -07:00
Ben Ogle
393f6bdd35
Add optional to all optional args
2014-08-25 15:08:45 -07:00
Ben Ogle
a4b2f3aa4b
Editor event documentation
2014-08-25 15:08:45 -07:00
Kevin Sawicki
ee4c7e996f
📝 Convert ScrollView docs
2014-08-25 15:08:45 -07:00
Kevin Sawicki
59bf16fed3
📝 Convert PackageManager docs
2014-08-25 15:08:45 -07:00
Ben Ogle
99917a536e
Add a couple events for test purposes
2014-08-25 15:08:45 -07:00
Kevin Sawicki
0bca0810b9
📝 Convert MenuManager docs
2014-08-25 15:08:45 -07:00
Kevin Sawicki
7d910000a2
📝 Convert DeserializerManager docs
2014-08-25 15:08:45 -07:00
Kevin Sawicki
af67671f60
📝 Convert ContextMenuManager docs
2014-08-25 15:08:45 -07:00