Difference between revisions of "Translations:Release notes/1.0/394/en"

From Inkscape Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
* new multiline text fields
* new multiline text fields
* new file chooser fields
* new file chooser fields
* new <code>appearance="url"</code> for [[INX Parameters]] of type "description". You can now add clickable links to your extension UI.
* new <code>appearance="url"</code> for [[INX Parameters]] of type <code>"description"</code>. You can now add clickable links to your extension UI.
* a simpler version of the color chooser field has been added
* a simpler version of the color chooser field has been added
* new layout options (separator, table-like layouts)
* new layout options (separator, table-like layouts)
* all [[INX Parameters]] now have the common attribute <code>indent="n"</code> where <code>n</code> specifies the level of indentation in the extension UI.
* all [[INX Parameters]] now have the common attribute <code>indent="<var>n</var>"</code> where <code><var>n</var></code> specifies the level of indentation in the extension UI.
* new <code>label</code> parameter
* new <code>label</code> parameter
* new option to include an image
* new option to include an image
* some confusing options have been merged
* some confusing options have been merged
* new effect extension attribute <code>implements-custom-gui</code> is [http://wiki.inkscape.org/wiki/index.php/INX_extension_descriptor_format#Attributes_description available] to hide the 'Extension is working' dialog.
* new effect extension attribute <code>implements-custom-gui</code> is [http://wiki.inkscape.org/wiki/index.php/INX_extension_descriptor_format#Attributes_description available] to hide the 'Extension is working' dialog.

Latest revision as of 13:59, 2 May 2020

Message definition (Release notes/1.0)
* new multiline text fields
* new file chooser fields
* new <code>appearance="url"</code> for [[INX Parameters]] of type <code>"description"</code>. You can now add clickable links to your extension UI.
* a simpler version of the color chooser field has been added
* new layout options (separator, table-like layouts)
* all [[INX Parameters]] now have the common attribute <code>indent="<var>n</var>"</code> where <code><var>n</var></code> specifies the level of indentation in the extension UI.
* new <code>label</code> parameter
* new option to include an image
* some confusing options have been merged
* new effect extension attribute <code>implements-custom-gui</code> is [http://wiki.inkscape.org/wiki/index.php/INX_extension_descriptor_format#Attributes_description available] to hide the 'Extension is working' dialog.
  • new multiline text fields
  • new file chooser fields
  • new appearance="url" for INX Parameters of type "description". You can now add clickable links to your extension UI.
  • a simpler version of the color chooser field has been added
  • new layout options (separator, table-like layouts)
  • all INX Parameters now have the common attribute indent="n" where n specifies the level of indentation in the extension UI.
  • new label parameter
  • new option to include an image
  • some confusing options have been merged
  • new effect extension attribute implements-custom-gui is available to hide the 'Extension is working' dialog.