GithubHelp home page GithubHelp logo

tenlun / clangide Goto Github PK

View Code? Open in Web Editor NEW

This project forked from karsl-program/clangide

0.0 0.0 0.0 170.5 MB

一个简洁、美观的原生C/C++集成开发环境(IDE) | A clean and beautiful native C/C++ integrated development environment (IDE).

License: GNU General Public License v3.0

Shell 0.02% C++ 19.90% Python 0.70% C 73.75% Roff 5.64%

clangide's Introduction

CLangIDE

CLangIDE

A clean and beautiful native C/C++ integrated development environment (IDE)

Supported Releases: Windows/Win7+

CLangIDE is built using PyQt to create a pure native integrated development environment IDE based on MinGW/GCC.

Due to the limitation of GCC compiler's suffix, the editor will recognize the file configuration config/config.ini for saving source code and determining source code type; for C, keep the default (write 'c'), and for C++, write 'cpp'.

Feature

  • Basic Edit text
  • Code completion
  • Highlight edit
  • Center edit
  • Layout design
  • Setting window
  • Fonts setting
  • Compile setting
  • Error boolean and show
  • Compilable and comes with a native compiler (Can be used without environment configuration)
  • Multi-file TAB
  • More...

Python Deployment

It is still recommended to use the Release version to avoid errors.

Python Recommended Requirements: Python 3.8+ & Virtual Environment

Python Minimum Requirements: Python 3.6+

Deploy using a local Python environment:

Installation

pip install pyqt5
pip install qscintilla

Run main.py or use the following command in the terminal:

python main.py

Pyinstaller Local Packaging (Optional)

You can also choose to package an executable file locally by installing the pyinstaller package:

pip install pyinstaller
pyinstaller (-F) -w -i ./bin/window.ico main.py

-F is an optional parameter that indicates whether to package it as a single file.

Once the packaging is complete, locate the main.exe executable file in the dist folder and open it.

Screen

The main window

The About info

The Test C program

The Program compiled

Star History

Star History Chart

clangide's People

Contributors

karsl-program avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.