-
Taking `s[i]` is `O(len(s))` now, as it requires checking the string bounds with `strlen(s)`. For example:
```
import "std.um"
fn main() {
s := ""
for i := 0; i < 100000; i++ {
s += "abrac…
-
In projects sometimes a file is nested in several folders and the project folder itself is also not in the root of the disk, so I would like to avoid manually deleting part of the path when using the …
-
Not sure if this is possible in some way, coud not find.
If a user has no permisison, it would be handy if file could be open, edited and saved in superuser mode.
I have 2 examples: Notepad++ has …
-
@user4martin
- Missed type SizeInt. we have PtrInt specially defined in regexpr.pas so use PtrInt
- Missed func StrLComp for PWideChars. it requires PChars.
I wait for these fixes in your branc…
-
This is a plugin issue, tried creating it in [its page](https://github.com/CudaText-addons/cuda_favorites) but "*Issues*" tab is not available there.
I installed the Favorites plugin and bookmarked…
-
fpcupdeluxe uses the file lazarus.ico as desktop icon under Linux.
Especially compressed icons are mostly not supported by Linux.
There is a corresponding bug report (https://gitlab.com/freepascal.o…
-
主要是看不下去了,才写的, 有些太常识了,我扯这些常识,反而显示的我小孩子,
可能你也明白的,只是因为偷懒,才不去那样做, 并不是你菜,
为避免误会,吵架等,特意说明一下
1. 你这是DLL的全部是默认的cdecl!!! ,在Windows中,标准规则是stdcall!!!!!!!,包括回调都是stdcall,
现在要去改cdecl, 别人的程序,必然报错, …
-
# Summary: Upcoming upgrades
For [Snap users](https://github.com/wekan/wekan-snap/wiki/Install), all updates and upgrades happen automatically after they have been released.
1. Meteor 2.2 to 2.3…
-
Rounding corners feature is not working on Windows
As you asked here
https://forum.lazarus.freepascal.org/index.php/topic,62417.msg472005.html#msg472005
I put this up
Tested with v7.6.0.0 on 64bit…
-
I've been having unprovoked tab switches since at least revision 8800.
I've noticed that this tends to happen when the folder name is long and I have a bunch of tabs open. Haven't repro the exact con…