mirror of
				https://github.com/chylex/Rider-VCS-Group-By-Project.git
				synced 2025-10-31 18:17:18 +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/inspectionProfiles | ||||
| /.idea/jarRepositories.xml | ||||
| /.idea/misc.xml | ||||
| /.idea/*.iml | ||||
| /.idea/.name | ||||
| /.idea/* | ||||
| !/.idea/compiler.xml | ||||
| !/.idea/encodings.xml | ||||
| !/.idea/gradle.xml | ||||
| !/.idea/vcs.xml | ||||
|  | ||||
| /.gradle/ | ||||
| /build/ | ||||
|   | ||||
| @@ -1,12 +1,14 @@ | ||||
| @file:Suppress("ConvertLambdaToReference") | ||||
|  | ||||
| import org.jetbrains.kotlin.gradle.tasks.KotlinCompile | ||||
|  | ||||
| plugins { | ||||
| 	kotlin("jvm") version "1.6.10" | ||||
| 	id("org.jetbrains.intellij") version "1.6.0" | ||||
| 	kotlin("jvm") version "1.6.21" | ||||
| 	id("org.jetbrains.intellij") version "1.7.0" | ||||
| } | ||||
|  | ||||
| group = "com.chylex.intellij.rider.vcsgroupbyproject" | ||||
| version = "1.0.1" | ||||
| version = "1.0.2" | ||||
|  | ||||
| repositories { | ||||
| 	mavenCentral() | ||||
| @@ -14,13 +16,12 @@ repositories { | ||||
|  | ||||
| intellij { | ||||
| 	type.set("RD") | ||||
| 	version.set("2022.1") | ||||
| 	version.set("2022.2") | ||||
| 	updateSinceUntilBuild.set(false) | ||||
| } | ||||
|  | ||||
| tasks.patchPluginXml { | ||||
| 	sinceBuild.set("211") | ||||
| 	untilBuild.set("222") // 222 requires a rebuild | ||||
| 	sinceBuild.set("222") | ||||
| } | ||||
|  | ||||
| tasks.buildSearchableOptions { | ||||
|   | ||||
| @@ -12,6 +12,11 @@ | ||||
|   ]]></description> | ||||
|    | ||||
|   <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> | ||||
|       <li>Fixed grouping files belonging to multiple projects under a random project.</li> | ||||
|     </ul> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user