-pulizia codice

-aggiunto gestione colore su script
This commit is contained in:
Demetrio Cassarino
2025-02-27 17:09:31 +01:00
parent 3388afffb5
commit 88502249dd
15 changed files with 221 additions and 22 deletions
+4 -1
View File
@@ -23,7 +23,10 @@
Private Sub sNameFile_RichTxBx_TextChanged(sender As Object, e As TextChangedEventArgs)
'If Not IsNothing(Map.refScriptWindowVM) Then Map.refScriptWindowVM.ChangeTextColor()
If Not IsNothing(Map.refScriptWindowVM) Then Map.refScriptWindowVM.SyntaxHighlighting(sNameFile_RichTxBx)
Try
If Not IsNothing(Map.refScriptWindowVM) Then Map.refScriptWindowVM.SyntaxHighlighting(sNameFile_RichTxBx)
Catch ex As Exception
End Try
End Sub
Private Sub sNameFile_RichTxBx_SelectionChanged(sender As Object, e As RoutedEventArgs)