mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:29:28 +02:00
implemented add file to a package dialog
git-svn-id: trunk@2956 -
This commit is contained in:
parent
38cca21bef
commit
641b6f890a
@ -549,7 +549,7 @@ type
|
||||
ActiveUnitInfo: TUnitInfo;
|
||||
NewSource: TCodeBuffer; NewX, NewY, NewTopLine: integer;
|
||||
AddJumpPoint: boolean): TModalResult;
|
||||
procedure DoJumpToCodeToolBossError;
|
||||
procedure DoJumpToCodeToolBossError; override;
|
||||
procedure UpdateSourceNames;
|
||||
procedure SaveSourceEditorChangesToCodeCache(PageIndex: integer); override;
|
||||
procedure ApplyCodeToolChanges;
|
||||
@ -8548,6 +8548,9 @@ end.
|
||||
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.537 2003/04/25 14:40:49 mattias
|
||||
implemented add file to a package dialog
|
||||
|
||||
Revision 1.536 2003/04/24 16:44:28 mattias
|
||||
implemented define templates for projects with packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user