mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:36:01 +02:00
educationlaz: added readme
git-svn-id: trunk@20631 -
This commit is contained in:
parent
7c13246fac
commit
d9ddfb1c28
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
|
||||
|
15
components/education/README.txt
Normal file
15
components/education/README.txt
Normal 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
|
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user