zoukankan      html  css  js  c++  java
  • SlickEdit 2011 版本的新特性

     

    Slickedit 2011的新特性我最关心如下几点:

    1.  终于有了64位版本

    2.  Context Tagging 支持多线程了

    3.  对Visual Studio 2010 支持更加完美了

     

    最后是License变了,不过没有关系,大不了操刀Crack之。

    http://community.slickedit.com/index.php?topic=6655.0

          Here is a list of new features for this release. I have also attached the readme notes for more complete details and a list of key bug fixes.
    You'll probably notice that the list of new features is shorter than years past. Many have commented that they don't want new features, that they just want the existing features to work better. That's what we've tried to do in this release. We've spend most of our time on improving the core of SlickEdit, like the work to make things multithreaded. That should result in fewer interruptions and better utilization of computing resources. We still have more work to do along these lines, but we think we've made good progress this year. We hope you'll agree.
    --Scott
    64-bit Versions for Windows and Linux
    Native 64-bit versions of SlickEdit are now available for Windows and Linux. These allow you to run on 64-bit platforms without the use of 32-bit libraries. SlickEdit still retains the 2 gigabyte file size limit.
    Multithreading
    Much of our energy this year has been spent on reengineering parts of SlickEdit to be multithreaded. This will allow us to make better use of available CPU resources and reduce the waiting time for affected operations. The Context Tagging engine has been the focus of this work, so that we can update and read the tag database using multiple threads. Many of the parsers for supported languages have been updated to run on a thread.
    Support for Ruby Debugging
    Added support for debugging Ruby programs.
    Support for the Git Version Control System
    Added support for the Git version control system. The basic operations supported are: add, remove, commit, revert, push, and pull. We have also built a basic status tree showing the result of comparing the workspace to the repository.
    Auto-Reload Performed on a Thread
    Auto-reload now uses a thread to access files, preventing SlickEdit from hanging due to unavailable resources. Auto-reload is still performed when you switch applications. A future modification may involve periodically checking for modified files, but that has not yet been implemented.
    Dynamic Debugger Enhancements
    This includes the following changes:

    • Added support for Python 3.
    • Corrected display of Python special values: True, False, and None.
    • Added a column to display the Value Type.
    • Added the capability to change values while debugging
    • Improved the display of Perl values. Previously, all values were displayed as scalars.

    Updated Microsoft Visual Studio 2010 Support
    This includes the following changes:
    • Improved workspace and project folder handling.
    • Added ability to read project property sheets.
    • Improved support for project dependencies.


    Updated JUnit Support
    The JUnit support was updated to support version 4.6 and later. Earlier versions are not supported.


    SlickEdit License Manager
    SlickEdit no longer uses the FlexNet licensing system. We have developed our own licensing system that provides the same convenience as the previous system, while providing us greater latitude to license our products as needed. Both Named User and Concurrent licenses are supports, as before. Named User licenses continue to use a license file that is stored in the same locations as before. For more information see Licensing.

     

  • 相关阅读:
    C# WinForm 只允许运行一个实例
    C# WinForm 获得文字的像素宽度
    Windows 下使用命令行升级 Npm 和 NodeJS
    每日踩坑 2020-04-15 C# 与 Java 对应 DES 加密算法
    robot自动化测试(二)--- template使用
    robot自动化测试(一)---安装
    linux io优化
    python 远程统计文件
    编程类学习资料整合,更多干货
    两份安卓学习资料,我建议你看完
  • 原文地址:https://www.cnblogs.com/russinovich/p/2030060.html
Copyright © 2011-2022 走看看