Opened 13 years ago
Closed 13 years ago
#6400 closed defect (fixed)
AlwaysShowToolbar needs inline docs
Reported by: | Adam Peller | Owned by: | bill |
---|---|---|---|
Priority: | blocker | Milestone: | 1.2 |
Component: | Editor | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Missing overall docs to explain what the plugin is, and also some method-level summaries.
lalee points out that you can just put the Editor in a BorderContainer? and set the region of the toolbar to "top" and get the same effect, with the added feature of being able to stretch the Editor to the parent.
This plugin seems to serve two purposes: auto sizing and floating toolbar. We could break this out into two plugins, or given the above, just replace it with an autosize plugin.
Change History (6)
comment:1 Changed 13 years ago by
Milestone: | → 1.1.1 |
---|
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
Milestone: | 1.1.1 → 1.2 |
---|
comment:5 Changed 13 years ago by
Owner: | changed from liucougar to bill |
---|---|
Status: | new → assigned |
I'll just write this myself.
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
nm, lalee's idea is cool, but only works for 100% x 100% sizing. Guess we still need the floating toolbar code.