内容简介:SmartGit 18.1.4 发布了,更新如下: - GUI: - system property "tooltip.enabled" to disable the large tooltips Fixed Bugs ---------- - Git: - Blame: possible internal err...
SmartGit 18.1.4 发布了,更新如下:
- GUI: - system property "tooltip.enabled" to disable the large tooltips Fixed Bugs ---------- - Git: - Blame: possible internal error - Clone (SSH): possible out-of-memory error when using built-in SSH client - Edit Last Commit Message: was erroneously not allowed in rebasing state - Ignore dialog: ignoring by pattern was broken - JIRA: for JQL queries, substituted project IDs had the be put in quotes - Log: - Tools menu: did not update if tools configuration in the preferences got changed - View | Include Tracked Remote Branches did not update instantly - Push to Gerrit: target selection was not honored if entering a topic - Repository | Edit Git Config | User: used wrong file if HOME was configured - Bitbucket: - possible "cyclic reference" error - error "Object 'user/username' not found" for deleted comments, authors - GitHub/Bitbucket: possible error message "Could not determine remote ref for pull request anchor" for special URLs - Compare: - Ctrl+Shift+Up/Down changed read-only file content - Ctrl+D on empty line -> internal error - possible internal error pinging license server - Linux: - bundle did not start (e.g. on SuSE Leap) - Windows: - added system property "fileMonitor.analyzeSystemLoad" to prevent hard crashes in msvcrt.dll (Java or Windows bug on certain machines) - temp directory was not cleared on system shutdown
下载:https://www.syntevo.com/smartgit/download/
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Effective C++
[美]Scott Meyers / 侯捷 / 电子工业出版社 / 2006-7 / 58.00元
《Effective C++:改善程序与设计的55个具体做法》(中文版)(第3版)一共组织55个准则,每一条准则描述一个编写出更好的C++的方式。每一个条款的背后都有具体范例支撑。第三版有一半以上的篇幅是崭新内容,包括讨论资源管理和模板(templates)运用的两个新章。为反映出现代设计考虑,对第二版论题做了广泛的修订,包括异常(exceptions)、设计模式(design patterns)......一起来看看 《Effective C++》 这本书的介绍吧!