π
<-

New release: TI 68K program editor (TI-BASIC)

Nouveautés, projets, mises à jour.

Re: New release: TI 68K program editor (TI-BASIC)

Unread postby zorglub13 » 17 Nov 2014, 18:33

Hi,

I am pleased to see that an recent editor is always in development for TI68k. I am a new TI Basic developer for this old but interesting platform... I was bored by the fact that the editor on PC I tried was unable to read the special or international characters in the code written on the graph89 emulator (the PC opening file was in error). I tried this editor and then I can go on extending my program on PC.

So, thanks for your work...

Bye
Last edited by zorglub13 on 18 Nov 2014, 15:59, edited 1 time in total.
User avatar
zorglub13
Niveau 7: EP (Espèce Protégée: geek)
Niveau 7: EP (Espèce Protégée: geek)
Level up: 95.3%
 
Posts: 103
Images: 0
Joined: 14 Sep 2014, 12:11
Location: Aix en provence
Gender: Not specified
Calculator(s):
MyCalcs profile
Class: travail

Re: New release: TI 68K program editor (TI-BASIC)

Unread postby compsystems » 18 Nov 2014, 15:17

Lionel Debroux wrote:
I wish the application was made easier to improve by:
* providing the sources of the modified libticables directly from that page;


Peter the current developer's ti-editor says :
I have not changed the source-code of the library, I just patched 4 bytes directly in the binary DLL.
A simple compare of the original with the patched dll will show you the location and the differences:

195E: 01 -> 11
1961: 81 -> 91
1FAA: 01 -> 11
1FBD: 81 -> 91

This patch switches the COM-Port to a correct state, so that a Greylink cable will work.


Lionel Debroux wrote:
* packaging the source code of TIEdit in a sane, interoperable format, such as ZIP. I know that TI-Edit is purely a Windows application, partially due to Tokens89 being what it is, but still, a Windows EXE file (!) is a poor way to package source code.


simply an exe file extractor to locate the source code in the installation folder of the editor
C:\Program Files\TIEdit\Source
User avatar
compsystems
Niveau 9: IC (Compteur Infatigable)
Niveau 9: IC (Compteur Infatigable)
Level up: 40.2%
 
Posts: 256
Joined: 30 May 2011, 13:44
Gender: Male
Calculator(s):
MyCalcs profile

Re: New release: TI 68K program editor (TI-BASIC)

Unread postby Lionel Debroux » 18 Nov 2014, 18:15

I have not changed the source-code of the library [...]

This gives me no easy clue about what upstream code needs to be changed...
The serial port support for Windows was rewritten by Jonimus a while ago, but the new version was not integrated yet. I guess I'll ask Peter to perform some tests of the new version.

simply an exe file extractor to locate the source code in the installation folder of the editor
C:\Program Files\TIEdit\Source

