Recent

Author Topic: CudaText for Raspberry Pi 3  (Read 3887 times)

AlexTP

  • Hero Member
  • *****
  • Posts: 2386
    • UVviewsoft
CudaText for Raspberry Pi 3
« on: April 22, 2017, 06:09:58 pm »
CudaText, many updates since last post.
Version 1.8.
http://wiki.freepascal.org/CudaText#Download

Linux-ARM version is made using FpcUpDeluxe and Linux crosscompiler to arm.
Thanks FpcUpDeluxe authors!

Screenshot on Raspberry Pi 3, with Python lib used
http://uvviewsoft.com/cudatext/img/cudatext-rpi3-screen.png
« Last Edit: April 22, 2017, 06:11:36 pm by Alextp »

Leledumbo

  • Hero Member
  • *****
  • Posts: 8747
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: CudaText for Raspberry Pi 3
« Reply #1 on: April 23, 2017, 06:04:52 am »
Has the autocompletion been separated into its own thread/process? I once tested it for a PHP project with thousands of files and every invocation of autocompletion locks the editor for about a minute because of it. Debugging the code, I found that the plugin builds 1 HUGE string (super slow operation in languages like Python) first before it's parsed to form the popup listbox.

AlexTP

  • Hero Member
  • *****
  • Posts: 2386
    • UVviewsoft
Re: CudaText for Raspberry Pi 3
« Reply #2 on: April 23, 2017, 06:26:30 am »
1- Autocompletions calculated on Py level. it may be Py-thread, if plugin wants to do thread.
2- PHP long time - what plugin is it?
I dont know plugin for CudaText for PHP completions.
So must know name of plugin.

(plugin must limit count of items for completions.)

 

TinyPortal © 2005-2018