This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 98700 - Condition editor pane of customized breakpoints should be verticaly resizable
Summary: Condition editor pane of customized breakpoints should be verticaly resizable
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
: 58798 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-03-22 16:46 UTC by ehucka
Modified: 2008-04-17 20:09 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2007-03-22 16:46:06 UTC
It is allowed to have multiline conditions so the condition editor pane should
be resizable by the dialog - if I increase height of dialog the editor pane
should show another lines.
Comment 1 Martin Entlicher 2007-03-22 18:02:25 UTC
Well, this was done intentionally. You can have just an expression there, so
this should prevent from writing more complex code there. 
The same is true for evaluation. Until issue #68161 is implemented, it's better
to keep it as a single line IMHO.
Comment 2 ehucka 2007-03-23 10:11:47 UTC
ok, but it is possible to add a new line there - by ctrl+enter. It should be
poka-yoke. :)
Comment 3 Roman Ondruska 2007-07-16 15:24:40 UTC
Multi-line expressions (or even pieces of code) may be considered for future releases. From my point of view, there is
no annoyance with this (CTRL+ENTER) in the current build; please let me know if I am missing something.  
Comment 4 Petr Cyhelsky 2008-04-17 20:09:08 UTC
*** Issue 58798 has been marked as a duplicate of this issue. ***