Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: albilu/netbeansPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.9.2
Choose a base ref
...
head repository: albilu/netbeansPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.9.3
Choose a head ref
  • 9 commits
  • 13 files changed
  • 2 contributors

Commits on Sep 20, 2024

  1. Fix Release 23

    albilu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7b8d87c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Fix invalid path call in getVersion

    Fix python-lsp-isort state display in LSP server conf
    albilu committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    32c1392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    627f674 View commit details
    Browse the repository at this point in the history
  3. Remove Pytest Test results windows draft

    Package installer improvment
    Fix incorrec venv console mode
    albilu committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3d36f5f View commit details
    Browse the repository at this point in the history
  4. Upgrade pty4j

    albilu committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    5aa8f1f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Replace a split method by a StringTokenizer clas to parse run param.

    In current implementation for split "Run Paramteres" of project
    is used split method that split a String by space. I that not handle
    qouted parameters with spaces and split it by space that not allow
    to pass the text as parameter with spaces.
    
    To handle this situation the split method are replaced by use the
    StringTokenizer class, that support single (`) and duble (") quote
    that arrond the tekst as a params.
    
    Task: #123
    piotrhoppe committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ce4077a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #124 from piotrhoppe/the-run-parameters-issue

    Replace a split method by a StringTokenizer clas to parse run param.
    albilu authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4c76adc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3991900 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. 1.9.3 Release

    albilu committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    cb46675 View commit details
    Browse the repository at this point in the history
Loading