{"id":21557278,"url":"https://github.com/sweeticelolly/dragcontrolside-v2","last_synced_at":"2025-04-10T10:33:57.418Z","repository":{"id":159225860,"uuid":"192855457","full_name":"SweetIceLolly/DragControlsIDE-v2","owner":"SweetIceLolly","description":"拖控件大法第二版！第一版：https://github.com/SweetIceLolly/DragControlsIDE","archived":false,"fork":false,"pushed_at":"2020-07-27T16:29:49.000Z","size":32495,"stargazers_count":25,"open_issues_count":0,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T09:21:33.089Z","etag":null,"topics":["cpp","debugger","debugger-visualizer","gcc","gcc-compiler","gdb","gui","ide","programming","ui-design","vb6","visual-basic-6","visualbasic6"],"latest_commit_sha":null,"homepage":null,"language":"VBA","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SweetIceLolly.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-20T05:39:43.000Z","updated_at":"2024-08-02T11:01:49.000Z","dependencies_parsed_at":"2023-07-29T16:15:53.821Z","dependency_job_id":null,"html_url":"https://github.com/SweetIceLolly/DragControlsIDE-v2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SweetIceLolly%2FDragControlsIDE-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SweetIceLolly%2FDragControlsIDE-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SweetIceLolly%2FDragControlsIDE-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SweetIceLolly%2FDragControlsIDE-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SweetIceLolly","download_url":"https://codeload.github.com/SweetIceLolly/DragControlsIDE-v2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199245,"owners_count":21063641,"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":["cpp","debugger","debugger-visualizer","gcc","gcc-compiler","gdb","gui","ide","programming","ui-design","vb6","visual-basic-6","visualbasic6"],"created_at":"2024-11-24T08:11:50.854Z","updated_at":"2025-04-10T10:33:57.389Z","avatar_url":"https://github.com/SweetIceLolly.png","language":"VBA","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DragControlsIDE-v2\n拖控件大法第二版！第一版：https://github.com/SweetIceLolly/DragControlsIDE\n\n第二版于2019年6月20日正式开坑！\n~预计完成时间... 一年？不知道哦 ╮(╯▽╰)╭~\n\n欢迎提出意见！感谢你们的支持！ ღ( ´･ᴗ･` )比心\n\n【更新】很遗憾... 由于缺乏精力 也由于不想再沉醉在这个过时的语言里... 这个项目已经弃坑了。很多功能都没有完善，也有很多bug。如果不出意外，应该不会再更新这个repo了。感谢这么多人对这个项目的支持。\n\n[更新日志](CommitLog.md)\n\n## 几点说明\n\n1. 编译器和调试器都不是我写的！我只是负责调用g++、gdb，并分析它的输出罢了。如果您想看编译器或者调试器的代码，不好意思啦这里没有╮(╯_╰)╭\n\n2. 这个程序的代码编辑框、DockingPane以及一部分的控件重绘（如滚动条）不是我写的，只是使用别人弄的ActiveX控件而已。（不过按钮、菜单、标题栏之类的UI是我写的）如果您想看代码框或者DockingPane实现的代码，抱歉啦我无能为力╮(╯_╰)╭\n\n3. 本程序现在仍然处于开发，很多功能都尚不完善，或者根本还没开始编写。所以别急着说“xxx可以用了吗？”“为什么按下xxx没有反应”这样的话。不过对于目前（2019.8.12）已经编写了的功能（如本地窗口、调用堆栈窗口、断点等）欢迎提出issue。\n\n4. 打开EXE的时候提示“xxx.ocx”未注册：请先注册目录下的.ocx文件：管理员权限运行`regsvr32 ocx路径`\n\n5. 打开VBP后，VB6提示“找不到工程或库”：“工程”菜单 - 引用 - 浏览 - 选择工程目录下的“Win32Api.tlb” - 确定\n\n6. 打开VBP后VB6可能会不允许你运行，说“没有许可证”之类的东西，那么你可能需要安装“Xtreme SuitePro ActiveX v15.3.1”。\n\n7. 我不是在写另一个VS，我也不是在仿MFC/QT/C#，只是非常单纯的想弄一个方便C++制造小软件的工具，并且提供一些基础的调试功能而已。请不要拿这个小软件跟那些商业级的软件做比较。\n\n## 一些截图（更新于2019.8.12）\n\n![启动后的界面](Captures/Startup.png)\n\u003cbr\u003e启动后的界面\u003cbr\u003e\u003cbr\u003e\n\n![菜单](Captures/Menu.png)\n\u003cbr\u003e菜单\u003cbr\u003e\u003cbr\u003e\n\n![“新建项目选项”对话框](Captures/CreateOptions.png)\n\u003cbr\u003e“新建项目选项”对话框\u003cbr\u003e\u003cbr\u003e\n\n![代码编写界面](Captures/Coding.png)\n\u003cbr\u003e代码编写界面\u003cbr\u003e\u003cbr\u003e\n\n![调试界面](Captures/Debugging.png)\n\u003cbr\u003e调试界面\u003cbr\u003e\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsweeticelolly%2Fdragcontrolside-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsweeticelolly%2Fdragcontrolside-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsweeticelolly%2Fdragcontrolside-v2/lists"}