Giter Club home page Giter Club logo

Comments (10)

wuub avatar wuub commented on July 17, 2024

Try running Command Palette > SublimeREPL: Python and let me know if it's there.

from sublimerepl.

facelessuser avatar facelessuser commented on July 17, 2024

Ahh, at work I run Python from a different location, so I have created a separate launcher for that.

You are right, Python is not in the command palette. That must be why it is not showing up. It used to, did something change on the REPL end?

from sublimerepl.

wuub avatar wuub commented on July 17, 2024

Can you try it on fresh portable version of ST2?

Edit: I want to know if it's a system/platform OR a ST configuration problem.

from sublimerepl.

facelessuser avatar facelessuser commented on July 17, 2024

Will do. I will report back when I try it at work today.

from sublimerepl.

facelessuser avatar facelessuser commented on July 17, 2024

Yeah, the portable version showed the menu just fine. This is very odd. Especially since it is happening on two separate platforms. I guess it could be related to another plugin messing up the menu (common on both systems), but there is never any debug output form ST2 about bad menu files. What is even more odd, is that it specifically only affects the Python menu entry.

from sublimerepl.

facelessuser avatar facelessuser commented on July 17, 2024

My standard install refuses to show the Python entry. But if I rename the SublimeREPL/config/Python to anything else it works. This is very odd. It seems for some reason it gets ignored when the name is Python, but if I put an "s" (or anything for that matter) on the end Pythons it starts working.

from sublimerepl.

facelessuser avatar facelessuser commented on July 17, 2024

I found the common thread. On all of my systems, I use a custom Python language and I disable the default language in Sublime Settings. But what it appears that ST2 does is disable all subfolders in any plugin containing the same name.

I know this is a specific request, but this could happen in the future with any plugin. Is it possible to have a more unique folder name for the repl folders?

example:

REPL_python

The chances of another plugin using a similar name would be greatly reduced.

from sublimerepl.

wuub avatar wuub commented on July 17, 2024

Changing directory names would definitely fix your problem, but can render some of the following useless:

 "command": "run_existing_window_command", "args":
        {
            "id": "repl_python_pdb",
            "file": "config/Python/Main.sublime-menu"
        }

Obviously I can update files in default SublimeREPL installation, but some people used this scheme to create custom keybindings.

Let me think about it for a bit and I'll let you know.

from sublimerepl.

wuub avatar wuub commented on July 17, 2024

In 1.0.40 you will be able to place custom SublimeREPL configs (both new and updating defaults) in User/SublimeREPL/config/.... Simple copy and trivial changes to Main.sublime-menu of Python to Python-custom will fix your problem w/o affecting other users.

from sublimerepl.

facelessuser avatar facelessuser commented on July 17, 2024

Cool, thanks, for addressing this. I know it is kind of a pain for to come up with solutions for cases like this, but it is very much appreciated. I will give it a try today.

from sublimerepl.

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.