KDevelop 是为 KDE 提供一个易用的集成开发环境(Integrated Development Environment)。KDevlop IDE 采用 GPL 进行发布,它已支持Ada、Bash、C、C++、Fortran、Haskell、Java、Pascal、Perl、Python、Ruby、SQL 等程序设计语言。
KDevelop 4.1.1 更新:- set version to 4.1.1
- i18n: do not extract messages from sources in ‘tests’ subdirectories
- fix wrong usage of translation context in ui file messages to make the translated strings visible either use foo or
- extracomment=”@info”>foo
- backport from master: when using parallel builds, make install with kdesudo uses a command string like: kdesudo -t -c make -j4 install
- Cleanup and typo fixes in code comments.
- Use qSwap instead of custom “tmp=a; a=b; b=tmp;” code.
- fix: make sure we compare directores without slashes as KDevelop API’s urls have slashes while QDir::entryInfoList will never have slashes
- Provide support for break in foreach command.
- comment for performance issues.
- Added support for CMAKE_CURRENT_LIST_DIR variable.
- When looking for cmake modules, look for the directories without lowercases. It should work too.
- don’t try to get namespace for dot and dotdot, prevents pesty warning:
- fix: prevent crash, don’t try to access duchainpointer blindly
- fix: unbreak ‘Force Tabs’ in astyle formatter settings
- fix: make sure to apply negative BlockBreakAll option
- never switch to the implementation of a signal (i.e. the .moc file), instead use fallback and switch to .cpp
- backport from master: disable DEBUG_UI_LOCKUP by default, if desired enabled it via cmake (BUILD_uiblocktester option)
下载 KDevelop 4.1.1
点击进入 KDevelop 项目主页 |