educationlaz: added readme

git-svn-id: trunk@20631 -
This commit is contained in:
mattias 2009-06-15 08:06:32 +00:00
parent 7c13246fac
commit d9ddfb1c28
3 changed files with 21 additions and 2 deletions

1
.gitattributes vendored
View File

@ -332,6 +332,7 @@ components/editortoolbar/images/preferences16.xpm -text svneol=unset#image/x-xpi
components/editortoolbar/jumpto.pas svneol=native#text/plain
components/editortoolbar/jumpto_impl.pas svneol=native#text/plain
components/editortoolbar/toolbar.lrs svneol=native#text/pascal
components/education/README.txt svneol=native#text/plain
components/education/educationlaz.lpk svneol=native#text/plain
components/education/educationlaz.pas svneol=native#text/plain
components/education/eduoptionsdlg.lfm svneol=native#text/plain

View File

@ -0,0 +1,15 @@
Package EducationLaz
====================
This package helps to setup the IDE for courses, training and education.
ToDo:
register menu item for options dialog
option to hide various tools
option to hide menu items for frames
option to hide menu items for packages
option to hide menu items for forms
speed button for single file program
option component name at create
option file name at create
option Form name at create

View File

@ -15,15 +15,18 @@
<Description Value="IDE package for training, courses and education."/>
<License Value="LGPL-2 or any later"/>
<Version Major="1" Release="1"/>
<Files Count="1">
<Files Count="2">
<Item1>
<Filename Value="eduoptionsdlg.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="EduOptionsDlg"/>
</Item1>
<Item2>
<Filename Value="README.txt"/>
<Type Value="Text"/>
</Item2>
</Files>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<Type Value="RunAndDesignTime"/>