TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 EmEditor Professional 軟體歷史版本 Download Page76 :: 軟體兄弟

EmEditor Professional 歷史版本列表 Page76

最新版本 [var.version]

EmEditor Professional 歷史版本列表

EmEditor Professional 是一個快速,輕量級,但可擴展,易於使用的 Windows 文本編輯器。原生的 64 位和 32 位構建都可用! EmEditor Professional 支持強大的宏,Unicode 和非常大的文件。 Emurasoft 的永恆使命是實現我們的客戶 ' 需要和想要通過傾聽他們的共鳴和專業意見。選擇版本:EmEditor Professional 17.... EmEditor Professional 軟體介紹

EmEditor Professional (32-bit)EmEditor Professional (64-bit)


EmEditor Professional 18.6.2 (64-bit) 查看版本資訊

更新時間:2019-02-10
更新細節:

What's new in this version:

- Fixed the bug where EmEditor couldn’t open GB18030 encoding files correctly under a certain condition

EmEditor Professional 18.6.1 (64-bit) 查看版本資訊

更新時間:2019-02-08
更新細節:

What's new in this version:

- Fixed the bug where EmEditor could crash under a certain condition
- Fixed the bug where the F8 key cannot start selection under a certain condition

EmEditor Professional 18.6.0 (64-bit) 查看版本資訊

更新時間:2019-02-07
更新細節:

What's new in this version:

New General Features:
- Improved behavior of various functions while in multiple selection mode. For instance, you can now copy multiple selections and paste to another multiple selection when the Always insert newlines when copying multiple selections option is enabled (default) in the Edit page of the Customize dialog box. The cursor is not confined to the multiple selection range anymore when moving the cursor via arrow keys if the Keep selections while typing in multiple selections option is disabled (default)
- The new version allows you to remove newlines by pressing the DELETE key while the multiple selection cursors are at the end of each line, or by pressing the BACKSPACE key while the multiple selection cursors are at the beginning of each line
- The new version auto-completes brackets/quotation marks even while multiple selections are made if the Auto-Complete Brackets/Quotation Marks option is enabled in the Highlight (2) page of configuration properties
- The new version allows you to Sort or Delete Duplicate Lines only in selected column ranges of text when multiple selections are made
- The new version allows you to toggle insert/overwrite mode using the Insert/Overwrite command (the INSERT key) while in multiple selection mode
- Improved restore behavior of the cursor position and selection range after the Undo command. For instance the cursor position moves back to the correct position after Undoing the Delete Right Word command (CTRL+DELETE) and also after Undoing the Duplicate Line command while lines are selected
- New default shortcut keys include ALT+CTRL+SHIFT+DOWN/UP keys to deselect top/bottom selection from multiple selections (Deselect Top Selection from Multiple Selections and Deselect Bottom Selection from Multiple Selections commands)
- Improved the speed of text editing and cursor movement in multiple selection mode
- Improved the speed of opening very large files without using temporary files

Test results:
- Improved the speed while editing a document containing very long lines
- Improved behavior of Word Right (CTRL+RIGHT), Word Left (CTRL+LEFT), Word Right Extend (CTRL+SHIFT+RIGHT), and Word Left Extend (CTRL+SHIFT+LEFT) commands
- Added the keyboard shortcut CTRL+SHIFT+H to the default shortcuts for the Replace in Files command
- The new version allows you to copy and paste column(s) or duplicate column(s) while filtered in a CSV mode
- Added the Match Whole String button to the Filter toolbar
- Added the ability to customize the Overwrite cursor size and color
- Improved the behavior of the full screen mode (The status bar is displayed during the full screen mode, and the ALT key will not display toolbars and menus anymore)

New Options:
- Added the << Find button to the Replace in Files dialog box
- Added the Except for Line at Cursor check box to the Save Details dialog box
- Added the Always insert newlines when copying multiple selections and Keep selections while typing in multiple selections check boxes to the Edit page of the Customize dialog box
- Added the Font Size and Line Space item to the Height drop-down list box in the View page of the Customize dialog box
- Added the Set Overwrite Cursor Size and Color check box to the View page of the Customize dialog box
- Added the Lines with Multiple Selections item to the Specify Part list in the Display page of configuration properties

New Commands:
- Remove Empty Lines
- Cancel Top Selection (Multiple Selection Mode)
- Cancel Bottom Selection (Multiple Selection Mode)
- Match Whole String (Filter toolbar)

New Plug-in Features:
- The new version allows you to call a specified snippet from macros with the following format. The separator character (in this case, ‘/’) must be used as the first character of the string
- editor.ExecutePlugin( "Snippets.dll", eePluginUserMessage, 2, "/FolderName/SnippetName" )

