ice1000 / intellij-zig

The IntelliJ IDEA plugin for the Zig programming language ┗:smiley:┛ ┏:smiley:┓ ┗:smiley:┛ ┏:smiley:┓
GNU General Public License v3.0
113 stars 27 forks source link

Migrated to new project structure #39

Closed linux-china closed 2 years ago

linux-china commented 2 years ago
linux-china commented 2 years ago

It's not to rewrite. Now most JetBrains plugins are to follow official template: https://github.com/JetBrains/intellij-platform-plugin-template , and I just moved code into template's different directories. Most plugin developers know this template structure very well, and it's easy for other plugin developers to contribute code.

ice1000 commented 2 years ago

It's not to rewrite. Now most JetBrains plugins are to follow official template: https://github.com/JetBrains/intellij-platform-plugin-template , and I just moved code into template's different directories. Most plugin developers know this template structure very well, and it's easy for other plugin developers to contribute code.

Yes, I'm okay with moving files. It's just that I don't like putting local IDE configurations to GitHub. You also changed my build script. I think you misunderstood me.

ice1000 commented 2 years ago

Also, I'm extremely busy lately. You may expect instant replies on GitHub, but I barely have time to touch a computer

ice1000 commented 2 years ago

image

This is making your contribution very hard to review.

linux-china commented 2 years ago

I closed this PR first. If you think new project structure is good, and you can do migration first, then I create new PR based on new project structure.

ice1000 commented 2 years ago

I closed this PR first. If you think new project structure is good, and you can do migration first, then I create new PR based on new project structure.

Sure