xmake-idea icon indicating copy to clipboard operation
xmake-idea copied to clipboard

🍨 A XMake integration in IntelliJ IDEA

Results 14 xmake-idea issues
Sort by recently updated
recently updated
newest added

### 你在什么场景下需要该功能? 在调试完代码要运行时,都要先点击一下重新编译,然后再运行 ![image](https://user-images.githubusercontent.com/38829117/183066551-5407518a-6fd6-45ce-9dba-aad92fcd117b.png) ### 描述可能的解决方案 能不能一键运行自动编译,包括代码变动检查,没有变动的就不用重新编译 ### 描述你认为的候选方案 _No response_ ### 其他信息 _No response_

### Xmake 版本 2.6.8 ### 操作系统版本和架构 windows 11 ### 描述问题 安装插件之后,原来的cmake项目打开之后,运行被xmake劫持了。 ### 期待的结果 希望能够使用原来的cmake运行 ### 工程配置 _No response_ ### 附加信息和错误日志 clion 2022.2 EAP

bug

### Xmake Version v2.6.5 ### Operating System Version and Architecture macos 12.3.1 ### Describe Bug Clion-> New Project. It doesn't compatible with clion 2022.1. The right panel doesn't display when...

bug

### Xmake Version 2.6.5 ### Operating System Version and Architecture Windows 11 22H2, WSL ### Describe Bug Not Compatible with newer Clion. ![image](https://user-images.githubusercontent.com/45326534/166521952-e626f076-15e5-495d-b16e-4c10d69a3f01.png) ### Expected Behavior Workable ### Project Configuration...

bug

### Xmake Version v2.6.4+202203070649 ### Operating System Version and Architecture macOS 12.2.1 ### Describe Bug 安装了这个插件后,其他语言的运行图标会被覆盖,运行的是 XMake 命令而不是语言本身的命令 - 在 Android Studio 和 Clion 中都存在这个问题,IDEA 尚未测试 ### Expected Behavior 1....

bug

请问xmake-idea在clion上支持远程开发吗?

bug

> Note: If you use the fuzzy expressions such as 'can't use/no effect/problem/error', but don't give any relevant auxiliary information according to the template below, this issue will be not...

bug

msvc编译提示信息,在xmake output控制台中文乱码,自带的Terminal正常

enhancement

### Xmake Version 2.7.1 ### Operating System Version and Architecture Windows 11 Pro (21H2) - 64-bit ### Describe Bug Trying to install the plugin throws error: ``` Plugin 'XMake' (version...

bug

### 你在什么场景下需要该功能? 在CLion 写C++ 代码和Rust 代码时,安装完xmake ,就不能使用Rust 的Cargo 了 ### 描述可能的解决方案 在CLion xmake插件能增加一个排除了C++外其他语言的选项么,比如用CLion 写Rust ,点击main的运行,会自动识别调用xmake 的Rust 构建运行,但是点击了会报错,用Cargo 就没问题,特别是在有builds.rs 的Rust 项目里,xmake 还是不完善的。所以除了C++其他语言还是想用自带构建工具,目前只能VS code 安装xmake,在CLion 就不能安装xmake 了,觉得xmake 还是注重C++ 项目的构建比较好,其他语言一般有自己构建系统 ### 描述你认为的候选方案 _No...