File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
game/addons/tools/Code/CodeEditors Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ public void OpenAddon( Project addon )
3434 }
3535
3636 public bool IsInstalled ( ) => ! string . IsNullOrEmpty ( FindRider ( ) ) ;
37-
37+
3838 public bool MatchesExecutable ( string fileName )
3939 {
40- return fileName . Equals ( "rider64.exe" , StringComparison . OrdinalIgnoreCase ) ||
40+ return fileName . Equals ( "rider64.exe" , StringComparison . OrdinalIgnoreCase ) ||
4141 fileName . Equals ( "rider.exe" , StringComparison . OrdinalIgnoreCase ) ;
4242 }
4343
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ void BuildUIImmediate()
8686 } ,
8787 codeEditor . Description ,
8888 isSelected ,
89- isInstalled
89+ isInstalled
9090 ) ;
9191
9292 // add the custom path entry separately if it exists
@@ -181,7 +181,7 @@ void BuildUIImmediate()
181181 if ( targetType != null )
182182 {
183183 EditorCookie . Set ( $ "CodeEditor.{ targetType . Name } .Path", selectedFile ) ;
184-
184+
185185 // Change current editor to the one we just mapped
186186 CodeEditor . Current = EditorTypeLibrary . Create < ICodeEditor > ( targetType ) ;
187187
You can’t perform that action at this time.
0 commit comments