mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
remove one-touch expand on console section (issue #745)
This commit is contained in:
@@ -182,8 +182,14 @@ public abstract class Editor extends JFrame implements RunnerListener {
|
||||
consolePanel.add(lineStatus, BorderLayout.SOUTH);
|
||||
|
||||
upper.add(textarea);
|
||||
|
||||
// alternate spot for status, but ugly
|
||||
// status = new EditorStatus(this);
|
||||
// upper.add(status);
|
||||
|
||||
splitPane = new JSplitPane(JSplitPane.VERTICAL_SPLIT, upper, consolePanel);
|
||||
|
||||
// disable this because it hides the message area, which is essential (issue #745)
|
||||
splitPane.setOneTouchExpandable(false);
|
||||
// repaint child panes while resizing
|
||||
splitPane.setContinuousLayout(true);
|
||||
|
||||
4
todo.txt
4
todo.txt
@@ -19,8 +19,8 @@ X examples window placed off-screen when PDE window is maximized
|
||||
X http://code.google.com/p/processing/issues/detail?id=669
|
||||
X Resize box on OS X is not present in Examples box
|
||||
X http://code.google.com/p/processing/issues/detail?id=730
|
||||
_ New/Rename Tab commands inhibited when Console/Message Area is hidden
|
||||
_ http://code.google.com/p/processing/issues/detail?id=745
|
||||
X New/Rename Tab commands inhibited when Console/Message Area is hidden
|
||||
X http://code.google.com/p/processing/issues/detail?id=745
|
||||
|
||||
cleanup
|
||||
X how is autoformat doing? good now
|
||||
|
||||
Reference in New Issue
Block a user