Git Product home page Git Product logo

Comments (4)

Cacodaimon avatar Cacodaimon commented on May 20, 2024

What does the ST console says?

from ghosttext.

dtg581 avatar dtg581 commented on May 20, 2024

Console just shows some start-up stuff. Nothing appears when I get the red Connection Error pop-up.

Here is the complete console output:

startup, version: 2221 windows x64 channel: stable
executable: /C/Program Files/Sublime Text 2/sublime_text.exe
working dir: /C/WINDOWS/system32
packages path: /C/Users/DTG/AppData/Roaming/Sublime Text 2/Packages
settings path: /C/Users/DTG/AppData/Roaming/Sublime Text 2/Settings
PackageSetup not required
Py_GetProgramName(): sublime_text.exe
Py_GetExecPrefix(): C:\Program Files\Sublime Text 2
Py_GetProgramFullPath(): C:\Program Files\Sublime Text 2\sublime_text.exe
Py_GetPath(): C:\Program Files\Sublime Text 2\python26.zip;C:\Program Files\Sublime Text 2\DLLs;C:\Program Files\Sublime Text 2\lib;C:\Program Files\Sublime Text 2\lib\plat-win;C:\Program Files\Sublime Text 2\lib\lib-tk;C:\Program Files\Sublime Text 2
Py_GetPythonHome(): C:\Program Files\Sublime Text 2
catalogue loaded
found 6 files for base name Default.sublime-keymap
found 1 files for base name Default.sublime-mousemap
found 1 files for base name Main.sublime-menu
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\CSS\css_completions.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\comment.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\copy_path.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\delete_word.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\detect_indentation.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\duplicate_line.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\echo.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\exec.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\fold.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\font.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\goto_line.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\indentation.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\kill_ring.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\mark.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\new_templates.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\open_file_settings.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\open_in_browser.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\paragraph.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\save_on_focus_lost.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\scroll.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\set_unsaved_view_name.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\side_bar.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\sort.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\swap_line.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\switch_file.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\transform.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\transpose.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Default\trim_trailing_white_space.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Diff\diff.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\HTML\encode_html_entities.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\HTML\html_completions.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Vintage\vintage.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Vintage\vintage_commands.py
Reloading plugin C:\Users\DTG\AppData\Roaming\Sublime Text 2\Packages\Vintage\vintage_motions.py
plugin init time: 0.157566
loading bindings
loading pointer bindings
found 1 files for base name Default.sublime-theme
theme loaded
app ready
pre session restore time: 0.425795
startup cache, total files: 98 cache hits: 98
startup time: 0.507655 (package setup was not run)
loaded 837 snippets
found 1 files for base name Default.sublime-theme
theme loaded
reloading /C/Users/DTG/AppData/Roaming/Sublime Text 2/Packages/User/Preferences.sublime-settings
found 1 files for base name Default.sublime-theme
theme loaded

from ghosttext.

dtg581 avatar dtg581 commented on May 20, 2024

Apparently I'm supposed to install a Ghosttext plugin for Sublime Text

Download Package Control.sublime-package
https://packagecontrol.io/Package%20Control.sublime-package and copy it
into theInstalled Packages/ directory

I've followed the instructions and restarted Sublime Text.

These new lines are in the console:

Package Control: Skipping automatic upgrade, last run at 2015-10-28
21:00:37, next run at 2015-10-28 22:00:37 or after
reloading /C/Users/DTG/AppData/Roaming/Sublime Text 2/Packages/User/Package
Control.sublime-settings

I am still getting the red pop-up saying Connection Error.

On Wed, Oct 28, 2015 at 6:25 PM, Guido Krömer [email protected]
wrote:

What does the ST console says?


Reply to this email directly or view it on GitHub
#54 (comment)
.

from ghosttext.

Cacodaimon avatar Cacodaimon commented on May 20, 2024

GhostText needs Sublime Text 3 .

Once you have ST3 installed I recommend to install package control https://packagecontrol.io/installation and install GhostText via PackageControl and not manually.

from ghosttext.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.