From 7a19b6f335b95546dbb523f19f90a506b0e684de Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Tue, 3 Mar 2009 10:44:05 +0000 Subject: [PATCH] Updating version in todo.txt to 0014. --- todo.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/todo.txt b/todo.txt index b7474d124..cdac58de5 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ -0013 arduino +0014 arduino AVR @@ -49,14 +49,19 @@ Improve preprocessing of sketches: - Better determine which header files are included (not commented out). - Remember the original locations of function prototypes to highlight the correct line on error. Multiple sketch windows. -Easier library discovery and installation. +Avoid library conflicts by only linking in the library whose name matches that of the #included header file. +Easier library discovery and installation ("Add library..." menu item). Easier board installation ("Add board..." menu item) Comprehensive board management: - Enabled and disabled boards. - - Dialog for enabling, disabling, adding, and deleting boards. + - Dialog for enabling, disabling, adding, deleting, and possibly editing boards. - Board descriptions (e.g. explaining differences between boards). Allow for libraries in /libraries. +Allow for boards in /boards. +Divide boards.txt into multiple text files. +Allow for core in /cores. Clean up Library and LibraryManager. +Compile libraries dynamically (with compilation of sketch and core files). Detect dependencies between libraries. Byte-based serial monitor. Line termination options in the serial monitor.