Question CT LAB ver 7.00
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
we will test and try to fix this
MacOS OS linker has problem with big files, like Typhon IDE with many pkgs...
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Inferno
- Offline
- Junior Member
-
- Posts: 21
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
-Download, install and build CT 6.9
-Your MacOS ver ?
-Your RAM Memory ?
-Your Free Hard Disk ?
-etc
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Inferno
- Offline
- Junior Member
-
- Posts: 21
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
1) /usr/local/codetyphon and
2) /Home/<USERNAME>/.typhon64
directories more info here
My last suggestion:
Try manual to remove the above directories and Reinstall/Build CT
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
with the latest pascal sources on the planet
Please test, report, suggest and
always have fun
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- superc
-
- Offline
- Junior Member
-
- Posts: 75
- Thank you received: 0

Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
and it's NOT a joke...
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Klaus Riesterer
- Visitor
-
Can you have a look on this please?
github.com/jomael/CodeLibrarian
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D

Download the new source from here
The Source from GIT has many, many, many, problems
umainform.lfm
object SnippetsMainFrm: TSnippetsMainFrm
<<<<<<< HEAD
Left = 315
Height = 581
Top = 56
=======
Left = 352
Height = 581
Top = 100
>>>>>>> 747aae165a283c89228d908bb5cbe9c7cd942bda
Width = 987
HorzScrollBar.Page = 824
VertScrollBar.Page = 160
AutoScroll = True
Caption = 'Code Librarian'
ClientHeight = 561
ClientWidth = 987
Menu = mnuMain
OnClose = FormClose
<<<<<<< HEAD
LCLVersion = '1.4.4.0'
=======
LCLVersion = '1.4.0.4'
>>>>>>> 747aae165a283c89228d908bb5cbe9c7cd942bda
CodeLibrarian.lps
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectSession>
<PathDelim Value="\"/>
<Version Value="9"/>
<BuildModes Active="Debug"/>
<<<<<<< HEAD
<Units Count="12">
<Unit0>
<Filename Value="CodeLibrarian.lpr"/>
<IsPartOfProject Value="True"/>
<EditorIndex Value="-1"/>
<CursorPos Y="16"/>
<UsageCount Value="237"/>
=======
<Units Count="13">
<Unit0>
<Filename Value="CodeLibrarian.lpr"/>
<IsPartOfProject Value="True"/>
<EditorIndex Value="3"/>
<CursorPos Y="16"/>
<UsageCount Value="237"/>
<Loaded Value="True"/>
>>>>>>> 747aae165a283c89228d908bb5cbe9c7cd942bda
</Unit0>
<Unit1>
<Filename Value="umainform.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="SnippetsMainFrm"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="uMainForm"/>
<IsVisibleTab Value="True"/>
<<<<<<< HEAD
umainform.pas
Line 1644
vToLib.CreateFolder(vNewFolder);
<<<<<<< HEAD
CopyAttributes(vNewFolder, InclPathDel(aSourceFolder) + vFolders[vCnt]);
=======
CopyAttributes(vNewFolder, vNewFolder);
>>>>>>> 747aae165a283c89228d908bb5cbe9c7cd942bda
ImportFolder(aSourceFolder + vFolders[vCnt] +cDelim, vNewFolder);
end;
Line 1679
<<<<<<< HEAD
if vToLib.FolderExists(aRootFolder) then //need to change this bhavior the root folder will act only as a host it makes no sense to have a non existing host.
=======
if vToLib.FolderExists(aRootFolder) then
>>>>>>> 747aae165a283c89228d908bb5cbe9c7cd942bda
raise Exception.CreateFmt('Folder %S already exists in the library',[aRootFolder]);
ImportFolder('/', aRootFolder);
LoadCodeLib;
finally
We put fixes (cr9999) to many HighLighters
fRange := TRangeState(PtrInt(Value)); //=== cr9999 ====
Result := Pointer(PtrInt(fRange)); //=== cr9999 ====
My suggestion, if you going to work on this project
look and in lz_SynEditExtra CodeTyphon Package
A screen from Typhon64 on Win10 64
PilotLogic Architect and Core Programmer
Attachments:
Please Log in or Create an account to join the conversation.
- Klaus Riesterer
- Visitor
-
The project may be older than 4-5 years I think, but it would could be a neat tool ...
The development seems to be not active, there are only branches before 2 years without anything done.
So I thought, it would be a nice addon for CT.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
we convert to CT and clean up the mesh of this project.
Our LAB has many work, I can't add another task now.
But, someone else can start working on this project...
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Klaus Riesterer
- Visitor
-
I'm also trying to fix some problems in fpreport, as there are some more as thought:
forum.lazarus.freepascal.org/index.php/topic,47954.0.html
And than there are my main projects .... Could take some time.
Thank you for your great job and a good New Year 2020 !
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Daniel Jaeger
- Offline
- Junior Member
-
- Posts: 27
- Thank you received: 0
If I click twice the 'minimize' button (see pic 'Docked_Components_Window.png') of the docked IDE window 'Components' the following error
is issued (see pic 'Docked_Components_Window_show_error.png'). This error occurs with Typhon32 and Typhon64.
Env.: Typhon 7.0 r62372 FPC 3.3.1 r43670 Platform : i386-win32-win32/win64
Thank you for your support
Daniel
Attachments:
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
we know about this problem and we try to solve it (I hope)
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Daniel Jaeger
- Offline
- Junior Member
-
- Posts: 27
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
we must rewrite some functions/procedures in 'Components' window (ct_componentlist.pas)
But we will try to solve this problem after the
Final Release of CodeTyphon ver 7.0
ETA=1 day, if ALL are OK
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
Daniel Jaeger wrote: Interestingly, this only happens with the 'Components' window, all other Windows of the IDE don't seem to have the problem.
Sir, finally we fix and this problem.
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
Topic Author
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
have fun
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.