内容简介:Go 语言开发工具 LiteIDE X37.1 发布,在这个版本中提供集成终端插件,初步实现内置终端功能。更新 gotools & gocode 以支持 Go 1.14。 ### 2020.04.24 Ver X37.1 * LiteIDE * add new integrated termin...
Go 语言开发工具 LiteIDE X37.1 发布,在这个版本中提供集成终端插件,初步实现内置终端功能。更新 gotools & gocode 以支持 Go 1.14。
### 2020.04.24 Ver X37.1
* LiteIDE
* add new integrated terminal plugin
* change LiteApi, IToolWindowManager and IFileManager api
* Terminal:
* new terminal plugin
* export open in integrated terminal action
* support open multiple shells (/etc/shells) on unix
* support open cmd/powershell/git bash on window
* support dark mode
* support login mode --login (unix)
* load enviroment from LiteIDE action (unix)
* tab style multiple terminal
* auto save / restore terminal info
* ctrl+c key interrupt support
* mouse to select, enter key copy to clipboard (ctrl+c/command+c)
* ctrl+v / command+v to paste from clipboard
* LiteApp
* folder add open integrated terminal action
* update hide tool window action icon.
* folder view enable create folder in files
* fix SideWindowStyle::moveToolWindow crash
* fix #1106, options widget add ScrollArea, enable resize, init check screen size
* LiteEditor
* change copy/paste/cut/selectall/undo/redo unregister shortcut for macos
* FileBorwser:
* add open integrated terminal action
* enable create folder in files
* simple, remove litefind/terminal depends
* LiteFind
* SearchResultWidget add expandAll and collapseAll button
* GolangEdit
* fix fold by GO_ELSE
* gotools & gocode
* fix & update for Go 1.14
以上所述就是小编给大家介绍的《Go 语言开发工具 LiteIDE X37.1 发布》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- LiteIDE X32 发布,Go 语言开发工具
- LiteIDE X33 发布,Go 语言开发工具
- Go 语言开发工具 LiteIDE X36 发布
- LiteIDE X33.2 发布,Go 语言开发工具
- LiteIDE X33.3 发布,Go 语言开发工具
- Go 语言开发工具 LiteIDE X37.3 发布
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
算法详解(卷1)——算法基础
[美]蒂姆·拉夫加登(Tim Roughgarden) / 徐波 / 人民邮电出版社 / 2019-1-1 / 49
算法是计算机科学领域最重要的基石之一。算法是程序的灵魂,只有掌握了算法,才能轻松地驾驭程序开发。 算法详解系列图书共有4卷,本书是第1卷——算法基础。本书共有6章,主要介绍了4个主题,它们分别是渐进性分析和大O表示法、分治算法和主方法、随机化算法以及排序和选择。附录A和附录B简单介绍了数据归纳法和离散概率的相关知识。本书的每一章均有小测验、章末习题和编程题,这为读者的自我检查以及进一步学习提......一起来看看 《算法详解(卷1)——算法基础》 这本书的介绍吧!