Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.54k stars 173 forks source link

The forum is not working #5188

Closed bbslipers closed 1 year ago

bbslipers commented 1 year ago

The forum is not working for the second day. When will it be possible to fix it?

HTTP ERROR 500

Alexey-T commented 1 year ago

I posted the mail to the main supporter.

Alexey-T commented 1 year ago

можно и сюда писать фидбек. на русском. только просьба заголовок issue переводить на инглиш (можно в google translate).

MiroslavMatas commented 1 year ago

… in addition command check for cudatext updates image

Alexey-T commented 1 year ago

ops, I forgot that 1.197.0.2 needs a new dir. check again, @MiroslavMatas .

MiroslavMatas commented 1 year ago

we are back! (^-^)

image

JairoMartinezA commented 1 year ago

Taking advantage of this issue, is it possible Alex to generate a new release for MacOS? 😄

Currently, I am creating my 'own' build with your latest sources, but, for some reason, I am missing the feature to input accented characters like á, é, etc. again, as in the past.

To run it using Lazarus, I am following the instructions in the following post, as per your comments: https://forum.lazarus.freepascal.org/index.php/topic,62830.0.html

Do you think this could be the root cause?

Alexey-T commented 1 year ago

@JairoMartinezA {$I atsynedit_cocoaime.inc} must be enabled to support accent-chars. And to enable it, install the LATEST Lazarus from Git (ie 'main'). It has the IME support intergated. you don't need patches for it.

i will make macOS release later, when this is solved https://github.com/LongDirtyAnimAlf/fpcupdeluxe/issues/604

JairoMartinezA commented 1 year ago

Hi Alex,

Thanks for supporting.

Currently I have this version: image

And I am using FPCUP to update the repo, do I need to change my way to update Lazarus? Or specifically, what version do I need? image

Alexey-T commented 1 year ago

Choose 3.99 from the 2nd listbox. reinstall lazarus from it. later you can run 'git pull' from this version's folder to get last patches to 'main'.

JairoMartinezA commented 1 year ago

Excellent Alex, I will try, because I remember a couple months ago, this version was requiring a specific branch of bgrabitmap about the object Rect, something like that, but OK, I will try using that version as you recommend.

Thanks Alex.

Alexey-T commented 1 year ago

BGRAbitmap specific branch is merged to the 'master' branch.

JairoMartinezA commented 1 year ago

Excellent Alex, I could create mi own version without troubles following your steps.

Thanks for all.

Alexey-T commented 1 year ago

@JairoMartinezA Can you create the distro, 2 distros - x64 and Aarch64? I mean DMG files. If you can, i can publish your files w/o waiting

JairoMartinezA commented 1 year ago

Let me validate, because mi Mac is an x64, I suppose there is no problem.

Basically, is just need to use your scripts, right?

image

Alexey-T commented 1 year ago

yes, but only after you install the 'aarch64 cross compiler' in fpcupDeluxe. In the 'cross' ui-tab, choose Darwin/aarch64. press 'install cross-compiler'.

Screenshot from 2023-08-24 09-38-06

Alexey-T commented 1 year ago

@JairoMartinezA After 'cross' is installed OK, run the IDE and press 'build-modes' toolbar button dropdown. there, choose the build-mode for Mac /aarch64. then compile. then you must have ready binary in the 'builds' folder. do you have it?

bbslipers commented 1 year ago

можно и сюда писать фидбек. на русском. только просьба заголовок issue переводить на инглиш (можно в google translate).

Алексей, есть две проблемы:

  1. При открытии файла изображения из дерева проекта, оно всегда открывется на белом фоне (не учитывается тема), но если перезайти в редактор то вкладка на которой было открыто изображение уже будет соответствовать выбраной теме.
  2. Похоже такае-же проблема наблюдается и при открытии gui (смотрел примеры Testing Dialog API).

И один вопрос - хочу написать плагин который бы в нижней панели открывал окно mp3 - проигрывателя (используя pyglet, через команды консоли у меня все получилось). Подскажи могу ли я посмотреть в каком нибудь плагине пример создания интерфейса в нижней панели?

Alexey-T commented 1 year ago

@bbslipers

  1. "При открытии файла изображения из дерева проект"- fixed. спасибо за заметили. если надо, могу выложить поправленную версию.
  2. " такае-же проблема наблюдается и при открытии gui" - не пойму, как повторить? какого именно gui?
  3. "могу ли я посмотреть в каком нибудь плагине пример создания интерфейса в нижней панели?" - это не оно? https://wiki.freepascal.org/CudaText_API#Show_me_the_template_of_complex_plugin_with_side-panel_and_bottom-panel
bbslipers commented 1 year ago

@bbslipers

  1. "При открытии файла изображения из дерева проект"- fixed. спасибо за заметили. если надо, могу выложить поправленную версию.

Если можно то было бы здорово.

  1. " такае-же проблема наблюдается и при открытии gui" - не пойму, как повторить? какого именно gui?

image image В первом случае тема не учитывается, а во втором учитывается.

  1. "могу ли я посмотреть в каком нибудь плагине пример создания интерфейса в нижней панели?" - это не оно? https://wiki.freepascal.org/CudaText_API#Show_me_the_template_of_complex_plugin_with_side-panel_and_bottom-panel

Спасибо. То что нужно.

Alexey-T commented 1 year ago
  1. вот бинарники для Вин. win-builds.zip

  2. "В первом случае тема не учитывается, а во втором учитывается."- потому что 1й случай это системные контролы PageControl, TabControl, CheckBox, Button. они не темизируются. а второй случай это treeview- он темизируется.

Alexey-T commented 1 year ago

Вам надо подобрать только темизируемые контролы? не все есть такие. "кнопка" есть такая - "button_ex". а вот checkbox уже нету. и тд.

bbslipers commented 1 year ago

Вам надо подобрать только темизируемые контролы? не все есть такие. "кнопка" есть такая - "button_ex". а вот checkbox уже нету. и тд.

Понял, обойдусь темизируемыми.

Alexey-T commented 1 year ago

системный "checkbox" можно заменить на темизируемый "button_ex" который имеет значок - "вкл-выкл" и стиль "плоский". так делает Options Editor Lite.

mix-7 commented 1 year ago

А что с форумом, его уже не восстановить?

Alexey-T commented 1 year ago

я не админ, не знаю, жду ответ админа.

Alexey-T commented 1 year ago

SF.net PHP engine was updated by the SF team to 7.x. And our PHP forum fails so. I am not sure we can restore old content, asked the admin to do it.

Alexey-T commented 1 year ago

Forum is online again! old content is kept.