⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 history.txt

📁 richviewaction 1.58 需要richview 1.9.46
💻 TXT
📖 第 1 页 / 共 2 页
字号:
    Requires ThemeEngine 3.60 and "RichView for ThemeEngine" addon.
  impr: all references to standard VCL unit Grid are removed.
    A special lightweight grid (TRVGrid by Dmitry Bobrik) is used instead.
    Advantages:
    - if you application does not use TStringGrid and TDrawGrid, exe size
      becomes smaller by ~50K
    - new grid works better with scrollbar (it supports only vertical one)
      and mouse wheel.

  v1.28
  impr: insert hyperlink allows customizing hyperlink colors.

  v1.27
  new: TrvActionCharCase: changing case of characters of 
    the selected text (upper -> words -> lower -> upper) 
  new: property Disabled: Boolean for all RichViewActions.
    If this property is False (default), the action updates its
    Enabled property automatically. If this property is True,
    the action is disabled (Enabled=False).
    Note: all actions can be disabled by assigning false to
    RVAControlPanel.ActionsEnabled.
  impr: bidi-actions are made localizable;
    Note once again: do not use them if RichViewEdit.BiDiMode=rvbdUnspecified.
    BiDiMode is not completely supported by all version of Windows,
    so it's recommended to use it only if you _really_
    need this feature.
  new: ability to define help files (different files for different
    languages); several dialogs are slightly redesigned to make 
    space for the "Help" button. Help is only for built-in 
    dialogs, not for actions themselves. Help files are not
    ready yet.
  new: property RVAControlPanel.UseHelpFiles: Boolean.
    If True (default), actions will use help files (if available).      
  new: Lithuanian translation

  v1.26:
  new: actions for changing bidimode of the selected text and paragraphs;
    not localized yet; do not use if RichViewEdit.BiDiMode=rvbdUnspecified
  impr: TRVSpinEdit supports BiDiMode
  new localizations

  v1.25:
  impr: in RTL paragraphs, "Increase/Decrease indent" actions now change right indent.
  new: StoreFileName:Boolean property of TrvActionInsertPicture.
    If set to True, file name will be stored as a name of item (the first parameter
    of InsertPicture) and can be accessed as GetItemText/SetItemText. Changed in v1.53
  

  v1.24
  new: page-setup action
  impr: page-setup button in print preview dialog
  impr: "stretched" option in table background dialog

  v1.23.2
  new localizations
  fixes

  v1.23.1
  new localizations
  small tweaks

  v1.23
  new: background images for tables and cells (in table-properties dialog).
    (I decided against supporting stretching table background images RichViewActions)
  imp: object-properties action can work with selected item 
    (if one item is selected)
  imp: new unit is included: RVNormalize.pas. It is used to normalize
    documents after html import.
  new: ActionTest demo includes optional support for Gif and Png.
  new localizations

  v1.22
  new: localization; includes two languages: "English (US)" and "Russian".
    See comments in RVALocalize.pas how to add languages.
  new TRVAControlPanel.ActionsEnabled: Boolean. Set it to False to disable all
    RichViewActions.

  v1.21
  new: TrvActionInsertSymbol.AlwaysInsertUnicode: Boolean.
    If True, characters will be inserted as Unicode regardless of the
    chosen character set.
  new: two new properties for TrvActionInsertFile and TrvActionExport:
    public FileName: String - name of file which will be chosen initially
      in the save-file dialog.
    published AutoUpdateFileName: Boolean default True - if True, the last
      chosen (in the save-file dialog) file name will be stored in the 
      FileName property.
  fix: bug in TrvActionInsertSymbol

  v1.20
  new: OnNew event for TrvActionNew (main purpose - creating a default
    set of styles, see example in readme.rvf)
  chg: RVPrint property is moved from printing actions to TRVAControPanel
  new: ShowSoftPageBreaks: Boolean property of TRVAControPanel.
    If True (default), soft page breaks are shown when possible
    (after print preview or printing - until the next change in the document)
  fix: default extension in the dialog of TrvActionBackground is set to 'bmp'
  fix: if there are no images, subdirectory for HTML images is not created
  

  v1.19
  new: using RVHTML, TrvActionPasteSpecial can paste HTML format.
    TrvActionPaste can do it too (if the Clipboard does not contain
    RTF, or it is empty (for example, MS Internet Explorer copies
    empty RTF if selection is too complex)).
    Note: it's recommended to include Shift+Ins in the SecondaryShortCuts
    of TrvActionPaste, otherwise this functionality will be available only
    on Ctrl+C.
    This feature requires RichView 1.6.55
  chg: .$DEFINE USERVXML, .$DEFINE USERVHTML, .$DEFINE USERVADDICT3
    were moved to RichViewActions.inc
  impr: all dialogs fit in 640x480
  This text is moved from RichViewActions.pas to history.txt

  v1.18
  new: support for Addict3 (TrvActionAddictSpell, TrvActionAddictThesaurus3)
  (activate define USERVADDICT3 in RichViewActions.inc)
  new: TrvActionBackground
  new: DefaultMargin and DefaultColor properties of TRVAControlPanel.
    New and Open actions now reset margins and background proprties.
  new: property TrvActionExport.CreateDirectoryForHTMLImages : Boolean
    If True (default), the action creates a special subdirectory where it
    places images saved with HTML files. This subdirectory is placed in the
    same directory as the HTML file, and have the name of this HTML file
    and extension .FILES# (where # - an optional number to make this directory
    name unique)
  v.1.17
  new: TRVAPopupMenu

  v.1.16
  chg: For compatibility with C++Builder TRVAControlPanel.RVFFormatName was
    renamed to RVFFormatTitle
  new: HeadingRowCount property of TrvActionInsertTable
    Property dialog for tables now includes some options for printing.
  new: TrvActionInsertTable.OnInserting event

  v.1.15
  new: TrvActionParaBullets and TrvActionParaNumbering
  new: support for RVXML (activate define USERVXML in RichViewActions.inc)
  new: support for RVHTML (activate define USERVHTML in RichViewActions.inc)
  chg: several properties (RVFFilter, DefaultExt, RVFCaption, DefaultFileName,
    AutoDeleteUnusedStyles) were removed from actions and added
    to TRVAControlPanel.
  chg: File filters for office converters include file extensions
  imp: AllowApplyingTo property of TrvActionFillColor allows to exclude some
    elements (text, paragraph, cell, table) from the combobox in this
    action's dialog.
  v.1.14
  fix in TrvActionParaList: removing lists
  imp: in TrvActionExport, HTML export converter is not included
  new: TrvActionTableCellLeftBorder, TrvActionTableCellRightBorder,
    TrvActionTableCellTopBorder, TrvActionTableCellBottomBorder,
    TrvActionTableCellAllBorders, TrvActionTableCellNoBorders
    (thanks to Dustin Campbell)
  v.1.13
  new: TrvActionParaList
  imp: TrvActionOpen now delets unused styles just after opening new style
  v.1.12
  new: TrvActionInsertSymbol
  preview of TrvActionParaList
  v.1.11
  compatibility with RichView 1.6.42
  imp: TRVActionInsertHyperlink does not change current text style now
  imp: actions for changing indents change levels of bulleted/numbered paragraphs.

  v.1.10
  new: TRVActionInsertHyperlink.OnHyperlinkForm event allows to show your own
    form for hyperlink
  new: TrvActionItemProperties can be used for tables (if caret is before or after table)
  new: TrvActionTableProperties - editing properties for table and selected cells
  new: TrvActionTableGrid - displaying/hiding grid for all tables for all editors
  imp: TrvActionInsertTable now has the same set of properties as table.
    These properties define appearance of newly created table
  imp: TrvActionInsertTable has checkbox for storing values
  imp: TrvActionOpen stores the last chosen filter index
  chg: All ColorDialog properties are removed. TRVAControlPanel.ColorDialog should be
    used instead.
  fix: fixed bug in TRVFontComboBox

  v.1.9
  new: TrvActionItemProperties (properties for pictures and breaks)
  new: TRVActionInsertHLine
  new: TRVActionInsertHyperlink
  imp: TrvActionParaBorder allows to change background color and padding of paragraphs

  v.1.8.1
  fix: compatibility with C++Builder 6
  v.1.8
  new: TrvActionParaBorder
  impr: TrvActionPrintPreview form is redesigned.
    note: combobox has images only under Delphi6 or C++Builder6.
    TrvActionPrintPreview form has a button for calling TrvActionPrint.

  v.1.7
  new: New-Open-Save actions are completely rewritten
    Old "Save" action is separated into "Save", "SaveAs", "Export".
    Old "Load" action is renamed to "Open"
    New actions: TrvActionInsertFile
  new: TrvActionInsertPicture
  new: TrvActionPasteSpecial
  new TrvActionLineSpacing100, TrvActionLineSpacing150, TrvActionLineSpacing200
  new: TrvActionInsertPageBreak, TrvActionRemovePageBreak
  new: TrvActionTableCellVAlignTop, TrvActionTableCellVAlignMiddle,
    TrvActionTableCellVAlignBottom, TrvActionTableCellVAlignDefault
  fix: working when no installed printers
  fix: Control property was not handled properly

  v.1.6
  new: added: UserInterface: Boolean (default: True) and Font: TFont to TrvActionFonts
  new: TrvActionFontEx
  new: TrvActionFillColor
  new: new components: TRVColorGrid, TRVColorCombo, TRVFontCombobox
  impr: font combo boxes now can have transparent background in "simple" mode
  (standard simple combo boxes look wrong on page controls under WinXP)
  imp: color-picker window understands arrow keys and ENTER

  v.1.5
  new: new component: TRVAControlPanel.
       Allows to set some properties common for all actions.
       Currently they are:
       UseXPThemes: Boolean - allows to use XPThemes for RichViews,
         TRVOfficeRadioButtons, TRVOfficeRadioGroups on all action forms
       DialogFontName: TFontName - allows to set font name for all
         actions forms.
  new: bonus controls: TRVSpinEdit, TRVOfficeRadioButton, TRVOfficeRadioGroup
  new:
  imp: now all forms are inherited from one form: TfrmRVBase;
       in future it will simplify adding common form features
       (like storing position and localizing)
  imp: now TrvActionIndentDec does not allow hanging first line to go
       beyond the left margin.
  fix: compatibility with D4,D5,CB4,CB5

  v1.4
  new: color actions: TrvActionFontColor, TrvActionFontBackColor,
       TrvActionParaColor, TrvActionColor;
  new: TrvActionTableDeleteTable
  imp: actions modifying text and paragraph style now respect protection options

  v1.3
  new: TrvActionFontGrow, TrvActionFontShrink
       TrvActionFontGrowOnePoint, TrvActionFontShrinkOnePoint
       TrvActionFontAllCaps, TrvActionFontOverline
       TrvActionFind, TrvActionFindNext, TrvActionReplace
  chg: actions are separated by subcategories: RVE File, RVE Edit, etc.
  fix: minor fixes

  v1.2:
  new: a set of TrvActionTable*** actions, modified form for inserting table
  chg: some images, hints and captions are changed
  new: Old TrvActionPrint is renamed to TrvActionQuickPrint
       New TrvActionPrint displays a print dialog before printing
  fix: Increment indent fixed

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -