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
21b37f55
Kaydet (Commit)
21b37f55
authored
Ara 14, 2016
tarafından
SukkoPera
Kaydeden (comit)
Matthew Brush
Ara 16, 2016
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add Arduino custom filetype
Closes #1339
üst
9573a388
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
47 additions
and
1 deletion
+47
-1
Makefile.am
data/Makefile.am
+1
-0
filetypes.Arduino.conf
data/filedefs/filetypes.Arduino.conf
+44
-0
filetype_extensions.conf
data/filetype_extensions.conf
+2
-1
No files found.
data/Makefile.am
Dosyayı görüntüle @
21b37f55
...
@@ -7,6 +7,7 @@ filetypes = \
...
@@ -7,6 +7,7 @@ filetypes = \
filedefs/filetypes.abc
\
filedefs/filetypes.abc
\
filedefs/filetypes.actionscript
\
filedefs/filetypes.actionscript
\
filedefs/filetypes.ada
\
filedefs/filetypes.ada
\
filedefs/filetypes.Arduino.conf
\
filedefs/filetypes.asciidoc
\
filedefs/filetypes.asciidoc
\
filedefs/filetypes.asm
\
filedefs/filetypes.asm
\
filedefs/filetypes.batch
\
filedefs/filetypes.batch
\
...
...
data/filedefs/filetypes.Arduino.conf
0 → 100644
Dosyayı görüntüle @
21b37f55
[
styling
=
C
]
[
keywords
]
primary
=
and
and_eq
asm
auto
bitand
bitor
bool
boolean
break
byte
case
catch
char
class
compl
const
const_cast
constexpr
continue
decltype
default
delete
do
double
dynamic_cast
else
enum
explicit
extern
false
final
float
for
friend
goto
if
inline
int
int8_t
int16_t
int32_t
int64_t
long
mutable
namespace
new
noexcept
not
not_eq
nullptr
operator
or
or_eq
override
private
protected
ptrdiff_t
public
register
reinterpret_cast
return
short
signed
sizeof
size_t
static
static_assert
static_cast
struct
switch
template
this
throw
true
try
typedef
typeid
typename
uint8_t
uint16_t
uint32_t
uint64_t
union
unsigned
using
virtual
void
volatile
while
xor
xor_eq
secondary
=
abs
analogRead
analogReadResolution
analogReference
analogWrite
analogWriteResolution
attachInterrupt
bit
bitClear
bitRead
bitSet
bitWrite
constrain
cos
delay
delayMicroseconds
detachInterrupt
digitalRead
digitalWrite
EEPROM
Ethernet
F
highByte
interrupts
isAlpha
isAlphaNumeric
isAscii
isControl
isDigit
isGraph
isHexadecimalDigit
isLowerCase
isPrintable
isPunct
isSpace
isUpperCase
isWhitespace
Keyboard
LiquidCrystal
loop
lowByte
map
max
micros
millis
min
Mouse
noInterrupts
noTone
pinMode
pow
PROGMEM
pulseIn
random
randomSeed
SD
Serial
Servo
setup
shiftIn
shiftOut
sin
SoftwareSerial
SPI
sqrt
Stepper
tan
tone
Wire
word
yield
[
lexer_properties
=
C
]
[
settings
]
lexer_filetype
=
C
tag_parser
=
C
extension
=
ino
# context action command (please see Geany's main documentation for details)
context_action_cmd
=
xdg
-
open
"https://www.arduino.cc/en/Reference/%s"
[
indentation
]
#width=2
# 0 is spaces, 1 is tabs, 2 is tab & spaces
#type=0
# Use this reference for making up Arduino command lines:
# https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc
[
build
-
menu
]
FT_00_LB
=
_
Build
FT_00_CM
=
arduino
--
verify
"%d/%f"
--
board
arduino
:
avr
:
uno
FT_00_WD
=
FT_01_LB
=
Build
(
_
Verbose
)
FT_01_CM
=
arduino
--
verify
--
verbose
-
build
"%d/%f"
--
board
arduino
:
avr
:
uno
FT_01_WD
=
EX_00_LB
=
_
Upload
EX_00_CM
=
arduino
--
upload
"%d/%f"
--
board
arduino
:
avr
:
uno
EX_00_WD
=
EX_01_LB
=
Up_load
(
Verbose
)
EX_01_CM
=
arduino
--
upload
--
verbose
-
upload
"%d/%f"
--
board
arduino
:
avr
:
uno
EX_01_WD
=
data/filetype_extensions.conf
Dosyayı görüntüle @
21b37f55
...
@@ -6,6 +6,7 @@ Abaqus=*.inp;
...
@@ -6,6 +6,7 @@ Abaqus=*.inp;
Abc
=*.
abc
;*.
abp
;
Abc
=*.
abc
;*.
abp
;
ActionScript
=*.
as
;
ActionScript
=*.
as
;
Ada
=*.
adb
;*.
ads
;
Ada
=*.
adb
;*.
ads
;
Arduino
=*.
ino
;*.
pde
;
Asciidoc
=*.
asciidoc
;*.
adoc
;
Asciidoc
=*.
asciidoc
;*.
adoc
;
ASM
=*.
asm
;*.
asm51
;*.
a51
;
ASM
=*.
asm
;*.
asm51
;*.
a51
;
Batch
=*.
bat
;*.
cmd
;*.
nt
;
Batch
=*.
bat
;*.
cmd
;*.
nt
;
...
@@ -73,7 +74,7 @@ None=*;
...
@@ -73,7 +74,7 @@ None=*;
# Note: restarting is required after editing groups
# Note: restarting is required after editing groups
[
Groups
]
[
Groups
]
Programming
=
Clojure
;
CUDA
;
Cython
;
Genie
;
Scala
;
Programming
=
Arduino
;
Clojure
;
CUDA
;
Cython
;
Genie
;
Scala
;
Script
=
Graphviz
;
Script
=
Graphviz
;
Markup
=
Markup
=
Misc
=
JSON
;
Misc
=
JSON
;
...
...
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