Commit Graph

434 Commits

Author SHA1 Message Date
Kevin Sawicki
7c3141783b Check if file exists before reading
Closes #153
2013-01-22 13:51:26 -08:00
Jon Rohan
8bb8fe814a Merge branch 'dev' into css-theme-refactor 2013-01-22 12:48:41 -08:00
Pat Nakajima
31f0e739cd Bring back position:fixed for tree view resizer
Without position fixed, the resizer breaks when the tree
view is scrolled.
2013-01-22 12:19:10 -08:00
Kevin Sawicki
37379851a6 Only select entry nodes
This ensure the resizer or any other non-entry
nodes are never selected when moving up or down.
2013-01-22 09:11:08 -08:00
Jon Rohan
8e7fb55f75 refactoring the status-bar 2013-01-21 21:12:41 -08:00
Jon Rohan
f8520162a0 Updating the tabs 2013-01-21 21:03:47 -08:00
Jon Rohan
76ff418575 command-logger refactor 2013-01-21 19:19:41 -08:00
Jon Rohan
260cacdacf autocomplete.css refactor 2013-01-21 18:44:18 -08:00
Jon Rohan
ea068c5cd7 adding back some tree-view 2013-01-21 17:33:27 -08:00
Jon Rohan
d11317c9b3 some style updates to the resizer 2013-01-21 17:22:45 -08:00
Corey Johnson
7149e70fe5 Merge remote-tracking branch 'origin/dev' into fuzzy 2013-01-21 15:20:31 -08:00
Corey Johnson
32e281bcc6 Add getWordUnderCursor to Editor and EditSession 2013-01-21 15:19:01 -08:00
Corey Johnson
ad8a29df80 Display error if no files match word under cursor 2013-01-21 15:01:44 -08:00
Corey Johnson
0a5e0a85f8 Using getCurrentWordBufferRange instead of getCurrentWord 2013-01-21 15:00:17 -08:00
Jon Rohan
e80a54f207 Merge branch 'dev' into css-theme-refactor 2013-01-21 14:59:56 -08:00
Corey Johnson
f2dcf40a2c Make test use word under cursor 2013-01-21 14:38:47 -08:00
Corey Johnson
46d20250d3 Fixed fuzzy-finder's file regex 2013-01-21 14:37:24 -08:00
Corey Johnson
dd5f63022a 💄
Minor tweaks to make the code match Atom's other code.
2013-01-21 13:02:55 -08:00
Nathan Sobo
2389893799 Absorb parse errors and ignore hidden files when loading atom snippets 2013-01-21 13:49:24 -07:00
Corey Johnson
7fe6d09cbc Merge remote-tracking branch 'origin/dev' into fuzzy 2013-01-21 12:42:14 -08:00
Corey Johnson
3a5d02fccf Serialize TreeView width 2013-01-21 10:41:27 -08:00
Corey Johnson
9e5c7a77d5 Add min-width back for TreeView
In case someone sets the width to 0 and wonders where it went.
2013-01-21 10:39:31 -08:00
Corey Johnson
a6dfabfe71 Remove width from .tree-view-resizer 2013-01-21 10:38:41 -08:00
Corey Johnson
2db8dce4b6 Merge remote-tracking branch 'origin/dev' into sidebar 2013-01-21 10:02:05 -08:00
Jon Rohan
20e5b303a7 refactoring all the stylesheets into /Atom - Dark/
Conflicts:
	.atom/themes/Atom - Dark/vim-mode.css
2013-01-17 22:11:45 -08:00
Derek Greentree
b594244007 remove 'returns'; ensure value passed to setText is a string 2013-01-17 17:26:07 -08:00
Kevin Sawicki
7c9ac5a4ac Defer building parser until eval'ing 2013-01-17 16:50:25 -08:00
Kevin Sawicki
f21e264189 Inline require of d3
It is almost 8,000 lines and does not need to
be loaded until the heatmap displays.
2013-01-17 16:50:25 -08:00
Derek Greentree
acaf3d9fd3 remove debugging 2013-01-17 15:46:58 -08:00
Derek Greentree
b229dd21f4 fuzzy find files using content under cursor 2013-01-17 15:36:22 -08:00
Pat Nakajima
fef9aae2f3 No need for the min-width on tree-view anymore 2013-01-17 15:02:56 -08:00
Pat Nakajima
fbd65ecbb1 Remove unnecessary CSS rules 2013-01-17 14:59:40 -08:00
Pat Nakajima
2e94c130ed Remove use of CSS selectors (use outlets instead) 2013-01-17 14:57:43 -08:00
Pat Nakajima
b241cf9fd4 Prevent selection highlight styles on tabs 2013-01-17 13:24:46 -08:00
Pat Nakajima
b36228c3ac No need for left padding, since the sidebar is resizable 2013-01-17 13:09:18 -08:00
Pat Nakajima
cb8d18d83c Increase size of resize handle to 10px 2013-01-17 12:56:34 -08:00
Pat Nakajima
c7d12cb6b5 Allow tree view sidebar to be resized. 2013-01-17 12:48:29 -08:00
Kevin Sawicki
60481c58d3 Update selected entry when moving to top/bottom 2013-01-16 09:09:46 -08:00
Kevin Sawicki
f9db8c5263 Remove unused require 2013-01-15 08:48:57 -08:00
Kevin Sawicki
f04ccdaf0e 💄 2013-01-15 08:48:10 -08:00
Kevin Sawicki
6b0f7bca44 Rename variable to pattern to shadow config key path 2013-01-15 08:38:58 -08:00
Kevin Sawicki
8c6a157ce3 Remove unused variable 2013-01-15 08:36:39 -08:00
Kevin Sawicki
e7af5be916 Remove unused require 2013-01-15 08:30:08 -08:00
Kevin Sawicki
28d4c3749f Use octicon for command panel prompt 2013-01-14 09:32:04 -08:00
Kevin Sawicki
fc8fb73176 Use RootView.eachEditor from Autocomplete package 2013-01-12 18:03:16 -08:00
Kevin Sawicki
01233e2990 Use RootView.eachEditor in Tabs package 2013-01-12 15:54:10 -08:00
Kevin Sawicki
026bacabdb Use RootView.eachEditor from StatusBar package 2013-01-11 16:56:51 -08:00
Kevin Sawicki
b5a0b76707 Use RootView.eachEditor from WrapGuide package 2013-01-11 16:46:57 -08:00
Kevin Sawicki
8a9f7200d2 Tweak period location in error messages 2013-01-11 15:53:35 -08:00
Kevin Sawicki
65df35c351 Don't show the move dialog when the project is selected 2013-01-11 14:07:49 -08:00