Ryan Clary

Results 54 issues of Ryan Clary

I don't know if this is a bug, but I'm having trouble building an application that will work on other computers. I've successfully built the app bundle on one computer...

## Description of Changes Updated handling of Spyder's PYTHONPATH Manager configuration. This is a prelude to #18308 that can be merged before a minor version bump for Spyder. The paths...

component:Main Window

Making conda-based standalone applications for macOS, Windows, and Linux is desirable to facilitate installing/uninstalling third-party plugins.

tag:Installer

## What this PR does - Provides a general tool for retrieving user environment variables: `spyder.utils.programs.get_user_environment_variables`. This returns a dictionary of string values. - Updates `spyder.util.environ` classes and functions to...

Add a checkbox to the PYTHONPATH Manager that allows the user to specify whether to append or prepend these paths to the IPython Console `sys.path`. ### Prerequisites - [x] spyder-ide/spyder-kernels#378...

## Description of Changes Remove last vestiges of the path and path_not_active config files. - [ ] #18778 ### Affirmation By submitting this Pull Request or typing my (user)name below,...

This is a proof-of-principle attempt to * create virtual environments using Spyder's internal Python framework * install external plugins _after_ bundle creation This should provide the underlying mechanisms for a...

So Spyder's menu bar has Run and Debug menus which have items for running/debugging a file and running/debugging a cell, and running the current line, but not debugging the current...

type:Enhancement
type:Feature

## Description ### What steps will reproduce the problem? 1. Create breakpoint 2. In Breakpoints widget, edit the breakpoint 3. Duplicate breakpoint is listed in Breakpoints widget ![breakpoint](https://user-images.githubusercontent.com/9618975/155856017-85e3aa37-9107-4c80-a37d-66967adc5f02.gif) ## Versions...

type:Bug
component:Debugger

When opening OmniDB, the application window always opens maximized to the screen, regardless of the application window size when last opened. Clicking the maximize icon in the upper right shrinks...

enhancement