Search found 10 matches

by bul
23.07.2021 09:31
Forum: General - CudaText
Topic: management of accents on the French keyboard
Replies: 10
Views: 3419

some problems with sourceforge

to be complete

Code: Select all

	instal ibus with pacman
	in  /etc/environment :
		GTK_IM_MODULE=ibus
		QT_IM_MODULE=ibus
		XMODIFIERS=@im=ibus
	in  ~/.xprofile :
		ibus-daemon -dr

thank you for everything
by bul
23.07.2021 09:29
Forum: General - CudaText
Topic: management of accents on the French keyboard
Replies: 10
Views: 3419

some problems with sourceforge

to be complete

Code: Select all

	instal ibus with pacman
	in  /etc/environment :
		GTK_IM_MODULE=ibus
		QT_IM_MODULE=ibus
		XMODIFIERS=@im=ibus
	in  ~/.xprofile :
		ibus-daemon -dr

thank you for everything
by bul
23.07.2021 07:20
Forum: General - CudaText
Topic: management of accents on the French keyboard
Replies: 10
Views: 3419

a bit randomly, i read : https://forum.endeavouros.com/t/ibus-an ... ions/15125
I just tried
QT_IM_MODULE=ibus
and the accents seem to work with cudatext.qt5
by bul
22.07.2021 09:36
Forum: General - CudaText
Topic: management of accents on the French keyboard
Replies: 10
Views: 3419

1. what is your OS DE (desktop environment)? manjaro + xfce ( dernières versions ) 2. can you install the program "neofetch" in Linux and give its output here? OS: Manjaro Linux x86_64 Host: 80TJ Lenovo ideapad 110-15ACL Kernel: 5.14.0-1-MANJARO Uptime: 4 days, 2 hours, 14 mins Packages: ...
by bul
21.07.2021 16:04
Forum: Issues solved
Topic: when indenting several lines spaces are inserted instead of
Replies: 8
Views: 5895

user.json

Code: Select all

"indent_size" : 0,
lexer Python.json

Code: Select all

"indent_size": 0
it works
sorry for the unnecessary inconvenience
I was sure I put 0!

thanks again
by bul
21.07.2021 12:18
Forum: Issues solved
Topic: when indenting several lines spaces are inserted instead of
Replies: 8
Views: 5895

python.json

Code: Select all

{
  "tab_spaces": false,
  "tab_size": 4,
  "indent_size": 4
}

edit : mail envoyé, merci !!
by bul
21.07.2021 11:46
Forum: Issues solved
Topic: when indenting several lines spaces are inserted instead of
Replies: 8
Views: 5895

thank you for your attention user.json { "allow_wide_chars" : true, "caret_shape" : 4, "font_name__linux" : "Hack", "font_size__linux" : 14, "font_size_b__linux" : 13, "font_size_i__linux" : 13, "font_size_bi__linux" : 1...
by bul
21.07.2021 06:34
Forum: Issues solved
Topic: when indenting several lines spaces are inserted instead of
Replies: 8
Views: 5895

when indenting several lines spaces are inserted instead of

bonjour à tou[te]s if you select several lines to insert a tabulation, spaces are inserted ➜ tab . space origine if True: ➜ a=1 b=2 c=3 d=4 ok indent line 3 f True: ➜ a=1 ➜ b=2 c=3 d=4 ok indent lines 4 and 5 simultaneously if True: ➜ a=1 ➜ b=2 ....c=3 ....d=4 IndentationError: unindent does not mat...
by bul
18.07.2021 09:45
Forum: General - CudaText
Topic: management of accents on the French keyboard
Replies: 10
Views: 3419

ok, thank you for your answer
by bul
18.07.2021 09:21
Forum: General - CudaText
Topic: management of accents on the French keyboard
Replies: 10
Views: 3419

management of accents on the French keyboard

first of all : bravo for your work

small problem in the qt5 version, with the management of accents on the French keyboard,
example

cudatext gtk2 : <^> + <e> = <ê>
cudatext qt5 : <^> + <e> = <e>

Sincerely