FreeFileSync

最新版本 CodeLite 13.0

CodeLite 13.0

CodeLite 13.0
FreeFileSync 是一個免費的開源軟件,可以幫助你同步文件和同步文件夾的 Windows,Linux 和 Mac OS X. 它的目的是為了節省您的時間設置和運行備份工作,同時具有良好的視覺反饋沿途.

FreeFileSync 不施加任何人為限制您可以同步的文件數量。實際上,超大同步作業的唯一限制因素是可用內存量:對於每個 1 GB 的 RAM,FreeFileSync 可同時同步大約 170 萬個文件對。

FreeFileSync 功能:
同步網絡共享和本地磁盤同步 MTP 設備(Android,iPhone,平板電腦,數碼相機)通過 SFTP 同步(SSH 文件傳輸協議)檢測移動和重命名的文件和文件夾顯示目錄樹的磁盤空間使用情況復制鎖定的文件(卷影複製服務)檢測衝突和傳播刪除比較文件按內容配置符號鏈接處理自動將同步作為批處理作業處理多個文件夾對全面詳細的錯誤報告複製 NTFS 擴展屬性(壓縮,加密,稀疏)複製 NTFS 安全權限支持超過 260 個字符的長文件路徑故障安全文件複製防止數據損壞跨平台:在 Windows,Linux,Mac OS 上運行 X 擴展環境變量(如%UserProfile%)按卷名訪問變量驅動器號(USB 棒)本機 64 位支持管理已刪除 / 更新文件的版本通過最佳同步順序防止磁盤空間瓶頸完全 Unicode 支持高度優化的運行時性能包括和排除文件通過過濾器 FreeFileSync 便攜式和本地安裝可用在 FAT / FAT32 處理夏令時變化使用宏%time%,%date%等。用於定期備份區分大小寫的同步內置鎖定序列化多個用戶同步相同的網絡文件夾也可用:下載 FreeFileSync 為 Mac

ScreenShot

軟體資訊
檔案版本 CodeLite 13.0

檔案名稱 codelite-amd64-13.0.0.exe
檔案大小
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 Zenju
官網
更新日期 2019-05-27
更新日誌

What's new in this version:

