|
|
|
@ -5,6 +5,19 @@ Please add newer entries at the top, list the date and your name with |
|
|
|
email address. |
|
|
|
|
|
|
|
|
|
|
|
2010-Feb-19 UPDATE Jean-Pierre Charras <jean-pierre.charras@gipsa-lab.inpg.fr> |
|
|
|
================================================================================ |
|
|
|
kicad: fixing an annoying problem: |
|
|
|
* Building the tree project can be *very* long if there are a lot of subdirectories |
|
|
|
* in the working directory. |
|
|
|
* Unfornately, this happens easily if the project file *.pro is in the home directory |
|
|
|
* So the tree project is built "on demand": |
|
|
|
* First the tree is built from the current directory and shows files and subdirs. |
|
|
|
* > First level subdirs trees are built (i.e subdirs contents are not read) |
|
|
|
* > When expanding a subdir, each subdir content is read, |
|
|
|
* and the corresponding sub tree is populated on the fly. |
|
|
|
|
|
|
|
|
|
|
|
2010-Feb-17 UPDATE Jean-Pierre Charras <jean-pierre.charras@gipsa-lab.inpg.fr> |
|
|
|
================================================================================ |
|
|
|
kicad: |
|
|
|
|