Atom package that reverses your current selections; e.g. false to true etc.

apm install atom-reverser
| macOS |
Windows / Linux |
Description |
| Command+Shift+r |
Ctrl+Shift+r |
Toggle |
| Keyword1 |
Keyword2 |
| join |
split |
| pop |
push |
| reduce |
reduceRight |
| shift |
unshift |
| Keyword1 |
Keyword2 |
| and |
nand |
| false |
true |
| nor |
or |
| xnor |
xor |
| Keyword1 |
Keyword2 |
| ( |
) |
| [ |
] |
| { |
} |
| < |
> |
| Keyword1 |
Keyword2 |
| absolute |
relative |
| Keyword1 |
Keyword2 |
| cipher |
decipher |
| decrypt |
encrypt |
| decrypted |
encrypted |
| sign |
verify |
| Keyword1 |
Keyword2 |
| cipher |
decipher |
| decrypt |
encrypt |
| decrypted |
encrypted |
| sign |
verify |
| Keyword1 |
Keyword2 |
| addEventListener |
removeEventListener |
| audioEnd |
audioStart |
| blur |
focus |
| drag |
drop |
| dragEnter |
dragLeave |
| keyDown |
keyUp |
| mouseDown |
mouseUp |
| mouseEnter |
mouseLeave |
| mouseOut |
mouseOver |
| onMouseDown |
onMouseUp |
| onMouseEnter |
onMouseLeave |
| onMouseOut |
onMouseOver |
| pageHide |
pageShow |
| speechEnd |
speechStart |
| touchEnd |
touchStart |
| Keyword1 |
Keyword2 |
| body |
head |
| del |
ins |
| footer |
header |
| noScript |
script |
| ol |
ul |
| tFoot |
tHead |
| Keyword1 |
Keyword2 |
| qfalse |
qtrue |
| Keyword1 |
Keyword2 |
| JSON.parse |
JSON.stringify |
| parse |
stringify |
| Keyword1 |
Keyword2 |
| atan |
tan |
| ceil |
floor |
| cos |
sin |
| Math.atan |
Math.tan |
| Math.ceil |
Math.floor |
| Math.cos |
Math.sin |
| Math.exp |
Math.log |
| Math.max |
Math.min |
| max |
min |
| Keyword1 |
Keyword2 |
| 0.0.0.0 |
127.0.0.1 |
| address |
port |
| client |
server |
| connect |
disconnect |
| connected |
disconnected |
| login |
logout |
| offline |
online |
| password |
username |
| Keyword1 |
Keyword2 |
| MAX_SAFE_INTEGER |
MIN_SAFE_INTEGER |
| MAX_VALUE |
MIN_VALUE |
| NEGATIVE_INFINITY |
POSITIVE_INFINITY |
| Number.MAX_SAFE_INTEGER |
Number.MIN_SAFE_INTEGER |
| Number.MAX_VALUE |
Number.MIN_VALUE |
| Number.NEGATIVE_INFINITY |
Number.POSITIVE_INFINITY |
| Number.parseFloat |
Number.parseInt |
| parseFloat |
parseInt |
| Keyword1 |
Keyword2 |
| - |
+ |
| -- |
++ |
| -= |
+= |
| ! |
~ |
| != |
== |
| !== |
=== |
| * |
/ |
| *= |
/= |
| & |
| |
| && |
|| |
| &= |
|= |
| << |
>> |
| <<= |
>>= |
| <= |
>= |
| Keyword1 |
Keyword2 |
| [] |
{} |
| activate |
deactivate |
| active |
passive |
| add |
remove |
| after |
before |
| argc |
argv |
| available |
unavailable |
| background |
foreground |
| black |
white |
| child |
parent |
| close |
open |
| column |
row |
| const |
let |
| delete |
insert |
| destination |
source |
| disable |
enable |
| disabled |
enabled |
| export |
import |
| exports |
imports |
| external |
internal |
| file |
folder |
| first |
last |
| from |
to |
| get |
set |
| height |
width |
| hidden |
visible |
| hide |
show |
| high |
low |
| impossible |
possible |
| in |
out |
| input |
output |
| install |
uninstall |
| invalid |
valid |
| key |
value |
| large |
small |
| largest |
smallest |
| link |
unlink |
| load |
unload |
| long |
short |
| major |
minor |
| negative |
positive |
| next |
previous |
| no |
yes |
| off |
on |
| over |
under |
| parallel |
serial |
| pause |
resume |
| prefix |
suffix |
| primary |
secondary |
| print |
println |
| private |
public |
| req |
res |
| request |
response |
| start |
stop |
| that |
this |
| Keyword1 |
Keyword2 |
| bottom |
top |
| down |
up |
| horizontal |
vertical |
| inner |
outer |
| left |
right |
| Keyword1 |
Keyword2 |
| addChangeListener |
removeChangeListener |
| componentDidMount |
componentWillUnmount |
| dehydrate |
hydrate |
| getState |
setState |
| Keyword1 |
Keyword2 |
| ' |
" |
| 0 |
1 |
| x |
y |