Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
G
geany
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
geany
Commits
41c66e0e
Kaydet (Commit)
41c66e0e
authored
Eki 11, 2014
tarafından
Matthew Brush
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Change "replace_and_find_by_default" default to true
üst
bae420a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
geany.txt
doc/geany.txt
+1
-1
keyfile.c
src/keyfile.c
+1
-1
No files found.
doc/geany.txt
Dosyayı görüntüle @
41c66e0e
...
...
@@ -2652,7 +2652,7 @@ extract_filetype_regex Regex to extract filetype name from file S
**Search related**
find_selection_type See `Find selection`_. 0 immediately
**Replace related**
replace_and_find_by_default Set ``Replace & Find`` button as default so
false
immediately
replace_and_find_by_default Set ``Replace & Find`` button as default so
true
immediately
it will be activated when the Enter key is
pressed while one of the text fields has
focus.
...
...
src/keyfile.c
Dosyayı görüntüle @
41c66e0e
...
...
@@ -232,7 +232,7 @@ static void init_pref_groups(void)
stash_group_add_string
(
group
,
&
file_prefs
.
extract_filetype_regex
,
"extract_filetype_regex"
,
GEANY_DEFAULT_FILETYPE_REGEX
);
stash_group_add_boolean
(
group
,
&
search_prefs
.
replace_and_find_by_default
,
"replace_and_find_by_default"
,
FALS
E
);
"replace_and_find_by_default"
,
TRU
E
);
/* Note: Interface-related various prefs are in ui_init_prefs() */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment