📄 history.txt
字号:
v1.58
Support for TNT Controls (see install.txt). Better support for ThemeEngine.
Improvements in font list box and office radiobuttons.
v1.57
Minimal required version of TRichView: 1.9.46
Support for custom underlines.
ThemeEngine compatibility is restored.
translate.txt updated.
v1.56
Support for new Addict3 thesaurus languages (Addict 3.5 is required)
Fix: rvActionInsertTable1.ShowTableSizeDialog
Impr: When registering RichViewActions in Delphi, its version is written in the Registry
v1.55.1
TrvActionNew resets DocParameters and clears DocProperties, if rvfoSaveDocProperties is included
in RichViewEdit.RVFOptions. TrvActionOpen does the same before opening documents.
You can override defaults in OnNew event of these actions.
v1.55
New images for component palette in D2005-D2007
v1.54
Minimal required version of TRichView: 1.9.38
new: actions TrvActionSubscript, TrvActionSuperscript.
impr: TrvActionFontEx supports subscript and superscript
impr: ruler understands CellHPadding and CellVPadding.
v1.53
new: new version of ruler; not completely localized;
new: TrvActionPrint can print selection;
impr: TrvActionInsertHyperlink.GoToLink understands links to checkpoints (started from '#' character)
chg: If TrvActionInsertPicture.StoreFileName=True, file name of the inserted picture is stored
in rvespImageFileName item property, not in the item name as before.
new: TrvActionInsertPicture.StoreFileNameInItemName property works like StoreFileName worked before.
v1.52.1
impr: "document may contain features that are not compatible with the chosen saving format"
warning is not shown more than once for the same document.
impr: custom file format can be used as default format (for new documents).
Format for new documents is defined in two properties of TRVAControlPanel:
DefaultFileFormat and DefaultCustomFilterIndex (new, used if DefaultFileFormat=ffeCustom)
See "Files: working with custom formats" in readme.rvf, and examples.txt for
the information how to use custom formats.
v1.52
new: TrvActionItemProperties.OnCustomItemPropertiesDialog event allows
displaying your own item properties dialogs.
chg: No more runtime packages. Please uninstall and delete old runtime packages before
installing.
v1.51.1
impr: TRuler is updated
v1.51
impr: InsertSymbol dialog is redesigned (fix: not enough space for labels in some localizations)
new: packages for Borland Developer Studio 2006
v1.50
impr: InsertSymbol dialog has a combobox allowing to filter Unicode characters
(to show only the selected block of characters).
This feature may be turned off by assigning rvActionInsertSymbol.DisplayUnicodeBlocks=False.
Names of Unicode blocks are not translated and probably will not be localizable.
One new text string is not translated (label next to unicode blocks combobox)
v1.49
fix: critical fix in TrvActionInsertHyperlink
impr: in English translation
impr: font dialog preview shows Unicode characters
fix: wrong text in cell spacing dialog (Table Properties > More...). Not translated yet.
v1.48
fix: all the font and paragraph two-state actions (like bold, overline, alignment) did not update their state
propertly in case of multicell selection
fix: minor fixes in Turkish and Czech translations
v1.47.1
new: pure C++Builder ActionTest example. The main unit is Unit1.cpp. Currently, only for CB6.
v1.47
new: TRVActionPrintPreview.Maximized: Boolean allows showing the print preview form maximized
upd: Czech translation is updated by Pavel Polivka.
v1.46
fix: in ruler
upd: Farsi (former Persian) translation. RVAL_Persian.pas was renamed to RVAL_Farsi.pas.
v1.45
fix: in ruler
upd: in Lithuanian translation
upd: Turkish translation updated by Ibrahim Kutluay
v1.44
impr: Dutch (NL) translation is fixed by Henk van Bokhorst
impr/fix: Demo (Unit3.pas) has the following changes:
- fix in events of comboboxes (applying the font name applied the font size as well);
- URL detection occurs on Tab, not only on Space and Enter;
- RV_RegisterPngGraphic(TPngObject) is called in the initialization
v1.43
Update for compatibility with TRichView 1.9.6
impr: RVRuler supports bullets&numbering (first step to)
fix: TRVSpinEdit - editing floating point value >= 1000
v1.42
new: TRVATBXPopupMenu - TBX's TRVAPopupMenu (see http://g32.org)
To enable it, remove the dot from the line {.$DEFINE USETBX} in RichViewActions.inc
and recompile RichViewActions packages (implemented by Grzegorz Rewucki).
new: packages for Delphi 2005 (Win32)
new: TrvActionItemProperties properties: GraphicFilter and BackgroundGraphicFilter.
They allow to set file filters for open dialogs (for changing picture; for changing
backgrounds of table and cells). If they are empty (default), a full list of supported
graphic formats is used (as before).
v1.41
new: TRVATBPopupMenu - Toolbar2000's TRVAPopupMenu (see http://www.jrsoftware.org).
To enable it, remove the dot from the line {.$DEFINE USETB2K} in RichViewActions.inc
and recompile RichViewActions packages (implemented by Grzegorz Rewucki).
new: MaxSuggestionsCount: Integer property of TRVAPopupMenu and TRVATBPopupMenu.
Set it to a positive value to limit a number of livespelling suggestions in
the popup menu (implemented by Grzegorz Rewucki).
Translations:
new: Chinese (Big5) by Ian Chen
upd: Polish
v1.40.1
some fixes and tweaks
v1.40
new: Polish translation by Grzegorz Rewucki
impr: TrvActionInsertTable.BestWidth is applied to tables inserted
by TrvActionInsertTable.ShowTableSizeDialog.
TrvActionInsertTable.BestWidth may be changed by the user in the table insertion
dialog, if "store dimensions for new tables" is checked.
v1.39
fix: Compatibility with Win95 is restored (RichViewActions use GetComboBoxInfo function which was added in Win98.
Now this function is linked dynamically). Clipboard-related RichViewActions cannot work with combo boxes in
Win95 where this function is not available.
fix: FocusControl for several labels was missed or wrong
v1.38
New translations:
- Hungarian by Gabor Berenyi
- Chinese (Simplified) by Jiansong Liu
Updated translations:
- Spanish (by pchelp-info)
- minor changes in German and Russian
v1.37.6
fix: TRVAPopupMenu.OnLiveSpellIgnoreAll was never called
new: TRVAPopupMenu.OnLiveSpellWordReplace event. It occurs when misspelling is corrected
from popup menu. Unlike other OnLiveSpell*** events, it's facultative.
TRVAPopupMenu corrects misspelling itself. This event can be used for
spellcheckers which can use user's choice to adjust suggestions for this
word in future (for example, you can call TRVASpell.StoreReplacement
in this event).
v1.37 (requires TRichView 1.8.25)
fix: in live spelling;
impr: in NormalizeRichView (RVNormalize.pas)
new: RVA_Addict3AutoCorrect function - perfoms autocorrection
using Addict3. This function should be called when user presses
ENTER or some word delimiter character.
v1.36
new: smarter URL detection (adds 'mailto:' to tags, understands
brackets and quotes)
new: TRVAPopupMenu supports live spelling (see readme.rvf)
v1.35
new: RVAControlPanel.SearchScope property.
Affects all search and replace actions.
Possible values:
- rvssAskUser (default): when the end/beginning of document
is reached, the application asks user if he/she wants
to continue search from the beginning/end of the document;
- rvssFromCursor: (as it was before) search/replacing is
complete when the end/beginning of document is reached;
- rvssGlobal: search is automatically starts from the beginning/end
when the end/beginning is reached; replace-all command starts replacing
from the beginning of document.
impr: minor tweaks in the table size popup window.
new: Turkish translation by Necmettinozalp
(new messages are not translated yet)
v1.34
new: TrvActionInsertTable.ShowTableSizeDialog - method displaying
non-modal popup window for inserting table with the given size.
impr: new look for color picker under WinXP
v1.33.1
v1.33 (requires TRichView 1.8.20+)
new: support of tab positions, paragraph pagination options.
new: spacing around images, alternate text
new: TrvShowSpecialCharacters action
new: TrvActionInsertHyperlink methods for URL detection
and closing hyperlinks on typing.
impr: TRVRuler supports tabs, bidimode, tables (great work by Pieter Zijlstra)
impr: paper margins can be defined in inches (TrvActionPageSetup.MarginsUnits)
impr: TRVRuler can be localized
(procedure RVALocalizeRuler from RVLocRuler.pas)
impr: ThemeEngine support: TListBox is skinned
v1.32.1
new: TrvActionExport.ExportToFile method allows to export to the specified file
without displaying dialog. See readme.rvf, section "Files".
chg: it was a bad idea to assign to HTML more priority than to RTF on pasting.
While HTML is better for pasting from MS Internet Explorer, RTF is much
better than pasting from MS Word. Restored.
impr: cell border actions are disabled for tables with CellBorderWidth=0.
v1.32
new: possibility for opening, saving, exporting and inserting files in custom formats.
See "Files: working with custom formats" section in readme.rvf and Examples.txt
new: downloading images referenced in HTML and RTF files, using Indy.
See "Downloading images" section in readme.rvf.
new: ability to use JVCL file open and save dialogs (only useful for Delphi 5)
See RichViewActions.inc
minor fixes
v1.31.1
Ukrainian translation by Gennady Ostapenko
v1.31
new: TRuler by Pieter Zijlstra http://home.hccnet.nl/p.zylstra/
is included in RichViewActions (with the permission of the author).
If you used this component before, please uninstall it before
updating RichViewActions, since it's now included in RichViewActions
packages.
TRVRuler is a component (inheritef from TRuler) for using with TRichViewEdit.
See new "Ruler" section in readme.rvf for details.
impr: If RichViewEdit.RTFReadProperties.UnicodeMode=rvruOnlyUnicode,
TRVHtmlImporter inserts HTML as Unicode.
v1.30.1
In the current version, all new messages for v1.27&28
are localized for:
Czech, English, French, German, Italian, Lithuanian, Norwegian, Portuguese(Br), Russian, Spanish, Swedish.
Waiting for:
Dutch, Persian, Slovak.
v1.30
new: TRVAControlPanel.OnAddStyle event: occurs any time when actions
add a new text, paragraph or list style.
new: RVA_GetColorName function returns a name of color (localized).
Color-related actions have mathod GetColorName.
TRVAControlPanel.AddColorNameToHints: Boolean (default: True) - if set,
color name is added to the hints of color actions having
UserInterface = rvacNone.
KSDev.com ThemeEngine related changes:
- update for compatibility with TE 3.62
- TRVAControlPanel.OnCreateTeForm event: occurs when TteForm is
created in any of RVA forms. This event allows to set
properties of TeForm.
v1.29
new: Support for ThemeEngine (http://www.ksdev.com).
Activated when you remove dot from the line
{.$DEFINE USERVKSDEVTE}
in RichViewActions.inc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -