All Projects → UniSwarm → uDevkit-IDE

UniSwarm / uDevkit-IDE

Licence: GPL-3.0 license
An IDE for uDevkit or C/C++ projects with Git written in Qt5

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects

Projects that are alternatives of or similar to uDevkit-IDE

uDevkit-SDK
Embedded systems SDK for Uniswarm boards and others (dsPIC33, dsPIC30, PIC24 and PIC32 compatible)
Stars: ✭ 14 (-6.67%)
Mutual labels:  pic32mz, pic32mx, dspic
I Pascal
A free Object Pascal language plugin for IntelliJ IDEA
Stars: ✭ 85 (+466.67%)
Mutual labels:  syntax-highlighting, ide
Subethaedit
General purpose plain text editor for macOS. Widely known for its live collaboration feature.
Stars: ✭ 1,183 (+7786.67%)
Mutual labels:  syntax-highlighting, ide
Zerobranestudio
Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
Stars: ✭ 2,255 (+14933.33%)
Mutual labels:  syntax-highlighting, ide
Apkstudio
Open-source, cross platform Qt based IDE for reverse-engineering Android application packages.
Stars: ✭ 2,246 (+14873.33%)
Mutual labels:  ide, qt5
QSourceHighlite
Lightweight syntax highlighter written in Qt
Stars: ✭ 39 (+160%)
Mutual labels:  syntax-highlighting, qt5
Brackeys Ide
👨‍💻 Brackeys IDE is a fast and free multi-language code editor for Android.
Stars: ✭ 154 (+926.67%)
Mutual labels:  syntax-highlighting, ide
Cpeditor
The IDE for competitive programming 🎉 | Fetch, Code, Compile, Run, Check, Submit 🚀
Stars: ✭ 562 (+3646.67%)
Mutual labels:  ide, qt5
vscode-liquid
💧Liquid language support for VS Code
Stars: ✭ 137 (+813.33%)
Mutual labels:  syntax-highlighting, ide
misbehave
Add IDE-like text entry to HTML contenteditable tags
Stars: ✭ 34 (+126.67%)
Mutual labels:  syntax-highlighting, ide
JetBrainsRunner
A Krunner Plugin which allows you to open your recent projects
Stars: ✭ 31 (+106.67%)
Mutual labels:  ide, qt5
myPDDL
PDDL Syntax Highlighting, Snippets, Domain Visualization and more for Sublime Text
Stars: ✭ 32 (+113.33%)
Mutual labels:  syntax-highlighting, ide
Intellij Makefile
Makefile support for IntelliJ-based IDEs
Stars: ✭ 164 (+993.33%)
Mutual labels:  ide, make
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (+1853.33%)
Mutual labels:  syntax-highlighting, ide
Embedded Ide
IDE for C embedded development centered on bare-metal ARM systems
Stars: ✭ 127 (+746.67%)
Mutual labels:  ide, qt5
Ide Stubs
Phalcon IDE Stubs
Stars: ✭ 137 (+813.33%)
Mutual labels:  syntax-highlighting, ide
asn1scc.IDE
Qt Creator plugin for asn1scc - ASN.1/ACN compiler for embedded systems
Stars: ✭ 15 (+0%)
Mutual labels:  ide, qt5
TheVimIDE
Modern Vim IDE with support for C/C++, Java, Python, Lua, PHP, JavaScript, Ruby and much more ...
Stars: ✭ 33 (+120%)
Mutual labels:  syntax-highlighting, ide
CodeView
Android Library to make it easy to create an Code editor or IDE that support any languages and themes, with auto complete, auto indenting, snippets and more features
Stars: ✭ 254 (+1593.33%)
Mutual labels:  syntax-highlighting, ide
DzNoteEditor
Delphi Property Editor for TStrings supporting formatted languages with syntax highlight
Stars: ✭ 18 (+20%)
Mutual labels:  syntax-highlighting, ide

uDevkit-IDE

License: GPL v3 Build Status Build status

A simple IDE for uDevkit written in Qt5. This IDE want to be very lightweight and fast to load without a huge project management system.

Still in development.

Screenshot

Features

  • files project viewer with git integration
  • code editor with highlighting and git integration (based on edbee)
  • hexadecimal editor (based on qhexedit2)
  • dark theme to preserve developer eyes 😉 (based on QDarkStyleSheet)
  • Makefile parser to extract external sources and rules
  • compile log with link to file
  • image viewer
  • HTML live preview

dependencies

Qt > 5.2

Qt module used :

  • core
  • gui
  • widgets
  • webenginewidgets (Qt > 5.6) or webkitwidgets (Qt < 5.6) or a lite support for web

Build

Do not forget to init and update submodule before build :

git submodule init
git submodule update

And to build :

mkdir build
cd build
qmake ../src
make -j

Binaries will be placed in bin/ directory.

Binaries downloads

For convenience, a pre-built version is available at :

https://ci.appveyor.com/api/projects/sebcaux/udevkit-IDE/artifacts/udk-ide-win64-v0.zip

Without Qt DLL (very lite) :

https://ci.appveyor.com/api/projects/sebcaux/udevkit-IDE/artifacts/udk-ide-win64-v0-nodll.zip

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].