Raoul Wols

Results 72 issues of Raoul Wols

master-branch based releases are deprecated: see here https://packagecontrol.io/docs/submitting_a_package Also, you might want to add a message system for your users. see here https://packagecontrol.io/docs/messaging

I get this in my console when I run Insert External IP: ``` Traceback (most recent call last): File "./python3.3/urllib/request.py", line 1248, in do_open File "./python3.3/http/client.py", line 1065, in request...

I don't see why it's necessary here. You have no binary files anywhere.

It's annoying that the hints stay visible for a short while when a region is removed. Can anything be done about this? https://user-images.githubusercontent.com/2431823/122651017-681b7080-d136-11eb-8a95-e81e35ce209f.mov

sublime issue

Cake is a C# build system. The files end with the .cake extension. Its syntax is similar, but not equal to, the C# syntax. Most likely much of the C#...

C: Syntax

![image](https://user-images.githubusercontent.com/2431823/102385504-329e9a80-3fce-11eb-810c-0959f68be06e.png) I think in general the color of comments is too close to the background color.

enhancement

You're targeting `meta.function-call` for functions: https://github.com/arvi/Agila-Theme/blob/master/Agila%20Classic%20Oceanic%20Next.tmTheme#L110 But that results in entire call arguments also being blue. Please remove meta.function-call from that selector.

Some docstrings contain HTML, but they should be escaped. e.g. hover over a react-router-dom `Link` component and the response is ``` :: [20:21:32.099] --> LSP-typescript textDocument/hover (1615): {'textDocument': {'uri': 'file:///media/Work/code/vault/src/routes/Root.tsx'},...

I encourage this plugin, but it doesn't attempt several major features of C++: * Doesn't bother with template parameters at all? * Doesn't bother with classes at all?

In a gradle build script, ```kotlin val buildFront = tasks.register("asdf") { environment.set(mapOf("BUILD_PATH" to "${output.get().getAsFile().toString()}/static")) // broken highlighting after this line } ``` the `${output.get().getAsFile().toString()}` expression causes broken highlighting.