Commit Graph

8585 Commits

Author SHA1 Message Date
Kevin Sawicki
da7cbeddc7 Support scope selectors with dashes in segments
Previously dashes were only interpreted as negation which
wasn't correct.

Segments should be able to contain a dash as long as it isn't at
the very beginning of the segment.
2013-08-06 12:18:36 -07:00
Kevin Sawicki
8b55c4981d Add assert for multi-segment prefix 2013-08-06 11:35:37 -07:00
Kevin Sawicki
b7a59748c4 Adding missing parens 2013-08-06 10:47:56 -07:00
probablycorey
b49de61402 Rename getMovePreviousWordBoundaryBufferPosition
New name is getPreviousWordBoundaryBufferPosition
2013-08-06 08:53:27 -07:00
probablycorey
c38edbfe0b Cursor.moveCursorToBeginningOfNextWord() behaves correctly on whitespace
Closes #669
2013-08-05 16:47:29 -07:00
Kevin Sawicki
557ada7c81 Read metadata when TextMate packages are loaded
The bundled TextMate packages contain valid package metadata
which should be available when displaying in the packages settings
view.
2013-08-05 16:09:10 -07:00
Kevin Sawicki
236ec6fc3b Ignore children with no names
This will be elements that aren't package views
2013-08-05 15:54:03 -07:00
Kevin Sawicki
35890588ca Remove separation for release that didn't happen 2013-08-05 14:10:52 -07:00
probablycorey
c6c0ecbb37 Make changelog entries more readable 2013-08-05 14:09:08 -07:00
probablycorey
1fdbf4612c Update changelog 2013-08-05 13:56:22 -07:00
probablycorey
948fa3a91c Fix naming errors 2013-08-05 13:54:39 -07:00
probablycorey
a624d52f42 💄 2013-08-05 13:54:39 -07:00
probablycorey
2b50f2409e Add settings view package description 2013-08-05 13:54:39 -07:00
probablycorey
0b11ce64a2 Rename config view to settings view 2013-08-05 13:54:39 -07:00
probablycorey
f70c6928cd Use rootView.open to display config panel 2013-08-05 13:54:39 -07:00
probablycorey
cbb6d58d1b Rename ThemeConfigPanel to ThemePanel 2013-08-05 13:54:39 -07:00
probablycorey
4dc2e48e8c Activate all packages before loading the settings config panel 2013-08-05 13:54:39 -07:00
probablycorey
7385bd97c6 💄 2013-08-05 13:54:39 -07:00
probablycorey
063078cd34 Remove Config panel class and update Settings Panel spec 2013-08-05 13:54:39 -07:00
probablycorey
789b8a2987 Rename GeneralConfigPanel to SettingsPanel 2013-08-05 13:54:38 -07:00
probablycorey
53ea135799 Add defaults for autodave and excludeVcsIgnoredPaths 2013-08-05 13:54:38 -07:00
probablycorey
32242687bd Rename @pack to @metadata 2013-08-05 13:54:38 -07:00
probablycorey
3aca556827 Simplify tab clicking 2013-08-05 13:54:38 -07:00
probablycorey
372a64bd5d Typo 2013-08-05 13:54:38 -07:00
probablycorey
3f83d42afc Fix broken specs 2013-08-05 13:54:38 -07:00
probablycorey
8bf877e400 Inline available packages 2013-08-05 13:54:38 -07:00
probablycorey
29f45b787b Add set loading text 2013-08-05 13:54:38 -07:00
probablycorey
68491a512d Fix broken specs 2013-08-05 13:54:38 -07:00
probablycorey
bd72f245b1 Inline installed packages panel 2013-08-05 13:54:38 -07:00
probablycorey
4ef5082887 Add filter to packages config panel 2013-08-05 13:54:38 -07:00
probablycorey
27822fb37c Remove editor config panel 2013-08-05 13:54:38 -07:00
probablycorey
be803bf122 Remove comments 2013-08-05 13:54:38 -07:00
probablycorey
db29a1b6a2 Auto populate config settings 2013-08-05 13:54:38 -07:00
probablycorey
25d4bb8d6c Add _.uncamelcase 2013-08-05 13:54:37 -07:00
probablycorey
8cc47a2069 Add _.deepExtend 2013-08-05 13:54:37 -07:00
probablycorey
c825e20f62 Make config view focusable 2013-08-05 13:54:37 -07:00
probablycorey
69eace6292 Remove references to windowed config panel 2013-08-05 13:54:37 -07:00
probablycorey
2284435551 Move config view to a package 2013-08-05 13:54:37 -07:00
probablycorey
1252b94fcb Warn if no deserilizer can be found for some state 2013-08-05 13:54:37 -07:00
probablycorey
8d0afc087f Don't set uri when pane item doesn't serialize itself 2013-08-05 13:54:37 -07:00
probablycorey
f789c7e2df 💄 2013-08-05 12:43:56 -07:00
probablycorey
80bbd035db Do not download update if Atom is running in dev mode 2013-08-05 12:40:47 -07:00
Kevin Sawicki
0397df2f4d Rename package main to just Bookmarks
This allows the view that displays the bookmarks for browsing
to be called just BookmarksView.
2013-08-05 11:32:50 -07:00
Kevin Sawicki
cd8796b561 Add select list to browse and open bookmarks from 2013-08-05 11:28:10 -07:00
Kevin Sawicki
68103601e6 Move folding changes to next release section 2013-08-01 09:13:12 -07:00
Kevin Sawicki
c278ead451 Mention bookmarks view 2013-08-01 09:12:18 -07:00
Kevin Sawicki
c44e9b6308 💄 2013-08-01 08:48:15 -07:00
Kevin Sawicki
1c37537d19 Show octicon in gutter for bookmarked line 2013-08-01 08:47:41 -07:00
Kevin Sawicki
684dec4b24 Always suggest non-negative indent levels
Close #668
2013-07-31 18:01:38 -07:00
Kevin Sawicki
30f72c1519 Update bootstrap URL in .gitmodules 2013-07-30 16:39:23 -07:00