xod icon indicating copy to clipboard operation
xod copied to clipboard

XOD IDE

Results 103 xod issues
Sort by recently updated
recently updated
newest added

### Environment * Scope: desktop IDE * Version: 0.26.1 * OS: Ubuntu 16.04.5 * Machine: x86_64 x86_64 x86_64 GNU/Linux 32GB ### Steps to reproduce 1. Get/have at least one working...

t:bug
s:core

I have a problem when I want to list or list values in the description. I can not align, or justify the text. Spaces and line breaks seem to have...

triage

XOD IDE has two target platforms: - Electron (has access to env vars) - Browser (has no access, the vars should be baked while building) There are three development clusters:...

s:client
t:chore

* Version: 0.26.1 ### Problem One often has the case to debug running programs. Currently one can upload a program to the Arduino and start a debug session right afterwards....

triage

MRU lists are super-handy: ![open-recent](https://user-images.githubusercontent.com/146383/35110932-0be9533c-fc8b-11e7-87cc-cb061e9c7898.png) In our context, we should display filenames for xodballs (`my-proj.xodball`) and directory names for multifile projects (`my-multi`). ### Acceptance criteria - [ ] I can...

t:feat
s:client

### Rationale There’s currently no way to install XOD libraries with `xodc`. ### Usage ``` installs a XOD library to the workspace USAGE $ xodc install:lib [options] ARGUMENTS LIB Full...

t:feat
estimated
s:cli
p:2

### Rationale If I upload a program with some dependencies missing with IDE it suggest installing the dependency automatically. There’s no `xodc` analog currently. ### Usage ``` install missing XOD...

t:feat
estimated
s:cli
p:1

### Rationale There’s currently no way to run tabtest from `xodc` without `gcc` and `make`. Also, it's useful for the integration tests. ### Usage ``` USAGE $ xodc tabtest [options]...

t:feat
s:cli

### Rationale We show a popup without any progress, but we have that one in the console. Let's show progress in the Deployment pane and use Installer tab for the...

t:tweak
s:client

### Rationale A common scenario while xoding is to use a single board permanently connected to the computer and perform many program adjustments and uploads to observe results. It’s boring...

t:feat
s:client