bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325) · python/cpython@c0381aa (original) (raw)

`@@ -273,6 +273,10 @@

Shell menu (Shell window only)<a class="headerlink" href="#shell-menu-shell-

`

273

273

`

Scroll the shell window to the last Shell restart.

`

274

274

`

Restart Shell

`

275

275

`

Restart the shell to clean the environment.

`

``

276

`+

Previous History

`

``

277

`+

Cycle through earlier commands in history which match the current entry.

`

``

278

`+

Next History

`

``

279

`+

Cycle through later commands in history which match the current entry.

`

276

280

`

Interrupt Execution

`

277

281

`

Stop a running program.

`

278

282

`

`

`@@ -309,22 +313,20 @@

Options menu (Shell and Editor)<a class="headerlink" href="#options-menu-she

`

309

313

`configuration dialog by selecting Preferences in the application

`

310

314

`menu. For more, see

`

311

315

`Setting preferences under Help and preferences.

`

312

``

`-

Code Context (toggle)(Editor Window only)

`

``

316

`+

Zoom/Restore Height

`

``

317

`+

Toggles the window between normal size and maximum height. The initial size

`

``

318

`+

defaults to 40 lines by 80 chars unless changed on the General tab of the

`

``

319

`+

Configure IDLE dialog.

`

``

320

`+

Show/Hide Code Context (Editor Window only)

`

313

321

`

Open a pane at the top of the edit window which shows the block context

`

314

322

`of the code which has scrolled above the top of the window. See

`

315

323

`Code Context in the Editing and Navigation section below.

`

316

324

`

`

317

325

`

`

318

326

`

`

319

327

`

Window menu (Shell and Editor)

`

320

``

`-

`

321

``

`-

Zoom Height

`

322

``

`-

Toggles the window between normal size and maximum height. The initial size

`

323

``

`-

defaults to 40 lines by 80 chars unless changed on the General tab of the

`

324

``

`-

Configure IDLE dialog.

`

325

``

`-

`

326

``

`-

The rest of this menu lists the names of all open windows; select one to bring

`

327

``

`-

it to the foreground (deiconifying it if necessary).

`

``

328

`+

Lists the names of all open windows; select one to bring it to the foreground

`

``

329

`+

(deiconifying it if necessary).

`

328

330

`

`

329

331

`

`

330

332

`

Help menu (Shell and Editor)

`

`@@ -918,7 +920,7 @@

Navigation

`

918

920

`

`

919

921

`

`

920

922

``

921

``

`-

Last updated on Dec 20, 2018.

`

``

923

`+

Last updated on Dec 28, 2018.

`

922

924

`Found a bug?

`

923

925

`

`

924

926

``