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
37181018
Kaydet (Commit)
37181018
authored
Agu 04, 2017
tarafından
Matthew Brush
Kaydeden (comit)
Matthew Brush
Agu 04, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove redundant SSM macros
üst
b7c4bb0b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
11 deletions
+5
-11
editor.c
src/editor.c
+0
-4
highlighting.c
src/highlighting.c
+0
-4
sciwrappers.c
src/sciwrappers.c
+0
-3
sciwrappers.h
src/sciwrappers.h
+5
-0
No files found.
src/editor.c
Dosyayı görüntüle @
37181018
...
...
@@ -67,10 +67,6 @@
#include <gdk/gdkkeysyms.h>
/* Note: use sciwrappers.h instead where possible.
* Do not use SSM in files unrelated to scintilla. */
#define SSM(s, m, w, l) scintilla_send_message(s, m, w, l)
static
GHashTable
*
snippet_hash
=
NULL
;
static
GtkAccelGroup
*
snippet_accel_group
=
NULL
;
static
gboolean
autocomplete_scope_shown
=
FALSE
;
...
...
src/highlighting.c
Dosyayı görüntüle @
37181018
...
...
@@ -125,10 +125,6 @@ static GHashTable *named_style_hash = NULL;
static
GeanyLexerStyle
gsd_default
=
{
0x000000
,
0xffffff
,
FALSE
,
FALSE
};
/* Note: use sciwrappers.h instead where possible.
* Do not use SSM in files unrelated to scintilla. */
#define SSM(s, m, w, l) scintilla_send_message(s, m, w, l)
/* filetypes should use the filetypes.foo [lexer_properties] group instead of hardcoding */
static
void
sci_set_property
(
ScintillaObject
*
sci
,
const
gchar
*
name
,
const
gchar
*
value
)
{
...
...
src/sciwrappers.c
Dosyayı görüntüle @
37181018
...
...
@@ -42,9 +42,6 @@
#include <string.h>
#define SSM(s, m, w, l) scintilla_send_message(s, m, w, l)
/* line numbers visibility */
void
sci_set_line_numbers
(
ScintillaObject
*
sci
,
gboolean
set
)
{
...
...
src/sciwrappers.h
Dosyayı görüntüle @
37181018
...
...
@@ -28,6 +28,11 @@
#include "ScintillaWidget.h"
/* for ScintillaObject */
#ifdef GEANY_PRIVATE
#define SSM(s, m, w, l) scintilla_send_message(s, m, w, l)
#endif
G_BEGIN_DECLS
void
sci_set_text
(
ScintillaObject
*
sci
,
const
gchar
*
text
);
...
...
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