weixin_39747383 2020-11-19 12:25
浏览 0

Better setting and variable editors

Originally submitted to Google Code by on 14 Sep 2009

Setting editors in 0.17 and earlier are pretty annoying especially when you need to edit a setting with multiple values (e.g. tags or arguments to keywords). In 0.18 this is changed so that all values are typed into a single input field and different values are separated with a pipe character surrounded by spaces (e.g. 'tag | another tag | third tag'). This makes editing easier and allows copy/paste.

Comments about the new editors are appreciated so that we can enhance them in the future.

  • 写回答

8条回答 默认 最新

  • weixin_39747383 2020-11-19 12:25
    关注

    Originally submitted to Google Code by bryan.oakley on 14 Sep 2009

    I got an error when trying to test out the latest version of the RIDE code (dated September 14, 2009). When I clicked on the Edit button next to Tags I got this stack dump:

    Traceback (most recent call last): File "/home/boakley/dev/ride/robotframework-ride/src/robotide/editors/editors.py", line 36, in wrapped method(self, params) File "/home/boakley/dev/ride/robotframework-ride/src/robotide/editors/editors.py", line 182, in OnEdit self.datafile) File "/home/boakley/dev/ride/robotframework-ride/src/robotide/editors/dialogeditors.py", line 32, in init self.editors = self.geteditors(item) File "/home/boakley/dev/ride/robotframework-ride/src/robotide/editors/dialogeditors.py", line 181, in _geteditors usage=self.usage)] File "/home/boakley/dev/ride/robotframework-ride/src/robotide/editors/dialogeditors.py", line 66, in init self.createhelp(help, usage) File "/home/boakley/dev/ride/robotframework-ride/src/robotide/editors/dialogeditors.py", line 85, in _createhelp font = wx.Font(9, df.GetFamily(), df.GetStyle(), df.GetWeight()) File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/gdi.py", line 1970, in GetFamily return _gdi.FontGetFamily(args, **kwargs) wx._core.PyAssertionError: C++ assertion "Ok()" failed at ../src/gtk/font.cpp(420) in GetFamily(): invalid font

    评论

报告相同问题?