Code Monkey home page Code Monkey logo

dev-cpp's Introduction

Red Panda Dev C++ (小熊猫Dev-C++,old name Dev-C++ 2000) is a new a improved fork of Orwell Dev-C++.

Orwell Dev-C++ has stopped updating since 2015, So I forked it.

It's intended to be used for eductional purposes.

Website: https://royqh.net/devcpp-en/

中文网站在这里 https://royqh.net/devcpp/

HighLights of Red Panda Dev C++:

  • Greatly improved "Auto Code Completion":
    • Fixed header parsing error. Can correctly show type hints for std::string, for example.
    • Auto code suggestion while typing.
    • In editor option dialog, user can choose to use Alt+/ instead of Ctrl+Space to call Code Completion Action. (In chinese systems, Ctrl-Space is used for switching input methods). And if there is only one code suggestion candidate, it is auto used and the suggestion form will not be displayed. This will speed the input.
    • Suggestion form can capture TAB keypress event now.
  • Greatly improved Debugger:
    • breakpoints on condition
    • Redesigned Debugger panel, add Call Stack / Breakpoints sheet
    • Debug Toolbar
    • gdb Console
    • Informations in Watch View are updated timely
  • Greatly improved ClassBrowser:
    • Correctly show #define/typedef/enum/class/struct/global var/function infos
    • sort by type/sort alphabetically
    • show/hide inherited members
    • correctly differentiate static class members / class members;
  • Greatly improved Code Parser, faster and less error;
  • Greatly improved "Auto symbol completion" function. Autoskip matched )/}/]/"/', never need to delete it or skip it manually. This makes code input much fluent.
  • Fix auto-indent; When } is inputted, its line will intend to the same as the matching {.
  • GDB 9.2 and GCC 9.2
  • User can open/edit/save/compile UTF-8 encoding files.
  • use regular expressions in find/replace
  • rename symbol
  • -Wall -Wextra -Werror is setted by default in the Debug profile, to help beginners learn good coding habits.
  • redirect STDIN to a data file while running or debuging ( to easy debug / need a patched gdb )
  • xege(graphics.h) and libturtle integration

And lots of fixes and changes, see News.txt

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.