andrew_boutin
About
- Username
- andrew_boutin
- Joined
- Visits
- 16
- Last Active
- Roles
- Member
Comments
-
The plugin offers 3 different options. Start server, send mark, and stop server. When start server is selected the plugin opens a client socket connection through a port to an outside server. The send mark option allows the user to send useful in…
-
My plugin will be used on offline computers unfortunately, otherwise I would go with that option. Also I don't want to switch to markdown because I'm trying to limit how much installation is required by someone to use my plugin. For now I'm just n…
-
Adding in the edit widget method worked perfectly for enabling/disabling! One comment is that self.line_edit_widget.show(True) and self.line_edit_widget.hide(True) complained about too many arguements with passing in the True. I used self.line_edi…