pulsar/src
2014-05-19 22:20:57 -06:00
..
browser Include Terms of Use in the help menu 2014-05-14 10:44:33 -07:00
atom.coffee Add fullscreen class to body when in full screen 2014-05-08 20:36:46 -07:00
buffered-node-process.coffee :memo TomDoc BufferedNodeProcess 2014-02-24 17:09:22 -08:00
buffered-process.coffee Fix running .cmd stubs through BufferedProcess 2014-05-09 09:04:36 -05:00
clipboard.coffee Switch all documentation links to match CoffeeScript literal notation 2014-02-19 17:23:47 -07:00
coffee-cache.coffee Store compile cache in ~/.atom/compile-cache 2014-04-23 10:59:23 -07:00
command-installer.coffee Don't try and install cli commands if they are already symlinked. 2014-02-14 17:43:54 -08:00
config.coffee 📝 Mention previous value is in second argument object 2014-05-15 10:16:29 -07:00
context-menu-manager.coffee Remove unneeded . 2014-04-17 11:24:53 -07:00
cursor-component.coffee Blink cursors with a CSS animation 2014-05-16 15:31:13 -06:00
cursor-view.coffee hide the cursor with cursor-hidden class rather than element.style 2014-05-15 19:20:32 -07:00
cursor.coffee Fixed typos 2014-05-07 08:52:58 +01:00
cursors-component.coffee Sync cursor animations when cursors are added 2014-05-16 15:31:14 -06:00
custom-event-mixin.coffee Update cursor view when selection screen position changes 2014-04-22 17:09:03 -06:00
deserializer-manager.coffee Implement ::serialize in example 2014-02-24 15:26:04 -08:00
display-buffer-marker.coffee Add DisplayBuffer::pixelPositionForScreenPosition 2014-04-22 17:09:03 -06:00
display-buffer.coffee Drop lineOverdraw and scroll-view-content div 2014-05-16 15:31:11 -06:00
editor-component.coffee Merge pull request #2258 from atom/ns-react-scroll-perf 2014-05-19 14:42:18 -06:00
editor-scroll-view-component.coffee Preserve the target when scrolling w/ mousewheel on editor lines 2014-05-19 14:17:09 -06:00
editor-view.coffee Add missing parens on indent guide check 2014-05-19 08:52:06 -07:00
editor.coffee Merge pull request #2258 from atom/ns-react-scroll-perf 2014-05-19 14:42:18 -06:00
fold.coffee Preserve folds when duplicating lines 2014-03-06 13:16:16 -07:00
git.coffee Fixed typos 2014-05-07 08:52:58 +01:00
gutter-component.coffee Update dataset screenRow of gutter nodes when updating them 2014-05-19 21:34:06 -06:00
gutter-view.coffee Remove ### style visibility comments 2014-02-06 10:40:45 -08:00
input-component.coffee Skip selection restoration on our fork of react 2014-05-16 15:31:14 -06:00
keymap-extensions.coffee Upgrade to atom-keymap@0.14.0 and account for renamed methods 2014-03-31 16:01:31 -06:00
language-mode.coffee Preserve indentation when commenting 2014-04-30 09:50:11 -07:00
less-compile-cache.coffee Store compile cache in ~/.atom/compile-cache 2014-04-23 10:59:23 -07:00
lines-component.coffee Delete dead method 2014-05-19 21:32:26 -06:00
menu-manager.coffee Check if selector matches parents of test element 2014-05-16 11:57:04 -07:00
package-manager.coffee 💄 Use trailing if 2014-05-15 10:48:02 -07:00
package.coffee Prevent activation events from bubbling 2014-04-22 17:10:21 -06:00
pane-axis-view.coffee Remove ### style visibility comments 2014-02-06 10:40:45 -08:00
pane-axis.coffee Rename PaneAxisModel to PaneAxis 2014-01-13 13:54:04 -07:00
pane-column-view.coffee Remove Internal: prefix 2014-02-06 10:14:20 -08:00
pane-container-view.coffee Don't rename deprecated method 2014-04-18 10:43:27 -07:00
pane-container.coffee Add PaneContainer::getActivePane 2014-04-15 14:55:28 -07:00
pane-row-view.coffee Remove ### style visibility comments 2014-02-06 10:40:45 -08:00
pane-view.coffee Fixed typos 2014-05-07 08:52:58 +01:00
pane.coffee Guard against PaneAxis as first child 2014-05-05 11:28:36 -07:00
project.coffee buildBufferSync can't be deprecated because TokenizedBuffer uses it 2014-04-22 16:48:01 -07:00
react-editor-view.coffee Make lineOverdrawMargin a property 2014-05-16 15:31:15 -06:00
replace-handler.coffee Add replace to project and buffer 2013-11-08 12:20:43 -08:00
repository-status-handler.coffee Doc that path is relative to parent repo 2014-03-28 13:21:21 -07:00
row-map.coffee Remove Private: prefix 2014-02-06 10:02:53 -08:00
scan-handler.coffee Add paths-searched event to the scan-handler 2013-09-26 14:33:41 -07:00
scoped-properties.coffee Upgrade to fs-plus 2.x 2014-02-17 15:25:51 -08:00
scroll-view.coffee 📝 Doc events and calling super from initialize 2014-02-06 10:52:01 -08:00
scrollbar-component.coffee Explicitly assign dummy scrollbars to the correct width/height 2014-05-09 11:33:04 -06:00
scrollbar-corner-component.coffee Explicitly assign dummy scrollbars to the correct width/height 2014-05-09 11:33:04 -06:00
select-list-view.coffee Add data to the same jquery object that is appended to the list. 2014-03-11 11:20:03 -07:00
selection-component.coffee Implement shouldComponentUpdate for SelectionsComponent 2014-05-16 15:31:15 -06:00
selection-view.coffee Remove Internal: prefix 2014-02-06 10:14:20 -08:00
selection.coffee Merge pull request #2258 from atom/ns-react-scroll-perf 2014-05-19 14:42:18 -06:00
selections-component.coffee Implement shouldComponentUpdate for SelectionsComponent 2014-05-16 15:31:15 -06:00
space-pen-extensions.coffee Start experimenting with an EditorView that renders content with React 2014-04-22 17:09:01 -06:00
subscriber-mixin.coffee Update cursor view when selection screen position changes 2014-04-22 17:09:03 -06:00
syntax.coffee Look at first character instead of indexOf call 2014-04-22 09:35:30 -07:00
task-bootstrap.coffee Support sending messages directly to task 2013-09-20 10:03:01 -07:00
task.coffee Avoid sending arguments object to child process. 2014-03-19 15:40:35 -06:00
text-utils.coffee Don't mark text-utils methods as public 2014-01-22 10:05:53 -08:00
theme-manager.coffee Emit stylesheet-added/removed from ThemeManager w/ CSSStyleSheet objects 2014-05-09 11:33:04 -06:00
theme-package.coffee Combine AtomPackage and Package 2014-02-17 12:59:03 -08:00
token.coffee Only add indent guide to trailing whitespace on whitespace-only lines 2014-04-22 17:09:44 -06:00
tokenized-buffer.coffee Merge remote-tracking branch 'origin/master' into cj-add-deprecation-warning-to-specs 2014-04-23 16:51:14 -07:00
tokenized-line.coffee Don't use _.pluck when building TokenizedLines 2014-05-19 22:20:57 -06:00
window-bootstrap.coffee Save the sync message in require('crash-reporter').start(). 2014-02-03 19:31:40 +08:00
window-event-handler.coffee Call open on model instead of view 2014-04-30 16:07:26 -07:00
window.coffee 📝 Doc params in window.coffee 2014-02-12 08:54:16 -08:00
workspace-view.coffee Add application:install-update to workspaceView 2014-05-16 15:05:19 -07:00
workspace.coffee Merge pull request #1898 from atom/open-source-release 2014-05-05 12:59:19 -07:00