Paul Ivanov
597a5cb741
don't color code in crimson
...
do alliterate, aforementioned color alternative alias is amaranth
2014-03-18 11:03:09 -07:00
Paul Ivanov
b9ef37ac26
semicolon fixes buttress half of my js commits
2014-03-18 10:31:51 -07:00
Min RK
e64c2cb5d8
Merge pull request #5296 from ivanov/more-shortcuts
...
unify keyboard shortcut and codemirror interaction
2014-03-18 09:46:07 -07:00
Paul Ivanov
0c366861c5
brief key event desription
2014-03-17 21:09:51 -07:00
Paul Ivanov
6d6e0fb007
fix up and down arrows in the top and bottom cells
2014-03-17 20:11:33 -07:00
Paul Ivanov
09866e0ee1
go to the beginning of the line when entering cell
2014-03-17 17:41:44 -07:00
Paul Ivanov
96848748de
restore master behavior
...
up arrow at the top line first goes to char 0, and only goes to the cell
above if already on char 0. Same with down arrow on the bottom line:
transition cursor to the end of the line, and only go down a cell if
already at the end of the last line.
this makes for an unhappy experience in code-mirror's vim mode for j
and k keys, but we'll fix that in the next commit
2014-03-17 16:21:23 -07:00
Paul Ivanov
8f17444c27
go to appropriate line when coming from another cell
...
Sets the cursor on the last line of the cell when moved up from the top
of the cell below, and sets the cursors to the first line when moving
down from the bottom of a last line.
Here, we retain the character that the cursor was on, so that users
wishing to have up-down functionality like one document can still use
this shortcut handler and simple adjust the at_top and at_bottom methods
2014-03-17 15:48:36 -07:00
Jonathan Frederic
2dd8757da7
Fab CSS
2014-03-17 10:44:29 -07:00
Jonathan Frederic
77904a044c
Re-added already existing base for less backwards compatability.
2014-03-17 10:43:53 -07:00
Jonathan Frederic
0020b9f896
Fix specifity of flex modifier classes
2014-03-17 10:40:28 -07:00
MinRK
710818c526
do not install less sources
...
only their css build results are used after install
2014-03-14 15:24:05 -07:00
MinRK
8e5937e993
remove some redundant font-family: monospace
...
`pre`, `code` tags already set the font-family in these contexts.
Setting it again in the surrounding context is redundant,
and causes inconsistency when embedding notebooks in HTML
(e.g. nbviewer).
2014-03-14 11:43:11 -07:00
Jonathan Frederic
d37ffe91b7
Fix status ind. icon bug
2014-03-14 11:40:54 -07:00
MinRK
caee63f413
fallback on copy, copyfile if copy2 fails
...
in notebook manager
2014-03-14 10:06:02 -07:00
MinRK
89faa5f340
simplify raw_input css
...
for once, vertical-align: baseline is the right choice
2014-03-13 20:47:34 -07:00
MinRK
065a6eaa34
fix ambiguous raw_input classes
2014-03-13 20:45:54 -07:00
Paul Ivanov
61b47695e4
renamed 'use_shortcut' method to 'handles'
2014-03-13 16:44:19 -07:00
Paul Ivanov
d8287466d0
another doc fix
2014-03-13 16:40:37 -07:00
Paul Ivanov
f68dcc3e57
it's only half true that I'm anal about semicolons
2014-03-13 16:30:58 -07:00
Paul Ivanov
67fd905421
minor fixes to docs to address PR feedback
2014-03-13 16:29:28 -07:00
Paul Ivanov
469c70fd10
more semicolons
2014-03-13 16:23:27 -07:00
Jonathan Frederic
443083c1fd
Added some comments
2014-03-13 14:34:17 -07:00
Paul Ivanov
05838b7c2e
Merge pull request #5340 from minrk/btcss
...
install bootstrap-tour css
2014-03-13 14:31:52 -07:00
Paul Ivanov
1dc113a9cb
closes #5336
2014-03-13 14:30:32 -07:00
MinRK
07b8b93e96
install bootstrap-tour css
2014-03-13 14:30:32 -07:00
Hans Meine
b771250c7e
give hint on where to find custom.js
2014-03-13 07:53:57 +01:00
cgohlke
74be15ec19
Fix filenbmanager.list_dirs fails for Windows user profile directory
2014-03-11 23:50:46 -07:00
Paul Ivanov
4142911ac7
better fix for starting with Command Mode icon
2014-03-11 18:58:46 -07:00
Paul Ivanov
12139b4d6e
ensure ipython-command-mode icon displayed on load
2014-03-11 18:48:21 -07:00
Paul Ivanov
f0ae836f5f
semantic names for kernel status indicator
2014-03-11 18:37:35 -07:00
Paul Ivanov
f5a02a02dd
semantic names for indicator icons
...
For all of the discussion that we had about what kind of icons should
and should not be used to indicate what mode the notebook is in, we
never went through to make it possible to override it.
With this change, it is now possible to override what icons are
displayed for Command and Edit Modes.
For example, @minrk liked the fighter-jet icon for Command Mode, so he
can put this in his custom.css
.ipython-command-mode:before {
content: "\f0fb";
}
2014-03-11 18:22:03 -07:00
MinRK
084aba793f
fix raw_input CSS
...
I had to express padding in px, not em for consistent appearance.
I'm not sure why.
2014-03-11 14:45:37 -07:00
Paul Ivanov
4dd009f198
DRY: style in one place, removed code duplication
2014-03-11 00:53:15 -07:00
Thomas Kluyver
8c45772c3e
Refactor generation of casperjs command
2014-03-10 17:01:35 -07:00
Thomas Kluyver
1cf91b4933
Refactor TestController API to allow it to display extra info.
...
Add a setup() method to be called when we know we're going to use a test
group, for creating temporary dirs etc., and a print_extra_info() method
to display extra information.
2014-03-10 16:45:08 -07:00
Brian E. Granger
ccae2287d2
Merge pull request #5325 from minrk/notary-config
...
add NotebookNotary to NotebookApp's class list
2014-03-10 16:16:58 -07:00
Thomas Kluyver
8170b58c3f
Fix display of notebook directory path
2014-03-10 16:07:12 -07:00
Thomas Kluyver
cedc3bad9e
Some gardening on iptest result reporting
2014-03-10 15:47:41 -07:00
Jonathan Frederic
7762cb0ab3
Fixed a small bug/typo
2014-03-10 15:29:10 -07:00
Jonathan Frederic
e61b6aef47
Add logic to close tt when cell is unselected
2014-03-10 15:26:04 -07:00
MinRK
f9758dd453
add NotebookNotary to NotebookApp's class list
...
adds it to help output and config files
2014-03-10 15:21:11 -07:00
Brian E. Granger
3eb654bd86
Merge pull request #5295 from minrk/no-append-prototype
...
OutputArea.append_type functions are not prototype methods
2014-03-10 14:13:14 -07:00
Paul Ivanov
b08665563d
fix capitalization of mode-switching keys
2014-03-10 11:48:13 -07:00
MinRK
a24595d16b
call append_text from append_map
2014-03-10 11:44:00 -07:00
Paul Ivanov
01c9be84d0
prettify combo keyboard shortcuts
2014-03-10 11:30:50 -07:00
Paul Ivanov
1c213bc615
first pass at capitalizing keyboard shortcuts
2014-03-10 11:13:18 -07:00
Jonathan Frederic
95492b0f42
Add illusion that cell is in edit mode when complete is up,
...
even though it is not in focus so it is not in edit mode.
2014-03-10 10:10:06 -07:00
Jonathan Frederic
65732920eb
Remove all should cancel blur logic.
2014-03-10 09:46:59 -07:00
Jonathan Frederic
989ae4e1b3
Workaround for Tooltip & completer click focus bug.
2014-03-10 09:28:19 -07:00