Skip to content

issues Search Results · repo:SublimeText/PackageDev language:Python

Filter by

219 results
 (66 ms)

219 results

inSublimeText/PackageDev (press backspace or delete to remove)

I find settings.tooltip by default to be more annoying than useful when editing a config as it interferes with regular mouse navigation, so I disable it. However, sometimes it s very welcome indeed! Is ...
  • eugenesvk
  • Opened 
    on Mar 25
  • #410

1. This setting name gets matched by our package namespace highlighting and needs to be circumvented, e.g. by using a negative look-ahead like \.(?!\d). Image 2. The setting is undocumented, so we ...
  • FichteFoll
  • 1
  • Opened 
    on Feb 26
  • #406

Basically revert the fix for #247 at https://github.com/SublimeText/PackageDev/commit/644b333dfefb06ef8a23605f1e822c45365a11cc, since the official standard is syntax_test_*.
  • michaelblyons
  • 1
  • Opened 
    on Feb 12
  • #405

I d like to conduct a software engineering experiment regarding the benefit of Pylint alerts removal. The experiment is described here. In the experiments, Pylint is used with some specific alerts, files ...
  • evidencebp
  • 6
  • Opened 
    on Nov 10, 2024
  • #401

The command packagedev_generate_syntax_tests_for_line creates a single assertion for meta.tag in following example, while it should create two separate ones for opening and closing tags. p Our website ...
defect
  • deathaxe
  • 1
  • Opened 
    on Oct 20, 2024
  • #398

no matter what i do, who i talk to, what i install or where i ask, neither i nor anyone else on this planet can get the command palette open. is there any way to just install this without the command palette? ...
question
  • aaaaaaaaahhhhh
  • 5
  • Opened 
    on Jul 10, 2024
  • #396

Since build 4156, ST has an sublime.choose_font_dialog API that opens a font choose dialog. Even though ST already provides its own menu entry to edit the main font (Preferences Font Choose…), PD could ...
enhancement
  • FichteFoll
  • 1
  • Opened 
    on Sep 18, 2023
  • #393

img width= 706 alt= image src= https://github.com/SublimeText/PackageDev/assets/8577450/3fa495ba-e29e-4c5f-bec9-1614964bac61
enhancement
  • jrappen
  • 1
  • Opened 
    on Aug 28, 2023
  • #392

I get this error on every single edit in a syntax file even if the file is almost emtpy (so guaranteed to have no tabs, and the syntax settings are also translate_tabs_to_spaces), which is very annoying ...
  • eugenesvk
  • Opened 
    on May 26, 2023
  • #390

Via https://github.com/sublimehq/sublime_text/issues/105, mousemaps support context keys now. We should - add completions for it - provide syntax highlighting (can be copied/included from keymap ...
enhancement
  • FichteFoll
  • Opened 
    on May 5, 2023
  • #388
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub