mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Update RELEASE-NOTES and LFUN documentation for the changes in LFUN_INSET_TOGGLE and LFUN_INSET_SETTINGS.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29249 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cdd802421a
commit
ff294eb173
@ -30,11 +30,15 @@ The following new LyX functions have been introduced:
|
||||
|
||||
- LFUN_REGEXP_MODE ("regexp-mode").
|
||||
|
||||
- LFUN_COPY_LABEL_AS_REF ("copy-label-as-reference").
|
||||
|
||||
The following LyX functions have been removed:
|
||||
|
||||
- LFUN_NEXT_INSET_TOGGLE (next-inset-toggle): use "inset-toggle" instead.
|
||||
- LFUN_NEXT_INSET_TOGGLE ("next-inset-toggle"): use "inset-toggle" instead.
|
||||
|
||||
The following LyX functions have been changed:
|
||||
|
||||
- LFUN_INSET_TOGGLE ("inset-toggle"): For some insets, this function was used
|
||||
to show the settings dialog. This is no longer possible and one should use
|
||||
inset-settings for this purpose.
|
||||
|
||||
Known issues in version 2.0.0
|
||||
-----------------------------
|
||||
|
@ -2241,9 +2241,13 @@ void LyXAction::init()
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_INSET_SETTINGS
|
||||
* \li Action: Open the inset's properties dialog.
|
||||
* \li Notion: Used for box, branch, ert, float, listings, note, tabular, wrap insets.
|
||||
* \li Notion: Used for bibitem, bibtex, box, branch, citation, ert, external,
|
||||
* float, graphics, href, include, label, listings, note, phantom,
|
||||
* ref, space, tabular, vspace, wrap insets.
|
||||
* \li Syntax: inset-settings <INSET>
|
||||
* \li Params: <INSET>: <box|branch|ert|float|listings|note|phantom|tabular|wrap>
|
||||
* \li Params: <INSET>: <bibitem|bibtex|box|branch|citation|ert|external|float|
|
||||
* graphics|href|include|label|listings|note|phantom|ref|
|
||||
* space|tabular|vspace|wrap>.
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_INSET_SETTINGS, "inset-settings", ReadOnly | AtPoint, Edit },
|
||||
|
Loading…
Reference in New Issue
Block a user