Kanon icon indicating copy to clipboard operation
Kanon copied to clipboard

A live programming environment specialized for data structure programming.

Results 20 Kanon issues
Sort by recently updated
recently updated
newest added

When the master branch is updated, all we need to do is to 1. checkout gh-pages 2. merge origin:master, and 3. push to get installed the latest version on the...

In the source code, there are at least three files that implement layout algorithms (....write the file names here...). Those algorithms should be able to be selected via the Preferences...

![image](https://user-images.githubusercontent.com/7893790/178092580-469c18d3-a42f-4e6b-a700-8b86235977cb.png) In the current implementation, there is a feature that shows/hides specific classes. The UI of this feature is a list of class names with check boxes, which are not...

ランタイムエラーのところでハイライトする機能を作ってみました。 window.onloadn中と外に同じのが二つ書いてあるのは、1つだけだとうまく動作しなかったからです(これがなぜうまくいくのかは謎です)。

1. set font size 48pt 2. use the Programming-by-Demonstration feature to generate expressions 3. the popup for the candidate expressions are too narrow ![image](https://user-images.githubusercontent.com/7893790/55279919-f8a4e500-5361-11e9-9ff8-71050a9d8147.png)

Discuss with @akiou as to how to approach this

I should add unit test codes for software maintenance.

In the current implementation, Kanon shows which part of the program has an error below the editor pane only by textual if the user program has an error. We have...