This is not Final But I Will Give You Updated Code Till Tomorrow
Which Will Convert All
T.SelectAll()
a = T.SelectedText
b = LDText.Replace(a, "liborop", "res")
T.Text = b
You Can Simply replace "liborop" with library and "res" with the end result
Ex:
T.SelectAll()
a = T.SelectedText
b = LDText.Replace(a, "Mylib.Show", "GraphicsWindow.ShowMessage")
T.Text = b
after adding to code it can be written like this
Mylib.Show("Hello","Litdev")
Hope You Get It
Which Will Convert All
T.SelectAll()
a = T.SelectedText
b = LDText.Replace(a, "liborop", "res")
T.Text = b
You Can Simply replace "liborop" with library and "res" with the end result
Ex:
T.SelectAll()
a = T.SelectedText
b = LDText.Replace(a, "Mylib.Show", "GraphicsWindow.ShowMessage")
T.Text = b
after adding to code it can be written like this
Mylib.Show("Hello","Litdev")
Hope You Get It