N. Jourdane

Results 157 issues of N. Jourdane

While I was testing the keyboard shortcuts, I discovered the "array builder" window (`ctrl` + `m`). This feature could be more visible by adding a dedicated item in the `Tools`...

The CQ window has a lot of UI components. It makes sens to open the window maximized by default in order to get more space. In Qt this is possible...

Following #25, here is more keyboard shortcuts suggestions. I tested all shortcuts to verify that doesn't create conflicts with current ones, I hope it's good. :) ## Windows - **Hide/Show...

A common feature in IDEs and text editors in general: ability to find a pattern, and to replace a pattern by an other. Good IDEs allow to find/replace a pattern...

syntax highlighting is a very handy feature on many IDEs and is partially supported in CQ-editor (well done!). It could be even better if CadQuery's builtin functions (`Workplane`, `box`, `center`,...

I use [Material icons](https://material.io/resources/icons/?style=baseline) as font for a project. In the example below, the letters and icons are both drawn from the same origin, but the icons start with an...

Several websites use different domains but same authentication. For instance, stackoverflow.com and superuser.com. In addition, mainly websites uses several subdomains, and removing them should be great but it's [more complicated...

:bulb: idea

When we create a new blog, a slug is created (ie. `My blog` becomes `myBlog`). To avoid characters encoding, this slug should not contains special characters: > Slugs may be...

C: Enhancement
A: Backend
S: Needs Voting/Discussion

I'm looking for a way to display a list of "articles", that are elements with succinct information like a title and a description and eventually a small image. Something similar...

There are many good platforms designed to collaborative translations (such as [Transifex](https://www.transifex.com/)), who could really help the translation. Usually, the user subscribe to the platform and select his spoken-languages, then...

enhancement