Driver Talent 歷史舊版本 Page8

最新版本 CSS HTML Validator 2024 24.0100

Driver Talent 歷史版本列表

Driver Talent 是一個專業和易於使用的驅動程序更新和管理程序,將掃描您的計算機的所有驅動程序。它會發現過時的,故障的,有問題的,缺少驅動程序,只需點擊一下即可解決。這是修復與硬件驅動程序相關的各種棘手的計算機問題的最佳選擇,在 Windows 10,Windows 8.1,8,7,XP,Vista. 上運行良好。除了下載和安裝驅動程序更新,它還可以備份 / 恢復 / 卸載驅動程序視頻 ... Driver Talent 軟體介紹


Balsamiq Wireframes 4.0.41 (64-bit) 查看版本資訊

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

CudaText 1.102.0.0 (64-bit) 查看版本資訊

更新時間:2020-06-01
更新細節:

What's new in this version:

Add:
- optimizations in lexer engine; tests on huge XML/HTML files ("ui_max_size_lexer":150) show that parsing is faster (than v1.100) 1.2 - 2 times
- Find dialog allows backward search even in RegEx mode
- to speedup rendering, program uses predefined char widths for the following: Cyrillic, Greek, German, Japanese, Chinese, Korean, Hebrew, Arabic, Indian
- on moving caret left/right, skip positions of combining (accent) chars, like other programs do
- better render combining (accent) chars on Linux/macOS
- command line parameter -nn
- option "renderer_cache_lines"

Changed:
- removed option "unicode_wide_allowed"
- removed menu item "File / Export to HTML" (command still exists in Command Palette)
- in parser's RegEx engine, removed support of rarely needed l L g G

Fixed:
- very old problem in parser's RegEx: s did not catch line-breaks (it affects e.g. HTML lexer, it has rule which finds JS blocks)
- problem in API: "ed" got wrong editor for "floating groups" after plugin shows modal dialog
- "Find next" with RegEx did continue the search from the last found location and not from the caret
- Emmet plugin bad result if called after '<a href="text"'
- ui tab does not show tooltip after moving it with "move tab to next group"

CudaText 1.101.5.0 (64-bit) 查看版本資訊

更新時間:2020-05-28
更新細節:

What's new in this version:

Added:
- optimization in unfolding code, so unfolding of ranges, which have lot of folded subranges, is ~20x faster
- optimization in rendering of "colored ranges" (they are present in Bash lexer for $(...) and AutoIt lexer for multiline comments). Syntetic test files, with huge count of colored ranges, show much faster scrolling.
- option "ui_notif_confirm" to enable confirmation on file auto-reloading
- dialog "Save Tabs" has new button "Toggle"
- lexer Lua: better code-tree for functions in class; folding of {}
- commands "move tab to group 1", "move tab to group 2"
- commands "move tab to group floating-1/ floating-2/ floating-3"

Fixed:
- lexer JS: highlighting of regex'es
- folded ranges didn't restore from history (if scroll pos: on top)
- opening files in "preview tab" (Project Manager) gave incorrect filename sometimes (with "ui_notif":true)

Office Timeline 4.03.05 查看版本資訊

更新時間:2020-05-25
更新細節:

What's new in this version:

- Allow installation when %AppData% is redirected to another location

RStudio 1.3.959 查看版本資訊

更新時間:2020-05-23
更新細節:

What's new in this version:

- Dramatically improved accessibility support, including support for screen readers, keyboard navigation improvements, focus indicators and contrast improvements, and more
- Real-time spellchecking with customizable dictionaries and inline correction suggestions
- Dozens of other productivity improvements, including auto-save, global search and replace, and Shiny background jobs
- All preferences and settings are now saved centrally in plain text files, and can be set by admins and backed up by users
- Compatibility with iPad OS 13 for RStudio Server
- RStudio Desktop Pro can now function as a client for RStudio Server Pro; access your server’s compute power and environments with the convenience of a windowed desktop application

Accessibility:
Dramatically improved accessibility for sight-impaired users, including:
- Keyboard focus management and visibility upgrades
- Improved keyboard navigation
- Compatibility with popular screen readers
- Compliant contrast ratios and other accessibility improvements
- User preference for disabling user-interface animations such as when zooming panes

Spell Check:
- Real-time spell-checking engine for checking while editing
- Customizable dictionaries and word ignore lists preloaded with common R terms
- Inline correction suggestions

Preferences and Configuration:
- All user preferences and settings can now be set using a plain JSON file
- All user preferences can now have global defaults set by a system administrator
- New diagnostics commands for editing the prefs file, resetting state, and viewing pref system data
- Editor themes, snippets, file templates, and keybindings are now portable and can be installed by admins
- The content of new file templates (New R Script, New R Markdown, etc.) can now be controlled by users or administrators
- renv
- New projects can be initialized with renv, giving them an isolated project environment

