mirror of
				https://github.com/chylex/Rider-VCS-Group-By-Project.git
				synced 2025-10-31 09:17:15 +01:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			2493fd01f1
			...
			58165311be
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 58165311be | |||
| b560c67a34 | |||
| 1ea1088150 | 
							
								
								
									
										11
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1,9 +1,8 @@ | |||||||
| /.idea/dictionaries | /.idea/* | ||||||
| /.idea/inspectionProfiles | !/.idea/compiler.xml | ||||||
| /.idea/jarRepositories.xml | !/.idea/encodings.xml | ||||||
| /.idea/misc.xml | !/.idea/gradle.xml | ||||||
| /.idea/*.iml | !/.idea/vcs.xml | ||||||
| /.idea/.name |  | ||||||
|  |  | ||||||
| /.gradle/ | /.gradle/ | ||||||
| /build/ | /build/ | ||||||
|   | |||||||
| @@ -1,12 +1,14 @@ | |||||||
|  | @file:Suppress("ConvertLambdaToReference") | ||||||
|  |  | ||||||
| import org.jetbrains.kotlin.gradle.tasks.KotlinCompile | import org.jetbrains.kotlin.gradle.tasks.KotlinCompile | ||||||
|  |  | ||||||
| plugins { | plugins { | ||||||
| 	kotlin("jvm") version "1.6.10" | 	kotlin("jvm") version "1.6.21" | ||||||
| 	id("org.jetbrains.intellij") version "1.6.0" | 	id("org.jetbrains.intellij") version "1.7.0" | ||||||
| } | } | ||||||
|  |  | ||||||
| group = "com.chylex.intellij.rider.vcsgroupbyproject" | group = "com.chylex.intellij.rider.vcsgroupbyproject" | ||||||
| version = "1.0.1" | version = "1.0.2" | ||||||
|  |  | ||||||
| repositories { | repositories { | ||||||
| 	mavenCentral() | 	mavenCentral() | ||||||
| @@ -14,13 +16,12 @@ repositories { | |||||||
|  |  | ||||||
| intellij { | intellij { | ||||||
| 	type.set("RD") | 	type.set("RD") | ||||||
| 	version.set("2022.1") | 	version.set("2022.2") | ||||||
| 	updateSinceUntilBuild.set(false) | 	updateSinceUntilBuild.set(false) | ||||||
| } | } | ||||||
|  |  | ||||||
| tasks.patchPluginXml { | tasks.patchPluginXml { | ||||||
| 	sinceBuild.set("211") | 	sinceBuild.set("222") | ||||||
| 	untilBuild.set("222") // 222 requires a rebuild |  | ||||||
| } | } | ||||||
|  |  | ||||||
| tasks.buildSearchableOptions { | tasks.buildSearchableOptions { | ||||||
|   | |||||||
| @@ -12,6 +12,11 @@ | |||||||
|   ]]></description> |   ]]></description> | ||||||
|    |    | ||||||
|   <change-notes><![CDATA[ |   <change-notes><![CDATA[ | ||||||
|  |     <b>Version 1.0.2</b> | ||||||
|  |     <ul> | ||||||
|  |       <li>Updated for Rider 2022.2.</li> | ||||||
|  |     </ul> | ||||||
|  |     <b>Version 1.0.1</b> | ||||||
|     <ul> |     <ul> | ||||||
|       <li>Fixed grouping files belonging to multiple projects under a random project.</li> |       <li>Fixed grouping files belonging to multiple projects under a random project.</li> | ||||||
|     </ul> |     </ul> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user