Skip to content

issues Search Results · repo:MattDMo/PythonImproved language:Python

Filter by

55 results
 (69 ms)

55 results

inMattDMo/PythonImproved (press backspace or delete to remove)

PythonImproved 3.0 work has officially started... with this tracking issue. Gotta start somewhere. - [ ] Move completely to .sublime-syntax (unofficial docs). The .YAML-tmLanguage files can be renamed ...
3.0
enhancement-proposal
  • MattDMo
  • 2
  • Opened 
    on Oct 22, 2019
  • #74

Hi, I m trying to make a parser that will create a html div of some code to put into blogs and for it to look like sublime s formatting. I manually made mine on my own website with some basic regex searches, ...
  • ghandic
  • Opened 
    on Nov 13, 2017
  • #73

In PythonImproved, automatic indentation not there. Its must for python. Please add it.
  • aherle
  • Opened 
    on Aug 14, 2017
  • #72

1. Summary Sometimes I get for first letters of words another scopes. 2. Settings For example, I edit file color_theme.py, lines 13—26. 3. Expected behavior The same scopes for e and tree in etree ...
  • Kristinita
  • 1
  • Opened 
    on Mar 6, 2017
  • #70

Hi! I have created a custom theme and syntax highlighting for linguistic purposes that work very well — they change text color according to rather complex regexes. However, I want to change the background ...
  • MrVocabulary
  • Opened 
    on Jan 31, 2017
  • #69

Hi, Are there any plans to have this available in ST3 as well? Cheers, Steve
  • sheim
  • 4
  • Opened 
    on Jan 2, 2017
  • #68

I have the following (ugly) statement arrays = sorted(filter( lambda x: not any(y for y in [ NOMON , NEW ] if y in x) and any(y for y in [ -AN , -P2P ] if y in x), ...
  • kamakazikamikaze
  • 1
  • Opened 
    on Oct 27, 2016
  • #67

The main tmLanguage file refers to the regex file but sublime does load the the file. It shows the following message: Error loading scope:source.regexp.python.improved: Unable to find syntax file for ...
  • mrvkino
  • 2
  • Opened 
    on Sep 22, 2016
  • #66

This code is parsed wrongly (line 421): Any time a raw string (whether introduced with r or R) ends with \, the backslash is treated as though it escapes the following string-ending quotation mark. The ...
  • escalonn
  • 1
  • Opened 
    on Sep 6, 2016
  • #65

The caret goes to zero position on the next line after function definition. I m expecting an indentation to be added by default. screen shot 2016-09-06 at 00 01 16 I don t have such issue with the default ...
  • rudyryk
  • Opened 
    on Sep 5, 2016
  • #64
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 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 search results · GitHub