Improvements:
- Make alphabetical sorting of the Notebook tabs' dropdown menu optional from settings->preferences->windows & tabs
- Remove the Trace output tab. Instead of the Trace tab, all the log messages are now redirected to CodeLite log file ~/.codelite/codelite.log
- Spell checker plugin "Continuous" mode is now persistent between runs
- Make Ctrl-C over an empty line copying the entire line optional
- spellcheck: a bit more false positive reduction in continuous mode
- Navigation bar: allow the user to place it below or above the editor control
- (feature request) Show number of chars and/or bytes in text selection in the footer
- (feature request) Add possibility for renaming folders
- lldb: added run-to-caret and jump-to-caret.
- lldb: added option to dislay thread name to threads pane
- lldb: added add watch context menu in editor and remove watch context menu in locals view
- lldb: expanded locals recursively and don't re-expand previously collapsed items
- lldb: added a thread context menu with suspend/resume.
- lldb: quickly add inner class members into the watch view
- lldb: support changing the display format (similar to gdb)
- Make the Ctrl-TAB and Ctrl-Shift-TAB configurable
- Feature Request: move editor tab left/right functionality
- subversion plugin : cannot handle unversioned files
- Feature request: Find In Files: all files relative from workspace (and down)
- wxCrafter: added support for subclassing wxToolBar and wxAuiToolBar
- New Notebook style was added
- Detach Editor now allows to DnD editors from the main notebook to the detached frame
- Database explorer UI revamped
- Support customizing the captions colours
- Added syntax highlight for Dockerfile
- New plugin: Docker, now edit build and execute Docker containers from CodeLite
- ToolBar: support customisation (choose which tools are displayed)
- CodeLite is now more friendly with the dark themes
- Use new controls for trees and table based views
- Allow building a header file (by compiling its CXX counterpart)
- Don't execute post build commands when compiling a single file
- Adjust doxygen settings when using /*!
- Make CodeLite compile and run against GTK3
- CodeLite is now built for macOS mojave and is looking great under the dark theme
- All bitmaps were replaced with a consistent clear bitmaps (two sets created: for dark and normal themes)
- Terminal support in CodeLite simplified. There is a single location where you can choose which terminal (from a predefined list of terminals) to use, this selection now affects all terminals launched by CodeLite
- macOS: support for iTerm2
- wxCrafter: support wxMiniFrame
- WebTools plugin: Node.js debugger re-written to support newer versions of Node.js (The Node.js project changed the debugger protocol)
- The debugger toolbar is now a floating toolbar that shows when debug session starts
- No more splash screen
- Find in Files dialog feature req
- It is now possible to perform find in files in the SFTP tree view
- CppCheck updated to version 1.85
- CodeLite now accepts folder path as a command line argument and opens it in the "Explorer" view. If a workspace file exists in the path given, the workspace is loaded instead of opening the folder
- Opening the Find-in-Files dialog while the focus is set to the C++ workspace view will cause the Find-In-Files to search in the selected items only (files, projects, virtual folders and workspace)
- Support document code completion (i.e. hitting Ctrl-Space in a block comment will suggest the various document keywords (e.g. @param @brief etc.)
- NodeJS debugger: added the ability to copy the backtrace into the clipboard
- Implement PHP comments fold
- Added support to Language Servers
- Find In Files: the Look In and File mask fields are now kept and loaded per workspace type. Sensible defaults are used per workspace
- Find In Files: the Look In field is now a free text field
- Language Server plugin: auto restart the LSP once new compile_commands.json is generated
- New plugin: EOSWiki - support blockchain development using EOSIO
- Find In Files: allow to exclude folder from the search by using wild card syntax. For example, to exclude all content from node_modules folder, you can add to the Look In field this line

Bugs:
- Files opened via the SFTP no longer displays the "cloud" icon
- Allow spell checker plugin to work with multiple CodeLite instances
- Fixed: Ctrl-Shift-P -> Svn Commit does not work
- Fixed: Checking "Use Codelite's built-in terminal emulator" requires uninstall/reinstall
- Fixed: crash when editing keyboard shortcut
- Fixed: Doxygen tweaks use wrong line ending
- Fixed: OSX: at times, the nodejs debugger did not start
- Copy & paste functions in SVN Commit dialog are not available
- Right clicking on vdir with physical one does not default new template wizard to that directory
- New Class and New Template Wizard do not enforce same filename case
- wxCrafter: Fixed: when using in frame mode, make sure that all dialogs shown from wxC, are parented to this main frame and not CodeLite's one
- wxCrafter: Fixed: Top level windows (Frame, Dialog and Top level Panel) did not honor the common properties (bg colour, fg coluor, hidden, focused and disabled state)
- wxCrafter: Fixed: When in frame mode, use CodeLite' wxAUI docking art for UI persistency
- wxCrafter: Fixed: All generated files are now formatted according to CodeLite's formatter settings
- wxCrafter: Fixed: Honor the "Format Inherited Classes" setting property
- Fixed: debugger arrays are displayed incorrectly in the Locals & Watches view
- Fixed: code completion window is not positioned correctly on multiple screens with different resolutions
- Fixed: unable to select virtual directory in various wxCrafter dialogs
- When starting CodeLite from the command line with a file name as input, don't show the welcome page
- Fixed: creating a C++ workspace by dragging a folder from the file manager does not work if the folder has special chars in it's name
- Fixed: Memcheck generates malformed XML file path, cannot create file and fails to start
- Fixed: codelite-make broken
- Fixed: CMake plugin regression (missing double quotes in the generated link_directory entries)

CodeLite 13.0 相關參考資料
Chocolatey Software | CodeLite 13.0

CodeLite is an open-source, cross plattform IDE specialized in C, C++, PHP and JavaScript (mainly for backend developers using Node.js) programming ...

https://chocolatey.org

CodeLite 13.0 - 下載

CodeLite, 免費下載. CodeLite 13.0: CodeLite is a powerful, cross-platform code editorfor the C/C++ programming languages. It isregularly tested on Windows XP ...

https://codelite.updatestar.co

CodeLite 13.0 for Windows 軟體資訊交流 - winXmac軟體社群

CodeLite 13.0 for Windows 軟體資訊交流、介紹、教學與下載,CodeLite 是專門用於C,C ++,PHP 和JavaScript 的開源,免費,跨平台IDE(主要供使用Node.js ...

https://winxmac.com

CodeLite • A free, Open Source, Cross Platform C,C++,PHP ...

What is CodeLite? CodeLite is an open source, free, cross platform IDE specialized in C, C++, PHP and ... CodeLite 13.0 is now available for download.

https://codelite.org

codelite-13.0-gtk.src.tar.gz - OSDN

Free download page for Project CodeLite's codelite-13.0-gtk.src.tar.gz.codelite is an open-source, cross platform IDE for the C/C++ programming languages ...

https://osdn.net

Main Repositories - CodeLite IDE

2020年10月27日 — Except for fedora, CodeLite 13.0 provided both GTK+2 and GTK+3-based packages; previous CodeLite releases used only GTK+2.

https://wiki.codelite.org

[ANN] CodeLite 13.0.2 is available - CodeLite IDE

[ANN] CodeLite 13.0.2 is available. Post by eranif » Mon Aug 26, 2019 4:13 pm. CodeLite v13.0.2 is available for downloads. Whats new?

https://codelite.org

[ANN] CodeLite 13.0.4 is available - CodeLite IDE

[ANN] CodeLite 13.0.4 is available. Post by eranif » Mon Oct 14, 2019 7:38 pm. CodeLite v13.0.4 is available for downloads. Whats new?

https://codelite.org