Oscar Campbell

Results 62 issues of Oscar Campbell

Sorry if I'm intruding this space with possibly OT but.. I thought I'd get your input on an idea: I was thinking of another way of typing: ``` do-stuff(par_a =...

Your ideas about the language awoke my curiousity about some ideas: As you know, I'm intrigued by the SugarCpp project, syntactically. I've been in the web/nodejs business for a couple...

I see `buffer-replace-regex` and `buffer-grep-regex` as two sides of the same coin, so, here. Also, why `buffer-grep-regex` and not just `buffer-search-regex`? `...grep...` leads me to believe I can search through...

feature request

The main thing that feels a bit clunky and gets in the way a bit, at the current state - as I see it - is completion and suggestion-navigation behaviour...

question

When `searching word under cursor` I prefer `x_y_z` to be matched as one, but when stepping with ctrl+r/l `cursor-word-...` I prefer to stop at `_` boundaries. It would be nice...

feature request

Example: - standing in a buf of mode xyz - cmd-line: typ `ru`, tab - I see amongst others `nim-run`, `go-fmt`. While Nim has its' cool aspects (I've contribed a...

feature request

It would be extremely helpful to be able to style `window:active`, `window:active some-sub-widget` etc. in the theme so that, for instance, the active editor view (when having several panes open)...

feature request

It would be neat to have the option of getting notifications shown as is commonly done by many desktop suits: - Confable if using this or status-line (I'd like to...

feature request

- At beginning of line it works fine - _After_ non whitespace, it doesn't align to the `indent` setting like I'd expect it to (have never seen an editor or...

I've installed from deb, and I've reverse-proxied from nginx on `mysite.tld/mailn` - but when visiting the page, it tries to load js from `mysite.tld/src/...` (apparantly developer-mode?) instead of `mysite.tld/mailn/src/...`. I...