Server Security:
- New auth-timeout-minutes option signs users out after a defined period of inactivity
- CSRF hardening improvements including optional validation of the HTTP Origin header
- Add option auth-cookies-force-secure to always mark auth cookies as secure when SSL is terminated upstream
- Set HTTP header X-Content-Type-Options to discourage MIME type sniffing
- Authentication cookies are now revoked after signout
- File-serving resource endpoints can now be made more restrictive; added new restrict-directory-view and directory-view-whitelist options
- RStudio Server now uses 2048 bit RSA keys, for secure communication of encrypted credentials between server / session and client

Terminal Improvements:
- User preference to configure initial working directory of new terminals
- Command to open a new terminal at location of current editor file
- Command to insert the full path and filename of current editor file into terminal
- Command in File pane to open a new terminal at File pane’s current location
- Command in to change terminal to current RStudio working directory
- PowerShell Core option in terminal (Windows-only)
- Custom terminal shell option for Windows desktop (previously only on Mac, Linux, and server)
- Change shortcuts for Next/Previous terminal to avoid clash with common Windows shortcuts
- Suppress macOS Catalina message about switching to zsh in Terminal pane
- Add ‘Close All Terminals’ command to Terminal menu
- Zsh option in terminal for Mac and Linux desktop, and RStudio Server
- Diagnostics and Recovery:
- Add automated crash handling and reporting
- Show detailed logs and process output when R fails to start
- Add “Safe Mode” for opening sessions without profile scripts or workspace restoration

Tutorials:
- Support for tutorials with the learnr package in a new Tutorials pane

Background Jobs:
- Add support for running Shiny applications as background jobs
- Install missing package dependencies in a background job

Auto Save:
- Changes automatically (and optionally) saved to disk after a few seconds or when editor loses focus
- Option to disable real-time backup of unsaved changes to avoid conflicts with Google Drive, Dropbox, etc
- Option to adjust idle interval for backup or saving changes

