Skip to content
#

computercraft

Here are 245 public repositories matching this topic...

SquidDev
SquidDev commented Nov 1, 2020

One massive thing the current docs are missing right now is any good set of examples. For instance, the fs API doesn't have a single one, despite being a core bit of functionality!

It'd be nice to have short (1-5 lines) examples for most "interesting" functions. Ideally all these examples would be self contained - there's definitely some existing examples which are pretty [nonsensical on thei

SquidDev
SquidDev commented May 17, 2018

Just a collection of features it didn't seem worth creating separate issues for.

Readline

  • Add history search: This should appear relatively similar to autocompletion, with the currently entered text in white and the remaining text in grey. We'd want to have some indicator marking that we're in search mode.

    C-R should search backwards and C-S to search forw

Improve this page

Add a description, image, and links to the computercraft topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the computercraft topic, visit your repo's landing page and select "manage topics."

Learn more