Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue reports a problem within the `ProjectManager/rust` tool where clicking on file paths associated with build errors leads to incorrect locations. The root cause appears to be that the underlying build system reports file paths relative to the build directory instead of the source directory, preventing proper navigation.
AI Summary: Investigate and resolve the inconsistent stderr channel configuration reported in the qtedit4 Projectmanager, which manifests as the message "QProcess::openChannels: Inconsistent stderr channel configuration" appearing on the console. This likely involves debugging the QProcess interaction within the Projectmanager component of the qtedit4 IDE.
AI Summary: Implement keyboard shortcuts (Ctrl+Shift+PgUp/PgDown) to move tabs within a SplitTabWidget in the qtedit4 IDE. Consider how to handle tab movement between splits and whether to wrap around to the opposite end when reaching the first or last tab.
AI Summary: The task is to debug and fix a bug in the qtedit4 IDE's ProjectManager. Specifically, error markers are not being cleared from files after a successful build, even if the errors causing the markers have been resolved. The solution involves identifying and correcting the logic within the ProjectManager responsible for managing and removing these markers.
AI Summary: Debug a build failure in the qtedit4 IDE's project manager. The issue suggests a potential conflict with a previous process ID, possibly due to the UI attempting to stop it incorrectly. The task involves investigating the project manager's code to identify the source of the PID conflict and implement a fix.
AI Summary: Update the qtedit4 project to use a newer, maintained AppImage creation tool. This involves modifying the build scripts (`build.sh` to `build-appimage.sh`), updating the GitHub Actions workflow, renaming the Windows installer script (`build.bat` to `build-installer.bat`), and optionally creating a macOS build script. The task requires familiarity with AppImage creation tools and build systems.