PBEditor is a custom text editor written in PowerBuilder using the open-source text editor control Scintilla.
PBSearch stores the most recent search string in the registry. PBEditor reads the search string from the registry and locates the first occurrence. You can then press F3 to find the next occurrence.
PBEditor color codes your text. For PowerBuilder objects it uses the color scheme used by PowerBuilder's script editor. For stored procedures it uses the color scheme used by PowerBuilder's database painter. For stored procedures, it has code folding enabled.