Pinegrow Web Editor 5.2 查看版本資訊

更新時間:2019-02-07
更新細節:

What's new in this version:

Color picker:
Picking a color from the screen:
- We had to change how the picking a color from the screen works, so that the feature works with floating windows
- Until now, the screen picker was activated by clicking on the icon and then moving the cursor over the Pinegrow window and then clicking to confirm the selection
- Now, the icon is dragged over the Pinegrow window and releasing the mouse will confirm the selection

Using the system color picker:
- Clicking on the color button next to the Picker icon opens up the system color picker

CSS Grid Editor input validation:
- CSS Grid editor now checks the syntax of grid properties. It caches common error like missing “(“ and “)” characters, wrong units and so on
- Only valid values are stored into CSS rules

Attribute editor:
- The element Attribute editor now supports editing values that contain JSON code, for example … Pinegrow will automatically use the right quote for the attribute in HTML: ‘ if the value contains “ and “ for all other cases

More resilient stylesheet loading:
- A lot of templates and projects out there in the real world contain broken code. Browsers are designed to work around such errors instead of complaining about them
- Pinegrow is more sensitive by design, because the goal is to notice and fix errors during development
- Still, we often get support requests with issues that are caused by such errors. One recent case involved a template with a stylesheet that imported itself. Pinegrow now detects and survives such situations
- On a similar note, we also see a lot commercial templates that are loaded with 10s of Javascript plugins. That can easily lead to performance issues when editing such projects in Pinegrow
- One solution is to disable Javascript while editing in Pinegrow, but then you’re often stuck with poorly implemented loaders that rely on Javascript to be cleared from the screen
- That actually makes Pinegrow a good tool for checking how projects behave in various sub-optimal environments, for example in browsers without Javascript

WordPress Theme Builder:
- Apply Master page command takes the current page, opens its master page and applies any changes to areas outside of the Site content
- A while ago we added the “Apply master page to all open files” that does this for all open pages
- Still, on larger projects with multiple templates and potentially multiple master pages, doing that is cumbersome. The easiest way is to open all template files and then run “Apply master page to all open files”

Now, we added two more options:
- Apply master pages to the whole project will go through all template files in the project and apply their respective master pages to them
- Apply master page to related files will do the same but only for project files that use the current page as their master page

Universal Viewer Pro 6.7.0 查看版本資訊

更新時間:2019-02-06
更新細節:

NumPy 1.16.1 查看版本資訊

更新時間:2019-02-01
更新細節:

What's new in this version:

Enhancements
- Add mm->q floordiv
- Port np.core.overrides to C for speed
- Add np.ctypeslib.as_ctypes_type(dtype), improve np.ctypeslib.as_ctypes
- Add "max difference" messages to np.testing.assert_array_equal...
- Add mm->qm divmod
- Add _dtype_ctype to namespace for freeze analysis

Compatibility notes:
- The changed error message emited by array comparison testing functions may affect doctests. See below for detail.
- Casting from double and single denormals to float16 has been corrected. In some rare cases, this may result in results being rounded up instead of down, changing the last bit (ULP) of the result.

Gravit Designer 3.5.8 查看版本資訊

更新時間:2019-01-31
更新細節:

What's new in this version:

New features:
- RTL (right-to-left) and TTB (top-to-bottom) language support for text layers, available in this new dropdown in the Inspector
- New "script” selection in the Inspector to choose between the different character sets contained in a font. Try Noto Sans for example

New text features and improvements:
- New controls for bold, italic, underline, and strikethrough right in the Inspector
- New advanced text settings (available at this icon): Subscript, superscript, ligatures, and fractions; uppercase, capitalize, lowercase, and small caps transformations; paragraph indent and spacing. Please read more in the related article
- Ctrl/Cmd + B and Ctrl/Cmd + I now work for entire text layers, not only parts of them
- Having multiple font weights in the same text layer now shows Mixed in the Weight field
- Pressing Shift + Enter now creates a soft break, that’s not affected by paragraph spacing
- Ability to set the zoom stop with a double-click on the zoom icon in the toolbar. Please see this video
- In case you have missed it, we have a full user guide available now, that should cover all questions about Gravit Designer

