E5Gui/E5SingleApplication.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1509
c0b5e693b0eb
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
20 ########################################################################### 20 ###########################################################################
21 21
22 SAFile = "eric5" 22 SAFile = "eric5"
23 23
24 # define the protocol tokens 24 # define the protocol tokens
25 SAOpenFile = '>OpenFile<' 25 SAOpenFile = '>OpenFile<'
26 SAOpenProject = '>OpenProject<' 26 SAOpenProject = '>OpenProject<'
27 SAArguments = '>Arguments<' 27 SAArguments = '>Arguments<'
28
28 29
29 class E5SingleApplicationServer(SingleApplicationServer): 30 class E5SingleApplicationServer(SingleApplicationServer):
30 """ 31 """
31 Class implementing the single application server embedded within the IDE. 32 Class implementing the single application server embedded within the IDE.
32 """ 33 """
76 Private method used to handle the "Arguments" command. 77 Private method used to handle the "Arguments" command.
77 78
78 @param argsStr space delimited list of command args(string) 79 @param argsStr space delimited list of command args(string)
79 """ 80 """
80 e5App().getObject("DebugUI").setArgvHistory(argsStr) 81 e5App().getObject("DebugUI").setArgvHistory(argsStr)
82
81 83
82 class E5SingleApplicationClient(SingleApplicationClient): 84 class E5SingleApplicationClient(SingleApplicationClient):
83 """ 85 """
84 Class implementing the single application client of the IDE. 86 Class implementing the single application client of the IDE.
85 """ 87 """

eric ide

mercurial