Hi,
Please can we add the following features for the console window, as I found myself needing them recently
- RC - invert selection
- remove currently selected lines in the console instead of “clear log” which clears everything.
- “Find” command, highlights the entire line if it finds the search pattern. However, could it also, highlight in a different/contrasting colour, the EXACT part of the selected line which has the result in it? Would help when searching/filtering large console lines, etc. - Also applicable comment for anywhere else that FIND is used in Monitor.
Node view BUGS:
- Hit the refresh button in node view and get this in console:
2013-11-08 10:49:54: PYTHON: test - With mini-map enabled, close monitor, re-open monitor - go to node view, mini-map is still enabled, but icon is not GREEN
- RC in node view and minimap & elided titles which are both enabled, should be showing their icons as green, but are not!
- Getting these errors as well as Laszlo…
2013-11-08 13:16:44: Traceback (most recent call last):
2013-11-08 13:16:44: File "DeadlineMonitor\UI\DisplayWidgets\JobDependencyGraph.py", line 1369, in createScriptNode
2013-11-08 13:16:44: AttributeError: 'NoneType' object has no attribute 'setElidedTitle'
2013-11-08 13:16:44: Traceback (most recent call last):
2013-11-08 13:16:44: File "DeadlineMonitor\UI\DisplayWidgets\JobDependencyGraph.py", line 1156, in recursiveNodeCreation
2013-11-08 13:16:44: File "DeadlineMonitor\UI\DisplayWidgets\JobDependencyGraph.py", line 1034, in recursiveNodeCreation
2013-11-08 13:16:44: File "DeadlineMonitor\UI\DisplayWidgets\JobDependencyGraph.py", line 1417, in createScriptNode
2013-11-08 13:16:44: AttributeError: 'NoneType' object has no attribute 'boundingRect'
2013-11-08 13:16:44: Traceback (most recent call last):
2013-11-08 13:16:44: File "DeadlineMonitor\UI\DisplayWidgets\JobDependencyGraph.py", line 1369, in createScriptNode
2013-11-08 13:16:44: AttributeError: 'NoneType' object has no attribute 'setElidedTitle'
2013-11-08 13:16:44: Traceback (most recent call last):
2013-11-08 13:16:44: File "DeadlineMonitor\UI\DisplayWidgets\JobDependencyGraph.py", line 1156, in recursiveNodeCreation
2013-11-08 13:16:44: File "DeadlineMonitor\UI\DisplayWidgets\JobDependencyGraph.py", line 1034, in recursiveNodeCreation
2013-11-08 13:16:44: File "DeadlineMonitor\UI\DisplayWidgets\JobDependencyGraph.py", line 1417, in createScriptNode
2013-11-08 13:16:44: AttributeError: 'NoneType' object has no attribute 'boundingRect'
2013-11-08 13:16:44: Traceback (most recent call last):
2013-11-08 13:16:44: File "DeadlineMonitor\UI\DisplayWidgets\JobDependencyGraph.py", line 1369, in createScriptNode
2013-11-08 13:16:44: AttributeError: 'NoneType' object has no attribute 'setElidedTitle'
2013-11-08 13:16:44: Traceback (most recent call last):
2013-11-08 13:16:44: File "DeadlineMonitor\UI\DisplayWidgets\JobDependencyGraph.py", line 1156, in recursiveNodeCreation
2013-11-08 13:16:44: File "DeadlineMonitor\UI\DisplayWidgets\JobDependencyGraph.py", line 1034, in recursiveNodeCreation
2013-11-08 13:16:44: File "DeadlineMonitor\UI\DisplayWidgets\JobDependencyGraph.py", line 1417, in createScriptNode
2013-11-08 13:16:44: AttributeError: 'NoneType' object has no attribute 'boundingRect'
and un-related, check out the dialog title of any of the “&About” dialogs for monitor, slave or launcher on Win or OSX. They seem to have grown an ampersand “&”
Mike