Esempio n. 1
0
    def __init__(self, tex_filename, build_pathname, backward_sync_data):
        Query.__init__(self)

        self.tex_filename = tex_filename
        self.build_pathname = build_pathname
        self.backward_sync_data = backward_sync_data

        self.backward_synctex_regex = ServiceLocator.get_backward_synctex_regex(
        )
Esempio n. 2
0
    def __init__(self):
        self.config_folder = ServiceLocator.get_config_folder()
        self.backward_synctex_regex = ServiceLocator.get_backward_synctex_regex(
        )

        self.process = None