All Projects → n7space → asn1scc.IDE

n7space / asn1scc.IDE

Licence: other
Qt Creator plugin for asn1scc - ASN.1/ACN compiler for embedded systems

Programming Languages

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

Projects that are alternatives of or similar to asn1scc.IDE

pem-utils
Managed .NET (C#) utility library for working with PEM files with DER/ASN.1 encoding
Stars: ✭ 62 (+313.33%)
Mutual labels:  asn1, asn, asn-1
Embedded Ide
IDE for C embedded development centered on bare-metal ARM systems
Stars: ✭ 127 (+746.67%)
Mutual labels:  qt, ide, qt5
Apkstudio
Open-source, cross platform Qt based IDE for reverse-engineering Android application packages.
Stars: ✭ 2,246 (+14873.33%)
Mutual labels:  qt, ide, qt5
qt5-tutorials
graphics dojo Qt5
Stars: ✭ 29 (+93.33%)
Mutual labels:  qtcreator, qt5
Asn1DerParser.NET
Abstract Syntax Notation One (ASN.1) binary parser to support Distinguished Encoding Rules (DER) in .NET
Stars: ✭ 31 (+106.67%)
Mutual labels:  asn1, asn
JetBrainsRunner
A Krunner Plugin which allows you to open your recent projects
Stars: ✭ 31 (+106.67%)
Mutual labels:  ide, qt5
QT-Notepad
QT5 实现的简单文本编辑器
Stars: ✭ 18 (+20%)
Mutual labels:  qtcreator, qt5
BBearEditor-2.0
My own 3D engine & editor in order to learn graphics algorithms and game engine architecture.
Stars: ✭ 32 (+113.33%)
Mutual labels:  qtcreator, qt5
diagnostictools
Plugin for Qt Creator (Memory and CPU usage visualizer)
Stars: ✭ 41 (+173.33%)
Mutual labels:  qtcreator, qt5
ProductManagementTool
Advanced Product tracking automation system using Qt 5 and C++
Stars: ✭ 39 (+160%)
Mutual labels:  qtcreator, qt5
QtNotepad
Super lightweight and super simple notepad application
Stars: ✭ 50 (+233.33%)
Mutual labels:  qt, qtcreator
tenplayer
Modern Music Player for Linux
Stars: ✭ 18 (+20%)
Mutual labels:  qt, qt5
qt-creator-plugin-boostbuild
Boost.Build Project Manager Plugin for Qt Creator
Stars: ✭ 15 (+0%)
Mutual labels:  ide, qtcreator
uDevkit-IDE
An IDE for uDevkit or C/C++ projects with Git written in Qt5
Stars: ✭ 15 (+0%)
Mutual labels:  ide, qt5
qtcreator-go
Go language plugin for the QtCreator IDE.
Stars: ✭ 24 (+60%)
Mutual labels:  ide, qtcreator
Swiftly
Swiftly is an easy to use Qt/C++ web framework
Stars: ✭ 20 (+33.33%)
Mutual labels:  qt, qt5
dannyAVgleDownloader
知名網站avgle下載器
Stars: ✭ 27 (+80%)
Mutual labels:  qt, qt5
screenshotgun
Open cross-platform screenshoter with cloud support and server part
Stars: ✭ 23 (+53.33%)
Mutual labels:  qt, qt5
Jkqtplotter
an extensive Qt5 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Stars: ✭ 246 (+1540%)
Mutual labels:  qt, qt5
rasn
A Safe #[no_std] ASN.1 Codec Framework
Stars: ✭ 131 (+773.33%)
Mutual labels:  asn1, asn

asn1scc.IDE

Qt Creator plugin for asn1scc - ASN.1/ACN compiler for embedded systems

Build Status Build status

Project Home Page

Installation

  1. Install desired version of Qt Creator, if you don't have one already
  2. Download plugin release corresponding to installed QtCreator version (plugin's version is based on compatible QtCreator's version, so, for example, plugin 4.5.0 should work with QtCreator 4.5.1, but for QtCreator 4.6.0 plugin 4.6.x is required)
  3. Unpack release package contents into QtCreator installation directory:
    • /opt/Qt/Tools/QtCreator/ on Linux
    • C:\Qt\Tools\QtCreator on Windows
  4. Run QtCreator - plugin should be available on plugins list in Help > About Plugins...

ASN1SCC requirements

Most features of plugin depends on properly working ASN1SCC compiler. It is distributed along with plugin itself, or plugin can be configured to use different one. To run compiler system requires:

  • mono and fsharp package on Linux
  • .NET Framework 4.6 on Windows (preinstalled in Windows 10 and newer)

Main features

  • Support for ASN.1 files in QMake and CMake projects
  • Outline view for ASN.1 files
  • ASN.1 Types view for all models in project
  • 'Find Usages' for ASN.1 types

See Qt Creator's User Interface for introduction to Qt Creator.

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].