Miscellaneous:
- Add global replace with live preview and regular expression support
- Enable large file uploads (over 4GB) in RStudio Server
- Improved ‘Comment / Uncomment’ handling of empty lines around selection
- Files with extension ‘.q’ are no longer indexed or parsed as R files
- Add support for an API command to return the list of R packages RStudio depends on
- Upgrade internal JSON parsing engine for speed improvements
- Improved ergonomics for history prefix navigation
- Make columns resizable in the Environment pane
- Add Word Count command
- Keyboard shortcuts for main menu items on RStudio Server (e.g. Ctrl+Alt+F for File menu)
- Show number of characters when entering version control commit messages
- Update embedded Qt to 5.12.5 for Chromium update, stability and bugfixes
- Add preference for changing font size on help pane
- Warn when Xcode license has not been agreed to on macOS when command line tools required
- Improved browser tab names (project name first, complete product name) (Pr
- The diagnostics system now understands referenced symbols in glue strings
- Add preference for compiling .tex files with tinytex
- Long menus and popups now scroll instead of overflowing (#1760, #1794
- Sort package-installed R Markdown templates alphabetically
- The ‘Reopen with Encoding’ command now saves unsaved changes before re-opening the document.
- Autocomplete support for Plumber #* comment keywords
- Automatically continue Plumber #* on successive lines
- Comment / uncomment is now enabled for YAML documents
- Reflow comment has been rebound to ‘Ctrl + Shift + /’ on macOS.
- Allow fuzzy matches in help topic search
- The diagnostics system better handles missing expressions
- Keyboard shortcuts for debugging commands can be customized
- Update Pandoc to 2.7.3
- Update SumatraPDF to version 3.1.2
- Allow previewing PDFs in fullscreen mode in Sumatra PDF
- RStudio Server runtime files are stored in /var/run, or another configurable location, instead of /tmp
- Errors encountered when attempting to find Rtools installations are handled more gracefully
- Enable copying images to the clipboard from the Plots pane
- Update minimum supported browser versions
- Automatic refresh of the Git pane can now be enabled / disabled as required.
- Target directory can be changed from within the ‘Upload Files’ dialog (RStudio
- Zoom Left/Right Column commands for keyboard users
- Increase maximum plot size for large, high-DPI displays
- Make maximum lines in R console configurable; was previously fixed at 1000
- Option to only show project name instead of full path in desktop window title
- New rstudio --version command to return the version of RStudio Desktop
- Scan R Markdown YAML header for R packages required to render document
- Support use of F13 - F24 for custom keyboard shortcuts (full Mac keyboard has F13-F19, for example)
- Keyboard shortcuts for searching R help in Help pane, and next/previous help page
- Keep keyboard focus in the console during debugging
- Enable wrap-around for previous/next source tab by default
- Provide full SHA in detail of Git commits
- File monitor now ignores Packrat, renv library folders
- Make global source control commands rebindable

Bugfixes:
- Fix issue where calling install.packages() without arguments would fail
- Fix issue where C code in packages would incorrectly be diagnosed as C++
- Fix plot history when plot() called immediately after dev.off()
- Fix debug stopping past breakpoint when source windows are open
- Fix diagnostics error with multibyte characters in R Markdown documents on Windows
- Fix stale processes when invoking child R processes with large command lines
- Fix an issue where help tooltips could become corrupt when using prettycode
- Fix an issue where signature tooltips were shown even when disabled by user preference
- Fix an issue where Git did not work within projects whose paths contained multibyte characters
- Fix an issue where RStudio would fail to preview self-contained bookdown books
- Fix modal dialog boundaries extending out of the app window in certain cases
- Fix issue where session restore could fail when using multiple user l
- Fix issue where library paths were not forwarded when building package docum
- Restore ability to select and copy text in version control diffs
- Fix incorrect column names when non-dataframes with a column named x were viewed
- Fix inconsistent shading in R Markdown chunk backgrounds with folding
- Fix list column display in columns past 50 with data viewer
- Fix incorrect column type display when paging columns
- Fix incorrect sorting in data viewer when paging columns
- Fix carryover of light ANSI background colors
- Fix issue where Shiny applications using reticulate on Windows could crash on run
- Fix issue where pasting text into last chunk in document could occasionally cause hang
- Fix blank Viewer Pane when displaying most HTML widgets with R 4.0.0

CudaText 1.101.0.0 (64-bit) 查看版本資訊

更新時間:2020-05-23
更新細節:

What's new in this version:

Added:
- undo-data records also "line states", ie "undo" reverts "line states" to initial value
- command line: support key -s to specify custom settings folder
- command line: support file masks with '*', e.g. "cudatext readme/test*.htm*"
- when "unprinted symbols" are visible, render curved-arrow for wrapped parts of long lines
- paired file tabs (2 files in a single tab) now correctly save/restore to/from sessions
- for stability, when user removes lexer in Lexer Library dialog, app doesn't deallocate lexer object but only "marks" it (prevents access to deallocated memory objects)
- Wiki topic: https://wiki.freepascal.org/CudaText#Dialog_.22Save_tabs.22

- Changed: changed format and file extensions of persistent undo/redo (used with "undo_persistent":true)

Fixed:
- bug in regex engine with regex like [.-] and [.-]
- lexer Batch issues
- several editor settings (wrap mode, show minimap/micromap/ruler/line-numbers/folding/unprinted) could not load from lexer-specific configs
- Project Manager crash on calling Project Properties

Postman 7.25.0 (64-bit) 查看版本資訊

更新時間:2020-05-22
更新細節:

CudaText 1.100.0.0 (64-bit) 查看版本資訊

更新時間:2020-05-18
更新細節:

What's new in this version:

Added:
- options "statusbar_nnnn" support new macro {selchars} - total number of selected characters
- option "mouse_click_links"
- option "max_line_len_for_accurate_width"
- open URLs and e-mails (with and without "mailto:") by double-click
- open URLs starting with "www." and "ftp."
- optimizations for "dynamic highlightings" code
- switch ui tabs by Shift+wheel
- Wiki topic: CudaText#Sessions
- Wiki topic: CudaText#Markers
- API to show button on sidebar's bottom without loading the plugin

Changed:
- replaced 3 rarely needed options "unprinted_xxxx_scale" with single option "unprinted_symbols_scale"
- ui tabs: mouse wheel scroll step is now 20% of width
- toolbar button "Sort" was removed. It gave the same commands as "Plugins / Sort" but it had only 5 of all 20 commands

Fixed:
- plugin "Open URL" didn't catch double-click sometimes
- folding icon on gutter did not work in some cases
- Project Manager cannot open files in binary viewer sometimes
- Project Managet cannot open recent projects
- regex search bug with regex like "[.-]test"
- lexer PHP: several fixes for code-tree and folding
- incorrect caret pos in long lines (len>500) with CJK chars
- bug from 1.99, file can be loaded from session without lexer set

Office Timeline 4.03.04 查看版本資訊

更新時間:2020-05-13
更新細節:

What's new in this version:

- Allow installation when %AppData% is redirected to another location

Driver Talent 7.1.28.114 查看版本資訊

更新時間:2020-05-13
更新細節: