This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [package] | |
| name = "macos_screenshot_ocr" | |
| version = "0.1.0" | |
| edition = "2024" | |
| [dependencies] | |
| cocoa = "0.25" | |
| core-foundation = "0.9" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [package] | |
| name = "macos_active_apps" | |
| version = "0.1.0" | |
| edition = "2021" | |
| [lib] | |
| name = "macos_active_apps" | |
| path = "src/lib.rs" | |
| # Optional test binary for direct testing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // plugin.kts copilot_automation_clean – Copilot Automation Tool Window with Agent Chat Copy Feature | |
| import liveplugin.* | |
| import com.intellij.openapi.application.ApplicationManager | |
| import com.intellij.openapi.project.Project | |
| import com.intellij.openapi.project.ProjectManager | |
| import com.intellij.openapi.project.ProjectManagerListener | |
| import com.intellij.openapi.fileEditor.FileEditorManager | |
| import com.intellij.openapi.fileEditor.OpenFileDescriptor | |
| import com.intellij.openapi.vfs.LocalFileSystem | |
| import com.intellij.openapi.vfs.VirtualFileManager |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ------------------------------------------------------------ | |
| // LivePlugin: Jetty HTTP Command Server (IDE control) – FULL VERSION | |
| // Writes its listening port to jetbrains_automation.port file in project root. | |
| // CORS fixed for browser HTML UI. | |
| // Now includes comprehensive run tabs API endpoints. | |
| // -- MODIFIED: 'Agent Terminal' is now its own bottom-aligned tool window. -- | |
| // ------------------------------------------------------------ | |
| // | |
| // ── Jetty & Jakarta Servlet JARs ── | |
| // add-to-classpath $HOME/.m2/repository/org/eclipse/jetty/jetty-server/11.0.15/jetty-server-11.0.15.jar |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PK | |