Forum > RichMemo
Two RichMemos
(1/1)
ariben:
Dear all
I found accidentally at least there is two RichMemo package in the net.
One is available at
--- Code: HTML5 [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---https://github.com/skalogryz/richmemorichmemo-master.zip, time stamped at 13:04 of 2022-07-27
another is at
--- Code: HTML5 [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---https://sourceforge.net/projects/lazarus-ccr/files/RichMemo/RichMemo%201.0.0/richmemo-1.0.zip in 2009(day and time vary)
Former is newer, does anybody know the difference between the two?
KodeZwerg:
--- Quote from: ariben on February 01, 2024, 05:01:42 am ---does anybody know the difference between the two?
--- End quote ---
This you can simply find out by using DIFF from a VCS or as 3rd party standalone.
AFAIK is they are same.
TRon:
Look at your left side when reading this, choose Packages (OPM). Then top right, search for RichMemo.
The RichMemo OPM page has a link to its homepage where we can read:
--- Quote ---Author: Dmitry 'skalogryz' Boyarintsev
--- End quote ---
and under download:
--- Quote ---The easiest way to install the stable version of the component is via the Online Package Manager included in current Lazarus versions.
The latest trunk is available on GitHub: https://github.com/skalogryz/richmemo/ . The latest sources can be downloaded by this GitHub link.
--- End quote ---
IOW: they are the same :)
Forgot to mention that ccr components are (usually) used for OPM, as that might not be that obvious in case not knowing. If you look more close to the ccr svn at sourceforge then you can read this commit:
--- Quote ---This repository is considered closed and is no longer maintained.
+
+RichMemo moved into GitHub:
+ https://github.com/skalogryz/richmemo
--- End quote ---
ariben:
I understand that they are same. Thank you both.
Navigation
[0] Message Index