KDevelop 5.3 发布,新增 Clazy 分析器插件

栏目: 软件资讯 · 发布时间: 6年前

内容简介:KDevelop 5.3 发布了,KDevelop-Project 诞生于 1998 年,其目的是为 KDE 提供一个易用的 IDE,它支持多种语言,是一个用于 C、C ++、Python、JavaScript 和 PHP 的跨平台 IDE。 此版本主要更新内容包括: Analyz...

KDevelop 5.3 发布了,KDevelop-Project 诞生于 1998 年,其目的是为 KDE 提供一个易用的 IDE,它支持多种语言,是一个用于 C、C ++、 Python 、JavaScript 和 PHP 的跨平台 IDE。

此版本主要更新内容包括:

Analyzers

新增了一个开箱即用的插件 Clazy,Clazy 是一个专门用于 Qt 代码的 clang 分析器插件,现在默认情况下也可以在 KDevelop 内运行。

KDevelop 5.3 发布,新增 Clazy 分析器插件

C++ 支持改进

  • Clang: include tooltips: fix range check. (commit. code review D14865)

  • Allow overriding the path to the builtin clang compiler headers. (commit. See bug #393779)

  • Always use the clang builtin headers for the libclang version we use. (commit. fixes bug #387005. code review D12331)

  • Group completion requests and only handle the last one. (commit. code review D12298)

  • Fix Template (Class/Function) Signatures in Clang Code Completion. (commit. fixes bug #368544. fixes bug #377397. code review D10277)

  • Workaround: find declarations for constructor argument hints. (commit. code review D9745)

  • Clang: Improve argument hint code completion. (commit. code review D9725)

PHP 支持改进

  • Much improved support for PHP Namespaces

  • Added support for Generators and Generator delegation

  • Updated and expanded the integrated documentation of PHP internals

  • Added support for PHP 7's context sensitive lexer

  • Install the parser as a library so it can be used by other projects (currently, umbrello can use it) (Ralf Habacker)

  • Improved type detection of object properties

  • Added support for the object typehint

  • Better support for ClassNameReferences (instanceof)

  • Expression syntax support improvements, particularly around 'print'

  • Allow optional function parameters before non-optional ones (Matthijs Tijink)

  • Added support for magic constants __DIR__ and __TRAIT__

Python 支持改进

详情查看发布公告

下载地址:https://www.kdevelop.org/download


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

计算机科学概论(第12版)

计算机科学概论(第12版)

[美] J.Glenn Brookshear、[美] Dennis Brylow / 刘艺、吴英、毛倩倩 / 人民邮电出版社 / 2017-1 / 69.00

《计算机科学概论》是计算机科学概论课程的经典教材,全书对计算机科学做了百科全书式的精彩阐述,充分展现了计算机科学的历史背景、发展历程和新的技术趋势。《计算机科学概论》首先介绍的是信息编码及计算机体系结构的基本原理,进而讲述操作系统和组网及因特网,接着探讨算法、程序设计语言及软件工程,然后讨论数据抽象和数据库方面的问题,讲述图形学的一些主要应用以及人工智能,以计算理论的介绍结束全书。《计算机科学概论......一起来看看 《计算机科学概论(第12版)》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试