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
e3e46ed6
Kaydet (Commit)
e3e46ed6
authored
Nis 20, 2015
tarafından
Jiří Techet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use gtk_tree_store_insert_with_values() to speed-up tree creation
About 30% faster tree creation.
üst
35bde6c5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
symbols.c
src/symbols.c
+1
-2
No files found.
src/symbols.c
Dosyayı görüntüle @
e3e46ed6
...
...
@@ -1521,10 +1521,9 @@ static void update_tree_tags(GeanyDocument *doc, GList **tags)
expand
=
!
gtk_tree_model_iter_has_child
(
model
,
parent
);
/* insert the new element */
gtk_tree_store_append
(
store
,
&
iter
,
parent
);
name
=
get_symbol_name
(
doc
,
tag
,
parent_name
!=
NULL
);
tooltip
=
get_symbol_tooltip
(
doc
,
tag
);
gtk_tree_store_
set
(
store
,
&
iter
,
gtk_tree_store_
insert_with_values
(
store
,
&
iter
,
parent
,
-
1
,
SYMBOLS_COLUMN_NAME
,
name
,
SYMBOLS_COLUMN_TOOLTIP
,
tooltip
,
SYMBOLS_COLUMN_ICON
,
icon
,
...
...
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