The function signatures from autocompletion suggestions for the C standard library functions contain weird characters like `Ö0Ï`. For example, typing `fputs` suggests `fputsÌ1024Í(const char * __s, FILE * __stream)Ö0Ïint`.
![Screenshot_2024-10-12_21-22-39](https://github.com/user-attachments/assets/af34647b-439d-4e12-82ef-8597c5fd8c1f)
Geany 2.0 from the standard package repository of Linux Mint 22 Wilma (Ubuntu 24.04).
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3993
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3993(a)github.com>
When programming in Python using Geany, I get a helpful prompt for the **print** function:
![python_print](https://github.com/user-attachments/assets/310265b3-9fbe-456d-81e7-3437e383fb7e)
But none for the equally important **range** function:
![python_range](https://github.com/user-attachments/assets/1e78be22-5ee1-42ac-a394-52ee5932ffaf)
Please could Geany provide helpful prompts for **all** of the Python **builtin** functions?
https://docs.python.org/3/library/functions.html
![python_geany](https://github.com/user-attachments/assets/772caa66-ab5a-405a-90a5-f747377e23b6)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4011
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4011(a)github.com>
A couple programs I have used in the past allow the ability to setup a hotkey that automatically types in a separator which I have found very convenient. User basically chooses the symbol used and the length of how many to type in to simulate a separator line.
Some examples
################################
===========================
I was wondering if any developers would be interested in adding something like this into Geany in the future.
I think you can probably use something like snippets but I do not believe you can set this up to be one simple hotkey that just activates this. If anyone knows of a way please let me know, but for now I will keep this in the Ideas section to hopefully be added in the future.
I would mainly use in plain text files so not an issue, but maybe in the case of Geany because it can deal with multiple languages, maybe more beneficial if the symbol is based on the comment out symbol used by that specific language.
Probably not something that anyone would be interested in but figured I would mention because I found this very useful in other applications.
Thank You
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/4027
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/4027(a)github.com>