Improvements:
- Improved Cloud dialog (File ? Open from Cloud... and File ? Save to Cloud...) with an overhauled appearance and some new functionality
- Ability to maximize the dialog to fill the whole window
- Search function
- Change between card view (default) and list view for a better overview and more clarity
- Files can be directly download from here now
- File operations are now only available when selecting files. Alternatively, you can also use the context-menu. Please see this video
- Massively improved support for non-Latin character sets, including Arabic and Hebrew, Cyrillic, Chinese, Indic, Japanese, Greek, Georgian, Vietnamese, Persian, Burmese, and more
- Pasted text is automatically detected and switches to the correct font
- Web Fonts now include new Noto Sans font families, enabling you to use these character sets right away
- Enabled proper line breaks for Asian characters
- Renamed Settings to Account settings in the user dialog for more clarity
- Reorganized options in the Help menu in the toolbar
- Updated Web Fonts to include all the shiny new Google Fonts
- Added proper checkmarks for all options in the toolbar in the MacOS app
- Continued improving SVG support
- Made more efforts to improve the performance of Gravit Designer

Bugfixes:
- Social logins (Facebook, Google) now have a proper close button
- Worked on reducing rendering artifacts
- Fixed various bugs for the light theme
- Having the context-menu (right-click) open and pressing Esc doesn’t leave Edit mode anymore but only closes the context-menu
- Shapes clipped to text layers are now properly exported to SVG
- Ensured that Show Version History (from the File menu) works reliably and doesn’t loose any progress
- The message shown when entering Fullscreen mode (from View ? Toggle fullscreen...) is now displayed correctly in the light theme
- Trying to access a PRO feature in free mode now shows the correct dialog again
- Logging in now works properly on Chrome OS and in the the Chrome extension
- Solved an issue that screwed up the canvas and rendered it unusable
- Icons from the Libraries can now be inserted properly again
- Fixed various issues with angular gradients in Firefox
- By the way, if you didn’t notice it yet: We switched to a new version naming, that puts less emphasis on the version number, but rather uses a subsequent number for each release throughout the year

Firefox Portable 65.0 查看版本資訊

更新時間:2019-01-30
更新細節:

Pinegrow Web Editor 5.11 查看版本資訊

更新時間:2019-01-29
更新細節:

Pinegrow Web Editor 5.1 查看版本資訊

更新時間:2019-01-24
更新細節:

What's new in this version:

Floating Panels and Multiple Screens:
- Supporting multiple screens has been the top feature request for a while now. That’s understandable
- Pinegrow’s UI – with multiple page views, code editor, component libraries, panels for properties, styling, CMS and more – takes up a lot of screen real estate
- Until now the whole UI had to be contained in a single window, so things quickly got crowded
- In Pinegrow 5.1 you can float panels – and groups of panels – in separate windows. Panels can be freely dragged between windows and rearranged within a window

Easily upgrade Bootstrap:
- Bootstrap starter pages, library components and properties have been updated to the latest versions, 4.2.1 and 3.4.0 respectively
- Pinegrow can also easily update your existing Bootstrap projects to the latest Bootstrap version (Bootstrap 3.x to the latest Bootstrap 3 and Bootstrap 4.x to the latest Bootstrap 4)
- Read the complete guide on how to upgrade Bootstrap to the latest version

Fixed Master Pages and WordPress Site actions on plain HTML projects:
- Pinegrow had a bug that prevented using Master Page actions and WordPress Site actions correctly on projects that didn’t use Bootstrap or Foundation
- In those cases both actions didn’t remember their parameters

WordPress Theme builder changes:

Post image – Smart action:
- Until now, the action added the ( is_singular() || in_the_loop() ) when displaying a post image in the background of the element. This created problems with custom queries and non-singular templates
- Now, the action only checks for the presence of the current post ID, if post ID is not specified as a parameter of the action
- Another change is that this action doesn’t automatically add with-image class to the element with the background, as it did before

Action parameters:
- Some WordPress actions had checkbox parameters that were on by default. Unchecking them actually set the non-default, negative. action parameter value
- That made it difficult to spot such checkbox that were set off, and distinguish them from checkboxes that were simply off by default
- That’s why all such checked-by-default checkboxes are changed into select boxes with default value “Yes”. This makes the controls set to “No” very easy to notice

Starter Theme 2 update:
- Starter Theme 2 has been updated to Bootstrap 4.2.1 and optimizations have been applied to some HTML templates. Similarly, some WooCommerce templates have been updated to adapt to the latest versions of the plugin

Save partials:
- Save partial action (in Actions panel) can now correctly save content of script and style elements

Attribute editor in the Properties panel:
- Until now editing attributes that contained HTML tags, stripped the tags from the value
- To prevent this, the Attribute editor now skips such attributes and displays the notice that you can edit them with Element code

Controlling visibility of CSS Grid buttons and resize points:
- CSS Grid buttons can get in a way, especially when elements are small

Network proxy settings:
- It is now possible to let Pinegrow know to use a proxy server for accessing the network by specifying the configuration string in Settings