Amjad Ben Hedhili

Results 54 issues of Amjad Ben Hedhili

Running: ```py >>> window.run_command("packagedev_convert", {"target_format": "json", "ext": "tmLanguage.json", "ensure_ascii": False}) ``` on test.YAML-tmLanguage: ```yaml --- scopeName: source.test patterns: - match: "★" ``` results in an incomplete `test.tmLanguage.json`: ```json { "scopeName":...

### Problem description Themes authors may be interested in highlighting an active input field, so that it is easier to spot. ### Preferred solution Add a `focused` attribute for `text_line_control`...

T: enhancement
C: Theming

### What happened? ```rust /// Attribute macro used to apply derive macros. #[stable(feature = "rust1", since = "1.0.0")] #[rustc_builtin_macro] pub macro derive($item:item) { /* compiler built-in */ } ``` ![image](https://user-images.githubusercontent.com/33235928/174484098-02497687-f5c7-4a54-9655-6a24fec84ce6.png)

T: enhancement
C: Syntax
pending-upstream

### Abstract Introduce an `iterutils` module to the standard library to provide a set of composable, lazy iterator utilities inspired by the [slicerator](https://github.com/beef331/slicerator) library. ### Motivation The `iterable[T]` type class,...