I know that. Still, a good old ZIP is easier to build, easier to extract, much more interoperable, etc.
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
User avatar
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)
Niveau 14: CI (Calculateur de l'Infini)
Level up: 11.3%
 
Posts: 6865
Joined: 23 Dec 2009, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Class: -
GitHub: debrouxl

Re: New release: TI 68K program editor (TI-BASIC)

Unread postby compsystems » 18 Nov 2014, 21:49

Version 0.7.5.21

•fixed: some bugs on project file

http://home.arcor.de/p-engels/tiedit/
Last edited by compsystems on 09 Dec 2014, 21:20, edited 1 time in total.
User avatar
compsystems
Niveau 9: IC (Compteur Infatigable)
Niveau 9: IC (Compteur Infatigable)
Level up: 40.2%
 
Posts: 256
Joined: 30 May 2011, 13:44
Gender: Male
Calculator(s):
MyCalcs profile

Re: New release: TI 68K program editor (TI-BASIC)

Unread postby zorglub13 » 22 Nov 2014, 23:22

Hi, very good editor... I used it to improve a music program and I don't find any serious bug. Juste a notice : a same file can be opened more than one time in the software, so saving the file is in error because the file is already opened in the second tablepane. Bye
User avatar
zorglub13
Niveau 7: EP (Espèce Protégée: geek)
Niveau 7: EP (Espèce Protégée: geek)
Level up: 95.3%
 
Posts: 103
Images: 0
Joined: 14 Sep 2014, 12:11
Location: Aix en provence
Gender: Not specified
Calculator(s):
MyCalcs profile
Class: travail

Re: New release: TI 68K program editor (TI-BASIC)

Unread postby compsystems » 24 Nov 2014, 03:53

Please who can update the tiedit file to the latest versión 0.7.5 (2014)

archives_voir.php?id=442

Who of you know the language Dephi 7 PE , to make a parallel development to actual tiedit or enhancements

Thanks
User avatar
compsystems
Niveau 9: IC (Compteur Infatigable)
Niveau 9: IC (Compteur Infatigable)
Level up: 40.2%
 
Posts: 256
Joined: 30 May 2011, 13:44
Gender: Male
Calculator(s):
MyCalcs profile

Re: New release: TI 68K program editor (TI-BASIC)

Unread postby Adriweb » 24 Nov 2014, 04:19

CompSystems wrote:Please who can update the tiedit file to the latest versión 0.7.5 (2014)

http://tiplanet.org/forum/archives_voir.php?id=442


Done.
Added description + screenshot, too.

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
My calculator programs
Mes programmes pour calculatrices
User avatar
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Level up: 78.9%
 
Posts: 14744
Images: 1119
Joined: 01 Jun 2007, 00:00
Location: France
Gender: Male
Calculator(s):
MyCalcs profile
Twitter: adriweb
GitHub: adriweb

Re: New release: TI 68K program editor (TI-BASIC)

Unread postby compsystems » 04 Dec 2014, 21:52

Version 0.7.5.22

•fixed: some bugs on project file

http://home.arcor.de/p-engels/tiedit/
User avatar
compsystems
Niveau 9: IC (Compteur Infatigable)
Niveau 9: IC (Compteur Infatigable)
Level up: 40.2%
 
Posts: 256
Joined: 30 May 2011, 13:44
Gender: Male
Calculator(s):
MyCalcs profile

Re: New release: TI 68K program editor (TI-BASIC)

Unread postby compsystems » 09 Dec 2014, 21:18

Patch template files for tiedit
http://www.jaimeza.org/Mathematic/Texas ... lators.rar

if you want to collaborate please carry these files to French or another language or for correct and to complement the language existing files, French.til, etc

files they are localled in

C:\Program Files\TIEdit\English.til ...
User avatar
compsystems
Niveau 9: IC (Compteur Infatigable)
Niveau 9: IC (Compteur Infatigable)
Level up: 40.2%
 
Posts: 256
Joined: 30 May 2011, 13:44
Gender: Male
Calculator(s):
MyCalcs profile

Re: New release: TI 68K program editor (TI-BASIC)

Unread postby compsystems » 28 Dec 2014, 05:29

User avatar
compsystems
Niveau 9: IC (Compteur Infatigable)
Niveau 9: IC (Compteur Infatigable)
Level up: 40.2%
 
Posts: 256
Joined: 30 May 2011, 13:44
Gender: Male
Calculator(s):
MyCalcs profile

PreviousNext

Return to Actualités

Who is online

Users browsing this forum: ClaudeBot [spider] and 5 guests

-
Search
-
Social TI-Planet
-
Featured topics
Comparaisons des meilleurs prix pour acheter sa calculatrice !
"1 calculatrice pour tous", le programme solidaire de Texas Instruments. Reçois gratuitement et sans aucune obligation d'achat, 5 calculatrices couleur programmables en Python à donner aux élèves les plus nécessiteux de ton lycée. Tu peux recevoir au choix 5 TI-82 Advanced Edition Python ou bien 5 TI-83 Premium CE Edition Python.
Enseignant(e), reçois gratuitement 1 exemplaire de test de la TI-82 Advanced Edition Python. À demander d'ici le 31 décembre 2024.
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
1234
-
Donations / Premium
For more contests, prizes, reviews, helping us pay the server and domains...
Donate
Discover the the advantages of a donor account !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partner and ad
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
706 utilisateurs:
>653 invités
>45 membres
>8 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Other interesting websites
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)