dex icon indicating copy to clipboard operation
dex copied to clipboard

Dextrous text editor

Results 11 dex issues
Sort by recently updated
recently updated
newest added

A number of editors have the home key or BOL command move the cursor to the first non-whitespace character in a line if the cursor was anywhere other than that...

Perl is still a commonly used language, especially in the *nix community of which I presume makes up most of the dex userbase. I'd like to see some pretty colors...

Updates the javascript syntax. Specifically it highlights special characters in regexes and adds some new native types: `Promise`, `Map`, `WeakMap`, `Set` and `WeakSet`. Before: ![dex-js-regexp-before](https://cloud.githubusercontent.com/assets/3612514/14839060/bba11b30-0c27-11e6-90d2-4c102830da7b.png) After: ![dex-js-regexp-after](https://cloud.githubusercontent.com/assets/3612514/14839062/be77fe6e-0c27-11e6-8989-268cfd3b1fe5.png) Also has a...

Maybe it's time to 1.0.1 or 1.1 version? :)

I've been using Python syntax highlighting, but C/C++ seems to have this issue as well. When a floating point literal such as 132.02598 is typed, the syntax highlighter mistakes the...

Hi, I maintain your package in the Arch Linux AUR as https://aur.archlinux.org/packages/dex-editor-git/. Recently, I came to know that there is a package named *dex* in the Arch Community repository as...

E.g.: `$ dex +245 myfile` will open myfile with the cursor positioned on line 245. This ensures compatibility with less.

The current behavior of the `select` command is to call `unselect` when a selection already exists. This can be problematic in commands that convert selections to line selections. For example,...

If the "paste" command had an optional -c parameter, it would be possible to paste at the cursor position. What I am trying to do is to paste something (insert...

Fantastic editor, great potential! I would like to do a replace without having to go into command mode, like is possible in search mode. I was wondering if, instead of...