Hi everyone
I am looking for a way (plug-in, macro, etc.) to show descriptions of specific expressions in custom log files opened in UltraEdit. This description may show up when clicking this expression (i.e.error number) or on mouse over.
In the following example, such an error number (30044) is shown:
I want to have a way to be able to have a long text available when it is needed for an error number like this. In those custom log files, >200 different errors are present. My initial plan was to have a description file that contains the expressions and corresponding descriptions.
I did some searching for syntax highlighting, tooltips, description and such but could not find a proper solution. Since I am not very familiar with this kind of file analysis, I also do not exactly know what to look for.
Any specific ideas or what to search for?
Thanks a lot.
Cheers,
lobr
I am looking for a way (plug-in, macro, etc.) to show descriptions of specific expressions in custom log files opened in UltraEdit. This description may show up when clicking this expression (i.e.error number) or on mouse over.
In the following example, such an error number (30044) is shown:
Code: Select all
[...]
BTO 42.41 41.46 40.51 39.74 38.93 36.55
Icg 22.25 22.69 23.00 23.20 23.54 24.34
Nom 112.79 113.75 114.31 114.64 114.76 115.44
prefix_300044
BTO 42.41 41.46 40.51 39.74 38.93 36.55
Icg 22.25 22.69 23.00 23.20 23.54 24.34
Nom 112.79 113.75 114.31 114.64 114.76 115.44
[...]
I did some searching for syntax highlighting, tooltips, description and such but could not find a proper solution. Since I am not very familiar with this kind of file analysis, I also do not exactly know what to look for.
Any specific ideas or what to search for?
Thanks a lot.
Cheers,
lobr