Hi Matt
Thanks for all the work, JAL is growing great and that makes me happy. But
like the colleagues I did not find the JALedit .exe and I tried many
options, a very good option was the VIM editor that recognizes the JAL
syntax and to compile I edit the make_sample.sh.

However I would like to thank a colleague for having the complete JALedit
file "Codecompletetion.txt"

El mar, 16 mar 2021 a las 1:53, Fraser Smith (<[email protected]>)
escribió:

> Hi Matt
>
> A workaround for this as a short term temporary fix is to be able to
> download the exe files of 1.5 and this version of 1.6 and install just the
> JalEdit part of 1.5 and the compiler and library part of 1.6. I have just
> had to do that when rebuilding my computer after a Win10 upgrade that went
> horribly wrong. I still had the 1.5 file but a friend whose laptop had just
> died didn't have access to a copy of 1.5. He emailed me to see if I was
> aware of there being a problem and I was able to suggest this method and
> provide the 1.5 file to him.
>
> Fraser
>
> On Mon, 1 Mar 2021 at 07:32, vsurducan <[email protected]> wrote:
>
>> Hi Matt,
>> the jallib_full-1.6.0.zip archive contains the same mistake: recurrent
>> compiler folder instead of jaledit 1.01.
>> Perhaps you can correct that?
>> thank you!
>>
>>
>> On Sat, Feb 20, 2021 at 2:36 AM 'Mike' via jallib <
>> [email protected]> wrote:
>>
>>> There's a library for si5351...Nice!
>>>
>>> Regards,
>>> Mike
>>>
>>>
>>> On Monday, February 8, 2021 at 10:34:02 PM UTC-5 [email protected]
>>> wrote:
>>>
>>>> Hi Everyone,
>>>>
>>>> Jallib 1.6.0 is available to download from the justanotherlanguage.org 
>>>> downloads
>>>> page.
>>>>
>>>>    - jallib-1.6.0.zip
>>>>    
>>>> <http://www.justanotherlanguage.org/sites/default/files/ftp_server/builds/release/jallib-1.6.0.zip>
>>>>    - jallib_full-1.6.0.zip
>>>>    
>>>> <http://www.justanotherlanguage.org/sites/default/files/ftp_server/builds/release/jallib_full-1.6.0.zip>
>>>>    - jallib_full_win_setup-1.6.0beta.exe
>>>>    
>>>> <http://www.justanotherlanguage.org/sites/default/files/ftp_server/builds/release/jallib_full_win_setup-1.6.0beta.exe>
>>>>
>>>> Changes since 1.5.0
>>>>
>>>> device files:
>>>>  - Added device files for 18f27q43, 18f47q43, 18f57q43
>>>>  - Added device filse for 18f26q43, 18f46q43, 18f56q43
>>>>  - Fixed issue #235. Multiple device files changed
>>>>  - Added device files for 18f25q43, 18f45q43, 18f55q43
>>>>  - All device files where updated due to new compiler version fixing
>>>> issue #14 requiring new compiler pragma
>>>>  - Added device files for 16f15213, 16f15214, 16f15223, 16f15224,
>>>> 16f15243, 16f15244
>>>>  - Added device files for 18f06q40, 18f16q40
>>>>
>>>> externals:
>>>>  - Added library for the nRF24L01+ transceiver
>>>>  - Added library for the digital potentiometers X9C102, X9C103, X9C104,
>>>> X9C503
>>>>  - Added library for TM1637
>>>>  - Added library for SSD1306 graphics display module
>>>>  - Added library for the nRF905 transceiver
>>>>  - Added library for Si5351a clock generator
>>>>  - Added library for DFPlayer Mini
>>>>
>>>> filesystem:
>>>>  -
>>>>
>>>> compiler:
>>>>  - Added new compiler, version jalv25r4, fixing compiler issue #10, #14
>>>> and #15.
>>>>
>>>> jal:
>>>>  - Added print_float procedure to the print.jal libary, fixing jallib
>>>> issue #197.
>>>>  - Update of large_array_1.jal .. large_array_4.jal generated via
>>>> generate_large_array.py script
>>>>
>>>> networking:
>>>>  -
>>>>
>>>> peripherals:
>>>>  - Update of memory_pointer0.jal, memory_pointer1.jal and
>>>> memory_pointer2.jal to support PICs without POSTINC function.
>>>>  - Added library pic_data_hef.jal for programming High Endurance Flash.
>>>>  - Update of libraries serial_software.jal, serial_hardware.jal,
>>>> serial_hardware2.jal, serial_hw_int_cts.jal, serial_hw2_int_cts.jal
>>>>    to support PICs with newer USARTs.
>>>>
>>>>  projects:
>>>>  -
>>>>
>>>> protocols:
>>>>  -
>>>>
>>>> samples:
>>>>  - Added 16f1823_nrf24l01.jal, 16f1825_nrf24l01.jal - Sample files for
>>>> the nRF24L01+ library
>>>>  - Changed the default of all blink samples to LVP ENABLED instead of
>>>> DISABLED
>>>>  - Added samples 18f27q43_blink_hs.jal, 18f47q43_blink_hs.jal,
>>>> 18f57q43_blink_hs.jal
>>>>  - Added sample file 16f1825_large_array.jal
>>>>  - Added sample files for digital potentiometer:
>>>> 16f877_digital_potentiometer_x9c10x.jal,
>>>> 16f1823_digital_potentiometer_x9c10x.jal
>>>>    and 18f4550_digital_potentiometer_x9c10x.jal
>>>>  - Added samples 18f26q43_blink_hs.jal, 18f46q43_blink_hs.jal,
>>>> 18f56q43_blink_hs.jal
>>>>  - Added samples for programming High Endurance Flash:
>>>> 16f1455_data_hef.jal, 16f1503_data_hef.jal, 16f1507_data_hef.jal,
>>>>    16f1508_data_hef.jal and 16f1765_data_hef.jal
>>>>  - Added 16f1823_tm1637.jal - Sample file for TM1637 library
>>>>  - Added 16f1825_glcd_ssd1306_font.jal and
>>>> 16f18857_glcd_ssd1306_font_graphics.jal - Sample for SSD1306 graphics
>>>> display module
>>>>  - Added 16f1823_nrf905.jal, 16f1825_nrf905.jal - Sample files for the
>>>> nRF905 library
>>>>  - Added samples 18f25q43_blink_hs.jal, 18f45q43_blink_hs.jal,
>>>> 18f55q43_blink_hs.jal
>>>>  - Added 16f1825_si5351a.jal, 16f18857_si5351a.jal - Sample files for
>>>> Si5351a library.
>>>>  - Added 12f617_dfplayer.jal, 16f1823_dfplayer.jal,
>>>> 16f19176_dfplayer.jal - Sample files for dfplayer library.
>>>>  - Added samples 16f15213_blink_intosc.jal, 16f15214_blink_intosc.jal,
>>>> 16f15223_blink_intosc.jal, 16f15224_blink_intosc.jal,
>>>>                  16f15243_blink_intosc.jal, 16f15244_blink_intosc.jal
>>>>  - Added samples 18f06q40_blink_hs.jal, 18f16q40_blink_hs.jal
>>>>  - Added samples 18f47q43_serial_hardware.jal,
>>>> 18f47q43_serial_hardware2.jal, 18f47q43_serial_hw_int_cts.jal,
>>>>                  18f47q43_serial_hw2_int_cts.jal,
>>>> 18f47q43_serial_software.jal with newer USART.
>>>>
>>>> tools:
>>>>  - Update of Python device file generation scripts for MPLABX_v5.35
>>>> including fixes of some device files
>>>>  - Update of blink-a-led.py script to set the default of LVP to ENABLED
>>>> instead of DISABLED
>>>>  - Update of Python device file generation scripts for MPLABX_v5.40
>>>> including fixes of some device files
>>>>  - Fixed issue #235 in pic2jal.py.
>>>>  - Update of Python device file generation scripts for MPLABX_v5.45
>>>>  - Added fix for compiler issue #14 in pic2jal.py
>>>>  - Added generate_large_array.py
>>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "jallib" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to [email protected].
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jallib/96b24034-1e6b-4597-a441-d693c3483f11n%40googlegroups.com
>>> <https://groups.google.com/d/msgid/jallib/96b24034-1e6b-4597-a441-d693c3483f11n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "jallib" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jallib/CAM%2Bj4qsVyE5N23oAj3qy_Xc9Vt2OMqFFzqiBS0JJRMkUOeJ53w%40mail.gmail.com
>> <https://groups.google.com/d/msgid/jallib/CAM%2Bj4qsVyE5N23oAj3qy_Xc9Vt2OMqFFzqiBS0JJRMkUOeJ53w%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "jallib" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jallib/CAN856ggYFA1ZBxmpYVRj-_qAuxEJnUyGubFqgr8LuMshQfPwvg%40mail.gmail.com
> <https://groups.google.com/d/msgid/jallib/CAN856ggYFA1ZBxmpYVRj-_qAuxEJnUyGubFqgr8LuMshQfPwvg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jallib/CAEnUHKYT9BefzKQb%2BmT1R9idbsiPy69zUM8Zd6YeAkyy%2B54Ghw%40mail.gmail.com.

Reply via email to