Lines Matching +full:theme +full:- +full:one +full:- +full:dark
19 * cross-platform: works mostly the same on Windows, Unix, and Mac OS X
24 * multi-window text editor with multiple undo, Python colorizing,
36 -----
57 Open a list of recent files. Click one to open it.
75 Save the current window to the associated file, if there is one. Windows
108 Copy selection into the system-wide clipboard; then delete the selection.
111 Copy selection into the system-wide clipboard.
114 Insert contents of the system-wide clipboard into the current window.
125 Repeat the last search, if there is one.
128 Search for the currently selected string, if there is one.
134 Open a search-and-replace dialog.
184 Reformat the current blank-line-delimited paragraph in comment block or
189 Remove any space characters after the last non-space character of a line.
212 At this point, one may interactively explore the result of execution.
213 This is similar to executing a file with ``python -i file`` at a command
251 Auto-open Stack Viewer
262 menu. To use a new built-in color theme (IDLE Dark) with older IDLEs,
263 save it as a new custom theme.
265 Non-default user settings are saved in a .idlerc directory in the user's
267 by editing or deleting one or more of the files in .idlerc.
281 The rest of this menu lists the names of all open windows; select one to bring
315 Open a context menu by right-clicking in a window (Control-click on OS X).
319 Copy selection into the system-wide clipboard; then delete the selection.
322 Copy selection into the system-wide clipboard.
325 Insert contents of the system-wide clipboard into the current window.
344 ----------------------
351 * :kbd:`C-Backspace` delete word left; :kbd:`C-Del` delete word to the right
355 * :kbd:`C-LeftArrow` and :kbd:`C-RightArrow` moves by words
359 * :kbd:`C-Home`/:kbd:`C-End` go to begin/end of file
363 * :kbd:`C-a` beginning of line
365 * :kbd:`C-e` end of line
367 * :kbd:`C-k` kill line (but doesn't put it in clipboard)
369 * :kbd:`C-l` center window around the insertion point
371 * :kbd:`C-b` go backward one character without deleting (usually you can
374 * :kbd:`C-f` go forward one character without deleting (usually you can
377 * :kbd:`C-p` go up one line (usually you can also use the cursor key for
380 * :kbd:`C-d` delete next character
382 Standard keybindings (like :kbd:`C-c` to copy and :kbd:`C-v` to paste)
389 After a block-opening statement, the next line is indented by 4 spaces (in the
390 Python Shell window by one tab). After certain keywords (break, return etc.)
393 Shell window one tab), number depends on Indent width. Currently, tabs
402 both built-in and user-defined. Completions are also provided for
406 two seconds) after a '.' or (in a string) an os.sep is typed. If after one
410 If there is only one possible completion for the characters entered, a
414 :kbd:`C-space` will open a completions window. In an empty
416 blank line, it will contain the built-in and user-defined functions and
422 cause the longest non-ambiguous match to be entered in the Editor window or
429 ``__all__`` set, or to class-private attributes.
445 A calltip is shown when one types :kbd:`(` after the name of an *accessible*
466 In an editor, import statements have no effect until one runs the file. One
473 * :kbd:`C-c` interrupts executing command
475 * :kbd:`C-d` sends end-of-file; closes window if typed at a ``>>>`` prompt
477 * :kbd:`Alt-/` (Expand word) is also useful to reduce typing
481 * :kbd:`Alt-p` retrieves previous command matching what you have typed. On
482 OS X use :kbd:`C-p`.
484 * :kbd:`Alt-n` retrieves next. On OS X use :kbd:`C-n`.
502 text in popups and dialogs is not user-configurable.
506 --------------------------
508 Upon startup with the ``-s`` option, IDLE will execute the file referenced by
526 .. code-block:: none
528 idle.py [-c command] [-d] [-e] [-h] [-i] [-r file] [-s] [-t title] [-] [arg] ...
530 -c command run command in the shell window
531 -d enable debugger and open shell window
532 -e open editor window
533 -h print help message with legal combinations and exit
534 -i open shell window
535 -r file run file in shell window
536 -s run $IDLESTARTUP or $PYTHONSTARTUP first, in shell window
537 -t title set title of shell window
538 - run stdin in shell (- must be last option before args)
542 * If ``-``, ``-c``, or ``r`` is used, all arguments are placed in
543 ``sys.argv[1:...]`` and ``sys.argv[0]`` is set to ``''``, ``'-c'``,
544 or ``'-r'``. No editor window is opened, even if that is the default
551 IDLE-console differences
567 With IDLE's Shell, one enters, edits, and recalls complete statements.
583 a particular system. Until the problem is fixed, one can run Idle with
584 the -n command line switch.
586 If IDLE is started with the -n command line switch it will run in a
593 re-import any specific items (e.g. from foo import baz) if the changes
601 --------------------
618 IDLE ships with four built-in key sets. In addition, a user can create a
626 changed with Configure Extensions. See the beginning of config-extensions.def