{"id":13601179,"url":"https://github.com/royqh1979/Dev-Cpp","last_synced_at":"2025-04-11T03:32:45.865Z","repository":{"id":37420768,"uuid":"95867955","full_name":"royqh1979/Dev-CPP","owner":"royqh1979","description":"A greatly improved Dev-Cpp","archived":false,"fork":false,"pushed_at":"2021-10-03T15:27:57.000Z","size":21325,"stargazers_count":370,"open_issues_count":25,"forks_count":42,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-11-07T04:39:46.671Z","etag":null,"topics":["c","cpp","dev-cpp","ide"],"latest_commit_sha":null,"homepage":"","language":"Pascal","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/royqh1979.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-30T08:37:37.000Z","updated_at":"2024-10-31T06:49:08.000Z","dependencies_parsed_at":"2022-08-18T18:41:20.648Z","dependency_job_id":null,"html_url":"https://github.com/royqh1979/Dev-CPP","commit_stats":null,"previous_names":[],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/royqh1979%2FDev-CPP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/royqh1979%2FDev-CPP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/royqh1979%2FDev-CPP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/royqh1979%2FDev-CPP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/royqh1979","download_url":"https://codeload.github.com/royqh1979/Dev-CPP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248335587,"owners_count":21086624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","cpp","dev-cpp","ide"],"created_at":"2024-08-01T18:00:57.462Z","updated_at":"2025-04-11T03:32:40.844Z","avatar_url":"https://github.com/royqh1979.png","language":"Pascal","readme":"\u003cb\u003e New version of Red Panda C++ 7 can be found at https://github.com/royqh1979/RedPanda-CPP \u003c/b\u003e\n\nRed Panda Dev C++ （小熊猫Dev-C++，old name Dev-C++ 2000） is a improved fork of Orwell Dev-C++.\n\nOrwell Dev-C++ has stopped updating since 2015, So I forked it. \n\nIt's intended to be used for eductional purposes.\n\nWebsite: https://royqh.net/devcpp-en/\n\n中文网站在这里 https://royqh.net/devcpp/\n\nHighLights of Red Panda Dev C++:\n * Improved Code Intellisence:\n   * Show code completion suggestions while typing\n   * Lots of bug fixes of the code parser so that it can correct parse symbols defined in the libraries shiped with MinGW-w64 gcc, such as std::string\n   * Optimization of the code parser. Now it runs on a background thread, and there will be no noticeble delays in the input when loading and editing big files.\n   * Completion suggestion for C/C++ preprocessors\n   * Completion suggestion for header names in the #include statement\n   * Completion suggestion for C/C++ keywords\n   * Completion suggestion for user defined code templates\n   * Support STL containers\n   * Support C++ 11 smart pointers\n * Improved Code Intellisence:\n   * Show code completion suggestions while typing\n   * Lots of bug fixes of the code parser so that it can correct parse symbols defined in the libraries shiped with MinGW-w64 gcc, such as std::string\n   * Optimization of the code parser. Now it runs on a background thread, and there will be no noticeble delays in the input when loading and editing big files.\n   * Completion suggestion for C/C++ preprocessors\n   * Completion suggestion for header names in the #include statement\n   * Completion suggestion for C/C++ keywords\n   * Completion suggestion for user defined code templates\n   * Support STL containers\n   * Support C++ 11 smart pointers\n * Improved Syntax Check：\n   * Auto check syntax errors when saving or return inputed.\n   * Use wave lines to mark errors and warnings.\n * Improved Code Editor：\n   * UTF-8 Encoding Support\n   * Auto overwrite symbols like '}',')',']' which has left matches\n   * Better support for dark color themes（including the toolbar and side panels)\n   * Syntax highlighter can differentiate local vars/global vars/functions/classes by color\n   * Syntax highlighter can use different colors for embeding parenthese\n   * Highlight all the occurrences of the seleted word\n * Improved Search and UI：\n   * Support for regular expressions\n   * Display search history using tree structure in the search panel\n * Improved Debugger：\n   * Add the debug toolbar\n   * Correctly update watch infos\n   * the gdb console is redesigned and like the real gdb command line\n   * Show/hide the commands send to the gdb process.\n   * Add the local panel\n   * Add the call stack panel\n   * Add the breakpoints panel, and can set the breakpoint conditions\n * Refactor functions:\n   * Rename Symbol\n   * Extract Macro\n * Improved Class Browser\n   * Sort by type or sort alphabetically\n   * Show/hide inherited members\n   * The load speed is greatly optimized for files having symbols \u003e 1000.  (The loading time for GL/glew.h reduced from \u003e 20sec to \u003c 0.5sec)\n * Auto link function: When compiling, devcpp can auto add link parameters to gcc based on the included header files in the source code.\n * redirect STDIN to a data file while running or debuging ( to easy debug / need a patched gdb )\n * Mingw-w64 GCC 10.2（And Mingw.org GCC 9.2 is also provided , for windows XP compatibility.）\n * Windows XP/Window 7/Windows 10 Compatible\n * Support Windows 7/Windows 10 High DPI (needs configuration)\n * And lots of bug fixes changes, see News.txt  \n","funding_links":[],"categories":["C++ IDEs"],"sub_categories":["常见的 C++ IDEs"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froyqh1979%2FDev-Cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froyqh1979%2FDev-Cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froyqh1979%2FDev-Cpp/lists"}