Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 40 KiB |
@ -1,55 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- See https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html -->
|
||||
<component type="desktop-application">
|
||||
<id>cc.arduino.arduinoide.desktop</id>
|
||||
<metadata_license>CC-BY-SA-3.0</metadata_license>
|
||||
<project_license>LGPL-2.1</project_license>
|
||||
<developer_name>Arduino LLC</developer_name>
|
||||
|
||||
<name>Arduino IDE</name>
|
||||
<summary>Open-source electronics prototyping platform</summary>
|
||||
|
||||
<description>
|
||||
<p>
|
||||
Arduino is an open-source electronics prototyping platform based
|
||||
on flexible, easy-to-use hardware and software. It's intended for
|
||||
artists, designers, hobbyists, and anyone interested in creating
|
||||
interactive objects or environments.
|
||||
</p>
|
||||
<p>
|
||||
Included is an integrated development environment that can be used
|
||||
to develop and upload code to compatible microcontrollers.
|
||||
</p>
|
||||
</description>
|
||||
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://mavit.fedorapeople.org/appdata/arduino-screenshot.png</image>
|
||||
<caption>The Arduino IDE showing a simple example program</caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://mavit.fedorapeople.org/appdata/arduino-photo.jpg</image>
|
||||
<caption>Arduino hardware being connected to a breadboard</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
||||
<content_rating type="oars-1.1" />
|
||||
|
||||
<releases>
|
||||
<release date="2018-09-11" version="1.8.7"/>
|
||||
<release date="2018-08-23" version="1.8.6"/>
|
||||
<release date="2017-10-02" version="1.8.5"/>
|
||||
<release date="2017-08-21" version="1.8.4"/>
|
||||
<release date="2017-06-05" version="1.8.3"/>
|
||||
<release date="2017-03-22" version="1.8.2"/>
|
||||
<release date="2017-01-09" version="1.8.1"/>
|
||||
</releases>
|
||||
|
||||
<url type="homepage">http://www.arduino.cc/</url>
|
||||
<url type="help">https://www.arduino.cc/en/Guide/HomePage</url>
|
||||
<url type="bugtracker">https://github.com/arduino/Arduino/issues</url>
|
||||
<url type="translate">https://github.com/arduino/Arduino/tree/master/arduino-core/src/processing/app/i18n</url>
|
||||
<url type="donation">https://www.arduino.cc/en/Main/Contribute</url>
|
||||
|
||||
<update_contact>arduino.appdata.xml@mavit.org.uk</update_contact>
|
||||
</component>
|
@ -1,42 +0,0 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="text/x-arduino">
|
||||
<comment>Arduino source code</comment>
|
||||
<comment xml:lang="ara">شفرة مصدر Arduino</comment>
|
||||
<comment xml:lang="be@latin">Kryničny kod Arduino</comment>
|
||||
<comment xml:lang="bg">Изходен код на Arduino</comment>
|
||||
<comment xml:lang="ca">codi font en Arduino</comment>
|
||||
<comment xml:lang="da">Arduinokildekode</comment>
|
||||
<comment xml:lang="de">Arduino-Quelltext</comment>
|
||||
<comment xml:lang="el">πηγαίος κώδικας Arduino</comment>
|
||||
<comment xml:lang="en_GB">Arduino source code</comment>
|
||||
<comment xml:lang="eo">Arduino-fontkodo</comment>
|
||||
<comment xml:lang="es">código fuente en Arduino</comment>
|
||||
<comment xml:lang="eu">Arduino iturburu-kodea</comment>
|
||||
<comment xml:lang="fi">Arduino-lähdekoodi</comment>
|
||||
<comment xml:lang="fr">code source Arduino</comment>
|
||||
<comment xml:lang="ga">cód foinseach Arduino</comment>
|
||||
<comment xml:lang="hu">Arduino-forráskód</comment>
|
||||
<comment xml:lang="id">Kode program Arduino</comment>
|
||||
<comment xml:lang="it">Codice sorgente Arduino</comment>
|
||||
<comment xml:lang="ja">Arduino ソースコード</comment>
|
||||
<comment xml:lang="lt">Arduino pradinis kodas</comment>
|
||||
<comment xml:lang="lv">Arduino pirmkods</comment>
|
||||
<comment xml:lang="ms">Kod sumber Arduino</comment>
|
||||
<comment xml:lang="nb">Arduino-kildekode</comment>
|
||||
<comment xml:lang="nl">Arduino-broncode</comment>
|
||||
<comment xml:lang="nn">Arduino-kjeldekode</comment>
|
||||
<comment xml:lang="pl">Kod źródłowy Arduino</comment>
|
||||
<comment xml:lang="pt">código fonte Arduino</comment>
|
||||
<comment xml:lang="pt_BR">Código fonte Arduino</comment>
|
||||
<comment xml:lang="ru">исходный код Arduino</comment>
|
||||
<comment xml:lang="sq">Kod burues Arduino</comment>
|
||||
<comment xml:lang="sv">Arduino-källkod</comment>
|
||||
<comment xml:lang="uk">Вихідний код на мові Arduino</comment>
|
||||
<comment xml:lang="vi">Mã nguồn Arduino</comment>
|
||||
<comment xml:lang="zh_CN">Arduino 源代码</comment>
|
||||
<comment xml:lang="zh_TW">Arduino 源代碼</comment>
|
||||
<sub-class-of type="text/x-c++src"/>
|
||||
<glob pattern="*.ino"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 359 KiB |
Before Width: | Height: | Size: 3.4 KiB |
@ -1,12 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Arduino IDE
|
||||
GenericName=Arduino IDE
|
||||
Comment=Open-source electronics prototyping platform
|
||||
Exec=<BINARY_LOCATION>
|
||||
Icon=<ICON_NAME>
|
||||
Terminal=false
|
||||
Categories=Development;IDE;Electronics;
|
||||
MimeType=text/x-arduino;
|
||||
Keywords=embedded electronics;electronics;avr;microcontroller;
|
||||
StartupWMClass=processing-app-Base
|
@ -1,32 +0,0 @@
|
||||
# This configuration file contains a selection of the available options provided by the formatting tool "Artistic Style"
|
||||
# http://astyle.sourceforge.net/astyle.html
|
||||
#
|
||||
# If you wish to change them, don't edit this file.
|
||||
# Instead, copy it in the same folder of file "preferences.txt" and modify the copy. This way, you won't lose your custom formatter settings when upgrading the IDE
|
||||
# If you don't know where file preferences.txt is stored, open the IDE, File -> Preferences and you'll find a link
|
||||
|
||||
mode=c
|
||||
|
||||
# 2 spaces indentation
|
||||
indent=spaces=2
|
||||
|
||||
# also indent macros
|
||||
indent-preprocessor
|
||||
|
||||
# indent classes, switches (and cases), comments starting at column 1
|
||||
indent-classes
|
||||
indent-switches
|
||||
indent-cases
|
||||
indent-col1-comments
|
||||
|
||||
# put a space around operators
|
||||
pad-oper
|
||||
|
||||
# put a space after if/for/while
|
||||
pad-header
|
||||
|
||||
# if you like one-liners, keep them
|
||||
keep-one-line-statements
|
||||
|
||||
remove-comment-prefix
|
||||
|
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 9.9 KiB |
@ -1,372 +0,0 @@
|
||||
#FUNCTIONS COLOR #D35400 - ORANGE KEYWORD1
|
||||
#FUNCTIONS COLOR #D35400 - ORANGE KEYWORD2
|
||||
#STRUCTURE COLORS #728E00 - GREEN KEYWORD3
|
||||
#VARIABLES COLOR #00979C - BLUE LITERAL1
|
||||
|
||||
# LITERAL1 specifies constants
|
||||
|
||||
HIGH LITERAL1 Constants RESERVED_WORD_2
|
||||
LOW LITERAL1 Constants RESERVED_WORD_2
|
||||
INPUT LITERAL1 Constants RESERVED_WORD_2
|
||||
INPUT_PULLUP LITERAL1 Constants RESERVED_WORD_2
|
||||
OUTPUT LITERAL1 Constants RESERVED_WORD_2
|
||||
DEC LITERAL1 Serial_Print RESERVED_WORD_2
|
||||
BIN LITERAL1 Serial_Print RESERVED_WORD_2
|
||||
HEX LITERAL1 Serial_Print RESERVED_WORD_2
|
||||
OCT LITERAL1 Serial_Print RESERVED_WORD_2
|
||||
PI LITERAL1 RESERVED_WORD_2
|
||||
HALF_PI LITERAL1 RESERVED_WORD_2
|
||||
TWO_PI LITERAL1 RESERVED_WORD_2
|
||||
LSBFIRST LITERAL1 ShiftOut RESERVED_WORD_2
|
||||
MSBFIRST LITERAL1 ShiftOut RESERVED_WORD_2
|
||||
CHANGE LITERAL1 AttachInterrupt RESERVED_WORD_2
|
||||
FALLING LITERAL1 AttachInterrupt RESERVED_WORD_2
|
||||
RISING LITERAL1 AttachInterrupt RESERVED_WORD_2
|
||||
DEFAULT LITERAL1 AnalogReference RESERVED_WORD_2
|
||||
EXTERNAL LITERAL1 AnalogReference RESERVED_WORD_2
|
||||
INTERNAL LITERAL1 AnalogReference RESERVED_WORD_2
|
||||
INTERNAL1V1 LITERAL1 AnalogReference RESERVED_WORD_2
|
||||
INTERNAL2V56 LITERAL1 AnalogReference RESERVED_WORD_2
|
||||
LED_BUILTIN LITERAL1 Constants RESERVED_WORD_2
|
||||
LED_BUILTIN_RX LITERAL1 Constants RESERVED_WORD_2
|
||||
LED_BUILTIN_TX LITERAL1 Constants RESERVED_WORD_2
|
||||
|
||||
DIGITAL_MESSAGE LITERAL1 Constants RESERVED_WORD_2
|
||||
FIRMATA_STRING LITERAL1 Constants RESERVED_WORD_2
|
||||
ANALOG_MESSAGE LITERAL1 Constants RESERVED_WORD_2
|
||||
REPORT_DIGITAL LITERAL1 Constants RESERVED_WORD_2
|
||||
REPORT_ANALOG LITERAL1 Constants RESERVED_WORD_2
|
||||
SET_PIN_MODE LITERAL1 Constants RESERVED_WORD_2
|
||||
SYSTEM_RESET LITERAL1 Constants RESERVED_WORD_2
|
||||
SYSEX_START LITERAL1 Constants RESERVED_WORD_2
|
||||
|
||||
auto LITERAL1 RESERVED_WORD_2
|
||||
int8_t LITERAL1 RESERVED_WORD_2
|
||||
int16_t LITERAL1 RESERVED_WORD_2
|
||||
int32_t LITERAL1 RESERVED_WORD_2
|
||||
int64_t LITERAL1 RESERVED_WORD_2
|
||||
uint8_t LITERAL1 RESERVED_WORD_2
|
||||
uint16_t LITERAL1 RESERVED_WORD_2
|
||||
uint32_t LITERAL1 RESERVED_WORD_2
|
||||
uint64_t LITERAL1 RESERVED_WORD_2
|
||||
|
||||
char16_t LITERAL1 RESERVED_WORD_2
|
||||
char32_t LITERAL1 RESERVED_WORD_2
|
||||
operator LITERAL1 RESERVED_WORD_2
|
||||
enum LITERAL1 RESERVED_WORD_2
|
||||
delete LITERAL1 RESERVED_WORD_2
|
||||
bool LITERAL1 RESERVED_WORD_2
|
||||
boolean LITERAL1 BooleanVariables RESERVED_WORD_2
|
||||
byte LITERAL1 Byte RESERVED_WORD_2
|
||||
char LITERAL1 Char RESERVED_WORD_2
|
||||
const LITERAL1 Const RESERVED_WORD_2
|
||||
false LITERAL1 Constants LITERAL_BOOLEAN
|
||||
float LITERAL1 Float RESERVED_WORD_2
|
||||
double LITERAL1 RESERVED_WORD_2
|
||||
null LITERAL1 RESERVED_WORD_2
|
||||
NULL LITERAL1 RESERVED_WORD_2
|
||||
int LITERAL1 Int RESERVED_WORD_2
|
||||
long LITERAL1 Long RESERVED_WORD_2
|
||||
new LITERAL1 RESERVED_WORD_2
|
||||
private LITERAL1 RESERVED_WORD_2
|
||||
protected LITERAL1 RESERVED_WORD_2
|
||||
public LITERAL1 RESERVED_WORD_2
|
||||
short LITERAL1 RESERVED_WORD_2
|
||||
signed LITERAL1 RESERVED_WORD_2
|
||||
static LITERAL1 Static RESERVED_WORD_2
|
||||
volatile LITERAL1 Volatile RESERVED_WORD_2
|
||||
String LITERAL1 String RESERVED_WORD_2
|
||||
void LITERAL1 Void RESERVED_WORD_2
|
||||
true LITERAL1 LITERAL_BOOLEAN
|
||||
unsigned LITERAL1 RESERVED_WORD_2
|
||||
word LITERAL1 RESERVED_WORD_2
|
||||
array LITERAL1 Constants RESERVED_WORD_2
|
||||
sizeof LITERAL1 Constants RESERVED_WORD_2
|
||||
dynamic_cast LITERAL1 Constants RESERVED_WORD_2
|
||||
typedef LITERAL1 Constants RESERVED_WORD_2
|
||||
const_cast LITERAL1 Constants RESERVED_WORD_2
|
||||
struct LITERAL1 Constants RESERVED_WORD_2
|
||||
static_cast LITERAL1 Constants RESERVED_WORD_2
|
||||
union LITERAL1 Constants RESERVED_WORD_2
|
||||
friend LITERAL1 Constants RESERVED_WORD_2
|
||||
extern LITERAL1 Constants RESERVED_WORD_2
|
||||
class LITERAL1 Constants RESERVED_WORD_2
|
||||
reinterpret_cast LITERAL1 Constants RESERVED_WORD_2
|
||||
register LITERAL1 Constants RESERVED_WORD_2
|
||||
explicit LITERAL1 Constants RESERVED_WORD_2
|
||||
inline LITERAL1 Constants RESERVED_WORD_2
|
||||
_Bool LITERAL1 Constants RESERVED_WORD_2
|
||||
complex LITERAL1 Constants RESERVED_WORD_2
|
||||
_Complex LITERAL1 Constants RESERVED_WORD_2
|
||||
_Imaginary LITERAL1 Constants RESERVED_WORD_2
|
||||
atomic_bool LITERAL1 Constants RESERVED_WORD_2
|
||||
atomic_char LITERAL1 Constants RESERVED_WORD_2
|
||||
atomic_schar LITERAL1 Constants RESERVED_WORD_2
|
||||
atomic_uchar LITERAL1 Constants RESERVED_WORD_2
|
||||
atomic_short LITERAL1 Constants RESERVED_WORD_2
|
||||
atomic_ushort LITERAL1 Constants RESERVED_WORD_2
|
||||
atomic_int LITERAL1 Constants RESERVED_WORD_2
|
||||
atomic_uint LITERAL1 Constants RESERVED_WORD_2
|
||||
atomic_long LITERAL1 Constants RESERVED_WORD_2
|
||||
atomic_ulong LITERAL1 Constants RESERVED_WORD_2
|
||||
atomic_llong LITERAL1 Constants RESERVED_WORD_2
|
||||
atomic_ullong LITERAL1 Constants RESERVED_WORD_2
|
||||
virtual LITERAL1 Constants RESERVED_WORD_2
|
||||
PROGMEM LITERAL1 Constants RESERVED_WORD_2
|
||||
|
||||
# KEYWORD2 specifies methods and functions
|
||||
|
||||
abs KEYWORD2 Abs
|
||||
acos KEYWORD2 ACos
|
||||
acosf KEYWORD2
|
||||
asin KEYWORD2 ASin
|
||||
asinf KEYWORD2
|
||||
atan KEYWORD2 ATan
|
||||
atan2 KEYWORD2 ATan2
|
||||
atan2f KEYWORD2
|
||||
atanf KEYWORD2
|
||||
cbrt KEYWORD2
|
||||
cbrtf KEYWORD2
|
||||
ceil KEYWORD2 Ceil
|
||||
ceilf KEYWORD2
|
||||
constrain KEYWORD2 Constrain
|
||||
copysign KEYWORD2
|
||||
copysignf KEYWORD2
|
||||
cos KEYWORD2 Cos
|
||||
cosf KEYWORD2
|
||||
cosh KEYWORD2
|
||||
coshf KEYWORD2
|
||||
degrees KEYWORD2
|
||||
exp KEYWORD2 Exp
|
||||
expf KEYWORD2
|
||||
fabs KEYWORD2
|
||||
fabsf KEYWORD2
|
||||
fdim KEYWORD2
|
||||
fdimf KEYWORD2
|
||||
floor KEYWORD2 Floor
|
||||
floorf KEYWORD2
|
||||
fma KEYWORD2
|
||||
fmaf KEYWORD2
|
||||
fmax KEYWORD2
|
||||
fmaxf KEYWORD2
|
||||
fmin KEYWORD2
|
||||
fminf KEYWORD2
|
||||
fmod KEYWORD2
|
||||
fmodf KEYWORD2
|
||||
hypot KEYWORD2
|
||||
hypotf KEYWORD2
|
||||
isfinite KEYWORD2
|
||||
isinf KEYWORD2
|
||||
isnan KEYWORD2
|
||||
ldexp KEYWORD2
|
||||
ldexpf KEYWORD2
|
||||
log KEYWORD2 Log
|
||||
log10 KEYWORD2
|
||||
log10f KEYWORD2
|
||||
logf KEYWORD2
|
||||
lrint KEYWORD2
|
||||
lrintf KEYWORD2
|
||||
lround KEYWORD2
|
||||
lroundf KEYWORD2
|
||||
map KEYWORD2 Map
|
||||
max KEYWORD2 Max
|
||||
min KEYWORD2 Min
|
||||
pow KEYWORD2 Pow
|
||||
powf KEYWORD2
|
||||
radians KEYWORD2
|
||||
random KEYWORD2 Random
|
||||
randomSeed KEYWORD2 RandomSeed
|
||||
round KEYWORD2
|
||||
roundf KEYWORD2
|
||||
signbit KEYWORD2
|
||||
sin KEYWORD2 Sin
|
||||
sinf KEYWORD2
|
||||
sinh KEYWORD2
|
||||
sinhf KEYWORD2
|
||||
sq KEYWORD2 Sq
|
||||
sqrt KEYWORD2 Sqrt
|
||||
sqrtf KEYWORD2
|
||||
tan KEYWORD2 Tan
|
||||
tanf KEYWORD2
|
||||
tanh KEYWORD2
|
||||
tanhf KEYWORD2
|
||||
trunc KEYWORD2
|
||||
truncf KEYWORD2
|
||||
|
||||
bitRead KEYWORD2 BitRead
|
||||
bitWrite KEYWORD2 BitWrite
|
||||
bitSet KEYWORD2 BitSet
|
||||
bitClear KEYWORD2 BitClear
|
||||
bit KEYWORD2 Bit
|
||||
highByte KEYWORD2 HighByte
|
||||
lowByte KEYWORD2 LowByte
|
||||
|
||||
analogReference KEYWORD2 AnalogReference
|
||||
analogRead KEYWORD2 AnalogRead
|
||||
analogReadResolution KEYWORD2 AnalogReadResolution
|
||||
analogWrite KEYWORD2 AnalogWrite
|
||||
analogWriteResolution KEYWORD2 AnalogWriteResolution
|
||||
attachInterrupt KEYWORD2 AttachInterrupt
|
||||
detachInterrupt KEYWORD2 DetachInterrupt
|
||||
digitalPinToInterrupt KEYWORD2 DigitalPinToInterrupt
|
||||
delay KEYWORD2 Delay
|
||||
delayMicroseconds KEYWORD2 DelayMicroseconds
|
||||
digitalWrite KEYWORD2 DigitalWrite
|
||||
digitalRead KEYWORD2 DigitalRead
|
||||
interrupts KEYWORD2
|
||||
millis KEYWORD2 Millis
|
||||
micros KEYWORD2 Micros
|
||||
noInterrupts KEYWORD2 NoInterrupts
|
||||
noTone KEYWORD2 NoTone
|
||||
pinMode KEYWORD2 PinMode
|
||||
pulseIn KEYWORD2 PulseIn
|
||||
pulseInLong KEYWORD2 PulseInLong
|
||||
shiftIn KEYWORD2 ShiftIn
|
||||
shiftOut KEYWORD2 ShiftOut
|
||||
tone KEYWORD2 Tone
|
||||
yield KEYWORD2 Yield
|
||||
|
||||
Stream KEYWORD2
|
||||
Serial KEYWORD1 Serial DATA_TYPE
|
||||
Serial1 KEYWORD1 Serial DATA_TYPE
|
||||
Serial2 KEYWORD1 Serial DATA_TYPE
|
||||
Serial3 KEYWORD1 Serial DATA_TYPE
|
||||
SerialUSB KEYWORD1 Serial DATA_TYPE
|
||||
begin KEYWORD2 Serial_Begin
|
||||
end KEYWORD2 Serial_End
|
||||
peek KEYWORD2 Serial_Peek
|
||||
read KEYWORD2 Serial_Read
|
||||
print KEYWORD2 Serial_Print
|
||||
println KEYWORD2 Serial_Println
|
||||
available KEYWORD2 Serial_Available
|
||||
availableForWrite KEYWORD2
|
||||
flush KEYWORD2 Serial_Flush
|
||||
setTimeout KEYWORD2
|
||||
find KEYWORD2
|
||||
findUntil KEYWORD2
|
||||
parseInt KEYWORD2
|
||||
parseFloat KEYWORD2
|
||||
readBytes KEYWORD2
|
||||
readBytesUntil KEYWORD2
|
||||
readString KEYWORD2
|
||||
readStringUntil KEYWORD2
|
||||
trim KEYWORD2
|
||||
toUpperCase KEYWORD2
|
||||
toLowerCase KEYWORD2
|
||||
charAt KEYWORD2
|
||||
compareTo KEYWORD2
|
||||
concat KEYWORD2
|
||||
endsWith KEYWORD2
|
||||
startsWith KEYWORD2
|
||||
equals KEYWORD2
|
||||
equalsIgnoreCase KEYWORD2
|
||||
getBytes KEYWORD2
|
||||
indexOf KEYWORD2
|
||||
lastIndexOf KEYWORD2
|
||||
length KEYWORD2
|
||||
replace KEYWORD2
|
||||
setCharAt KEYWORD2
|
||||
substring KEYWORD2
|
||||
toCharArray KEYWORD2
|
||||
toInt KEYWORD2
|
||||
|
||||
Keyboard KEYWORD1 DATA_TYPE
|
||||
Mouse KEYWORD1 DATA_TYPE
|
||||
press KEYWORD2
|
||||
release KEYWORD2
|
||||
releaseAll KEYWORD2
|
||||
accept KEYWORD2
|
||||
click KEYWORD2
|
||||
move KEYWORD2
|
||||
isPressed KEYWORD2
|
||||
|
||||
isAlphaNumeric KEYWORD2
|
||||
isAlpha KEYWORD2
|
||||
isAscii KEYWORD2
|
||||
isWhitespace KEYWORD2
|
||||
isControl KEYWORD2
|
||||
isDigit KEYWORD2
|
||||
isGraph KEYWORD2
|
||||
isLowerCase KEYWORD2
|
||||
isPrintable KEYWORD2
|
||||
isPunct KEYWORD2
|
||||
isSpace KEYWORD2
|
||||
isUpperCase KEYWORD2
|
||||
isHexadecimalDigit KEYWORD2
|
||||
|
||||
# KEYWORD3 specifies structures
|
||||
|
||||
break KEYWORD3 Break RESERVED_WORD
|
||||
case KEYWORD3 SwitchCase RESERVED_WORD
|
||||
override KEYWORD3 RESERVED_WORD
|
||||
final KEYWORD3 RESERVED_WORD
|
||||
continue KEYWORD3 Continue RESERVED_WORD
|
||||
default KEYWORD3 SwitchCase RESERVED_WORD
|
||||
do KEYWORD3 DoWhile RESERVED_WORD
|
||||
else KEYWORD3 Else RESERVED_WORD
|
||||
for KEYWORD3 For RESERVED_WORD
|
||||
if KEYWORD3 If RESERVED_WORD
|
||||
return KEYWORD3 Return RESERVED_WORD
|
||||
goto KEYWORD3 RESERVED_WORD
|
||||
|
||||
switch KEYWORD3 SwitchCase RESERVED_WORD
|
||||
throw KEYWORD3 RESERVED_WORD
|
||||
try KEYWORD3 RESERVED_WORD
|
||||
while KEYWORD3 While RESERVED_WORD
|
||||
|
||||
setup KEYWORD3 Setup RESERVED_WORD
|
||||
loop KEYWORD3 Loop RESERVED_WORD
|
||||
export KEYWORD3 RESERVED_WORD
|
||||
|
||||
not KEYWORD3 If RESERVED_WORD
|
||||
or KEYWORD3 If RESERVED_WORD
|
||||
and KEYWORD3 If RESERVED_WORD
|
||||
xor KEYWORD3 If RESERVED_WORD
|
||||
|
||||
# operators aren't highlighted, but may have documentation
|
||||
|
||||
+= IncrementCompound
|
||||
+ Arithmetic
|
||||
[] arrayaccess
|
||||
= assign
|
||||
& BitwiseAnd
|
||||
| BitwiseAnd
|
||||
^ BitwiseAnd
|
||||
~ BitwiseXorNot
|
||||
,
|
||||
// Comments
|
||||
?:
|
||||
{} Braces
|
||||
-- Increment
|
||||
/ Arithmetic
|
||||
/* Comments
|
||||
. dot
|
||||
== If
|
||||
< If
|
||||
<= If
|
||||
++ Increment
|
||||
!= If
|
||||
<< Bitshift
|
||||
> If
|
||||
>= If
|
||||
&& Boolean
|
||||
! Boolean
|
||||
|| Boolean
|
||||
- Arithmetic
|
||||
% Modulo
|
||||
* Arithmetic
|
||||
() parentheses
|
||||
>> Bitshift
|
||||
; SemiColon
|
||||
-= DecrementCompound
|
||||
|
||||
\#include KEYWORD3 PREPROCESSOR
|
||||
\#define KEYWORD3 PREPROCESSOR
|
||||
\#elif KEYWORD3 PREPROCESSOR
|
||||
\#else KEYWORD3 PREPROCESSOR
|
||||
\#error KEYWORD3 PREPROCESSOR
|
||||
\#if KEYWORD3 PREPROCESSOR
|
||||
\#ifdef KEYWORD3 PREPROCESSOR
|
||||
\#ifndef KEYWORD3 PREPROCESSOR
|
||||
\#pragma KEYWORD3 PREPROCESSOR
|
||||
\#warning KEYWORD3 PREPROCESSOR
|
@ -1,291 +0,0 @@
|
||||
# !!!!!!!! UNLIKE PREVIOUS VERSIONS OF PROCESSING !!!!!!!!!!
|
||||
# DO NOT MODIFY THIS FILE, OR DELETE SETTINGS FROM THIS FILE
|
||||
|
||||
# These are the default preferences. If you want to modify
|
||||
# them directly, use the per-user local version of the file:
|
||||
|
||||
# Documents and Settings -> [username] -> Application Data ->
|
||||
# Processing -> preferences.txt (on Windows XP)
|
||||
|
||||
# Users -> [username] -> AppData -> Roaming ->
|
||||
# Processing -> preferences.txt (on Windows Vista)
|
||||
|
||||
# ~/Library -> Processing -> preferences.txt (on Mac OS X)
|
||||
|
||||
# ~/.processing -> preferences.txt (on Linux)
|
||||
|
||||
# The exact location of your preferences file can be found at
|
||||
# the bottom of the Preferences window inside Processing.
|
||||
|
||||
# Because AppData and Application Data may be considered
|
||||
# hidden or system folders on Windows, you'll have to ensure
|
||||
# that they're visible in order to get at preferences.txt
|
||||
|
||||
# You'll have problems running Processing if you incorrectly
|
||||
# modify lines in this file.
|
||||
|
||||
|
||||
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
||||
# DEFAULT PATHS FOR SKETCHBOOK AND SETTINGS
|
||||
|
||||
# relative paths will be relative to processing.exe or procesing.app.
|
||||
# absolute paths may also be used.
|
||||
|
||||
# note that this path should use forward slashes (like unix)
|
||||
# instead of \ on windows or : on macos or whatever else
|
||||
|
||||
# If you don't want users to have their sketchbook default to
|
||||
# "My Documents/Processing" on Windows and "Documents/Processing" on OS X,
|
||||
# set this to another path that will be used by default.
|
||||
# Note that this path must exist already otherwise it won't see
|
||||
# the sketchbook folder, and will instead assume the sketchbook
|
||||
# has gone missing, and that it should instead use the default.
|
||||
#sketchbook.path=
|
||||
|
||||
# if you don't want settings to go into "application data" on windows
|
||||
# and "library" on macosx, set this to the alternate location.
|
||||
#settings.path=data
|
||||
|
||||
# temporary build path, normally this goes into the default
|
||||
# "temp" folder for that platform (as defined by java)
|
||||
# but this can be used to set a specific file in case of problems
|
||||
#build.path=build
|
||||
|
||||
# By default, no sketches currently open
|
||||
last.sketch.count=0
|
||||
|
||||
|
||||
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
||||
# by default, check the processing server for any updates
|
||||
# (please avoid disabling, this also helps us know basic numbers
|
||||
# on how many people are using Processing)
|
||||
update.check = true
|
||||
|
||||
# on windows, automatically associate .pde files with processing.exe
|
||||
platform.auto_file_type_associations = true
|
||||
|
||||
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
||||
# GUI - Scaling, edit this to scale to higher dots-per-inch displays
|
||||
# "auto" means autodetect.
|
||||
gui.scale=auto
|
||||
#gui.scale=200
|
||||
|
||||
# default size for the main window
|
||||
editor.window.width.default = 500
|
||||
editor.window.height.default = 600
|
||||
|
||||
editor.window.width.min = 400
|
||||
editor.window.height.min = 290
|
||||
|
||||
# the following commented out to better support netbooks
|
||||
# http://code.google.com/p/arduino/issues/detail?id=52
|
||||
#editor.window.height.min = 500
|
||||
# tested as approx 440 on OS X
|
||||
#editor.window.height.min.macosx = 450
|
||||
# tested to be 515 on Windows XP, this leaves some room
|
||||
#editor.window.height.min.windows = 530
|
||||
|
||||
# Enable code folding
|
||||
editor.code_folding=false
|
||||
|
||||
# font size for editor
|
||||
editor.font=Monospaced,plain,12
|
||||
# Monaco is nicer on Mac OS X, so use that explicitly
|
||||
editor.font.macosx = Monaco,plain,12
|
||||
|
||||
# anti-aliased text, turned on by default
|
||||
editor.antialias=true
|
||||
|
||||
# color to be used for background when 'external editor' enabled
|
||||
editor.external=false
|
||||
|
||||
# caret blinking
|
||||
editor.caret.blink=true
|
||||
|
||||
# area that's not in use by the text (replaced with tildes)
|
||||
editor.invalid=false
|
||||
|
||||
# show line numbers in editor
|
||||
editor.linenumbers = false
|
||||
|
||||
# enable ctrl-ins, shift-ins, shift-delete for cut/copy/paste
|
||||
# on windows and linux, but disable on the mac
|
||||
editor.keys.alternative_cut_copy_paste = true
|
||||
editor.keys.alternative_cut_copy_paste.macosx = false
|
||||
|
||||
# true if shift-backspace sends the delete character,
|
||||
# false if shift-backspace just means backspace
|
||||
editor.keys.shift_backspace_is_delete = true
|
||||
|
||||
# if set to true, home/end keys will go to the start/end of current line
|
||||
editor.keys.home_and_end_beginning_end_of_doc = false
|
||||
|
||||
console = true
|
||||
console.output.file = stdout.txt
|
||||
console.error.file = stderr.txt
|
||||
console.lines = 4
|
||||
|
||||
# set to false to disable automatically clearing the console
|
||||
# each time 'run' is hit
|
||||
console.auto_clear = true
|
||||
|
||||
# set the maximum number of lines remembered by the console
|
||||
# the default is 500, lengthen at your own peril
|
||||
console.length = 500
|
||||
|
||||
# convert tabs to spaces? how many spaces?
|
||||
editor.tabs.expand = true
|
||||
editor.tabs.size = 2
|
||||
|
||||
# automatically indent each line
|
||||
editor.indent = true
|
||||
|
||||
# enable/disable auto-close of curly brace
|
||||
editor.auto_close_braces = true
|
||||
|
||||
# size of divider between editing area and the console
|
||||
editor.divider.size = 0
|
||||
# the larger divider on windows is ugly with the little arrows
|
||||
# this makes it large enough to see (mouse changes) and use,
|
||||
# but keeps it from being annoyingly obtrusive
|
||||
editor.divider.size.windows = 2
|
||||
|
||||
# automatically save sketch when verifying or uploading
|
||||
editor.save_on_verify = true
|
||||
|
||||
# any additional java options when running externally
|
||||
# (for applets that are run external to the environment...
|
||||
# those with a code folder, or using any libraries)
|
||||
# if you hose this and can't run things, it's your own durn fault
|
||||
run.options =
|
||||
|
||||
# settings for the -XmsNNNm and -XmxNNNm command line option
|
||||
run.options.memory = false
|
||||
run.options.memory.initial = 64
|
||||
run.options.memory.maximum = 256
|
||||
|
||||
# example of increasing the memory size for applets run externally
|
||||
#run.options = -Xms128m -Xmx1024m
|
||||
|
||||
# index of the default display to use for present mode
|
||||
# (this setting not yet completely implemented)
|
||||
run.display = 1
|
||||
|
||||
# set internally
|
||||
#run.window.bgcolor=
|
||||
|
||||
# set to false to open a new untitled window when closing the last window
|
||||
# (otherwise, the environment will quit)
|
||||
# default to the relative norm for the different platforms,
|
||||
# but the setting can be changed in the prefs dialog anyway
|
||||
#sketchbook.closing_last_window_quits = true
|
||||
#sketchbook.closing_last_window_quits.macosx = false
|
||||
|
||||
|
||||
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
||||
#history.recording = true
|
||||
|
||||
# for advanced users, enable option to export a library
|
||||
#export.library = false
|
||||
|
||||
# which platforms to export by default
|
||||
export.application.platform.windows = true
|
||||
export.application.platform.macosx = true
|
||||
export.application.platform.linux = true
|
||||
|
||||
# whether or not to export as full screen (present) mode
|
||||
export.application.fullscreen = false
|
||||
|
||||
# whether to show the stop button when exporting to application
|
||||
export.application.stop = true
|
||||
|
||||
# false will place all exported files into a single .jar
|
||||
export.applet.separate_jar_files = false
|
||||
|
||||
# set to false to no longer delete applet or application folders before export
|
||||
export.delete_target_folder = true
|
||||
|
||||
# may be useful when attempting to debug the preprocessor
|
||||
preproc.save_build_files=false
|
||||
|
||||
# allows various preprocessor features to be toggled
|
||||
# in case they are causing problems
|
||||
|
||||
# preprocessor: pde.g
|
||||
preproc.color_datatype = true
|
||||
preproc.web_colors = true
|
||||
preproc.enhanced_casting = true
|
||||
|
||||
# preprocessor: PdeEmitter.java
|
||||
preproc.substitute_floats = true
|
||||
#preproc.substitute_image = false
|
||||
#preproc.substitute_font = false
|
||||
|
||||
# auto-convert non-ascii chars to unicode escape sequences
|
||||
preproc.substitute_unicode = true
|
||||
|
||||
# PdePreproc.java
|
||||
# writes out the parse tree as parseTree.xml, which can be usefully
|
||||
# viewed in (at least) Mozilla or IE. useful when debugging the preprocessor.
|
||||
preproc.output_parse_tree = false
|
||||
|
||||
# Changed after 1.0.9 to a new name, and also includes the specific entries
|
||||
preproc.imports.list = java.applet.*,java.awt.Dimension,java.awt.Frame,java.awt.event.MouseEvent,java.awt.event.KeyEvent,java.awt.event.FocusEvent,java.awt.Image,java.io.*,java.net.*,java.text.*,java.util.*,java.util.zip.*,java.util.regex.*
|
||||
|
||||
# set the browser to be used on linux
|
||||
browser.linux = mozilla
|
||||
|
||||
# set to the program to be used for launching apps on linux
|
||||
#launcher.linux = xdg-open
|
||||
|
||||
# FULL SCREEN (PRESENT MODE)
|
||||
run.present.bgcolor = #666666
|
||||
run.present.stop.color = #cccccc
|
||||
# starting in release 0159, don't use full screen exclusive anymore
|
||||
run.present.exclusive = false
|
||||
# use this by default to hide the menu bar and dock on osx
|
||||
run.present.exclusive.macosx = true
|
||||
|
||||
# ARDUINO PREFERENCES
|
||||
target_package = arduino
|
||||
target_platform = avr
|
||||
board = uno
|
||||
software=ARDUINO
|
||||
# Warn when data segment uses greater than this percentage
|
||||
build.warn_data_percentage = 75
|
||||
|
||||
programmer = arduino:avrispmkii
|
||||
|
||||
upload.using = bootloader
|
||||
upload.verify = true
|
||||
|
||||
# default port is not defined to prevent running AVRDUDE before Port selected (issue #7943)
|
||||
#serial.port=
|
||||
serial.databits=8
|
||||
serial.stopbits=1
|
||||
serial.parity=N
|
||||
serial.debug_rate=9600
|
||||
serial.line_ending=1
|
||||
|
||||
# I18 Preferences
|
||||
|
||||
# default chosen language (none for none)
|
||||
editor.languages.current =
|
||||
|
||||
# Disable saving of preferences.txt file (settings will not survive Arduino IDE reboot)
|
||||
preferences.readonly=false
|
||||
|
||||
# Debugging/Development Preferences
|
||||
# ---------------------------------
|
||||
|
||||
# Disable signature check on packages_index.json, use only for
|
||||
# development/debugging purposes. Do not enable in production.
|
||||
#allow_insecure_packages=true
|
Before Width: | Height: | Size: 460 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 375 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 375 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 877 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 335 B |
Before Width: | Height: | Size: 974 B |
Before Width: | Height: | Size: 382 B |
Before Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 233 B |
@ -1,78 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE RSyntaxTheme SYSTEM "theme.dtd">
|
||||
|
||||
<!--
|
||||
Dark theme based off of Notepad++'s Obsidian theme.
|
||||
See theme.dtd and org.fife.ui.rsyntaxtextarea.Theme for more information.
|
||||
-->
|
||||
<RSyntaxTheme version="1.0">
|
||||
|
||||
<!-- Omitting baseFont will use a system-appropriate monospaced. -->
|
||||
<!--<baseFont family="..." size="13"/>-->
|
||||
|
||||
<!-- General editor colors. -->
|
||||
<background color="293134"/>
|
||||
<caret color="c1cbc2"/>
|
||||
<selection useFG="false" bg="404E51" roundedEdges="false"/>
|
||||
<currentLineHighlight color="2F393C" fade="false"/>
|
||||
<marginLine fg="394448"/>
|
||||
<markAllHighlight color="6b8189"/> <!-- TODO: Fix me -->
|
||||
<markOccurrencesHighlight color="5b7179" border="false"/>
|
||||
<matchedBracket fg="6A8088" bg="6b8189" highlightBoth="false" animate="false"/>
|
||||
<hyperlinks fg="a082bd"/>
|
||||
<secondaryLanguages>
|
||||
<language index="1" bg="333344"/>
|
||||
<language index="2" bg="223322"/>
|
||||
<language index="3" bg="332222"/>
|
||||
</secondaryLanguages>
|
||||
|
||||
<!-- Gutter styling. -->
|
||||
<gutterBorder color="81969A"/>
|
||||
<lineNumbers fg="81969A"/>
|
||||
<foldIndicator fg="6A8088" iconBg="2f383c"/>
|
||||
<iconRowHeader activeLineRange="3399ff"/>
|
||||
|
||||
<!-- Syntax tokens. -->
|
||||
<tokenStyles>
|
||||
<style token="IDENTIFIER" fg="E0E2E4"/>
|
||||
<style token="RESERVED_WORD" fg="93C763" bold="true"/>
|
||||
<style token="RESERVED_WORD_2" fg="93C763" bold="true"/>
|
||||
<style token="ANNOTATION" fg="E8E2B7"/>
|
||||
<style token="COMMENT_DOCUMENTATION" fg="6C788C"/>
|
||||
<style token="COMMENT_EOL" fg="66747B"/>
|
||||
<style token="COMMENT_MULTILINE" fg="66747B"/>
|
||||
<style token="COMMENT_KEYWORD" fg="ae9fbf"/>
|
||||
<style token="COMMENT_MARKUP" fg="ae9fbf"/>
|
||||
<style token="FUNCTION" fg="E0E2E4"/>
|
||||
<style token="DATA_TYPE" fg="678CB1" bold="true"/>
|
||||
<style token="LITERAL_BOOLEAN" fg="93C763" bold="true"/>
|
||||
<style token="LITERAL_NUMBER_DECIMAL_INT" fg="FFCD22"/>
|
||||
<style token="LITERAL_NUMBER_FLOAT" fg="FFCD22"/>
|
||||
<style token="LITERAL_NUMBER_HEXADECIMAL" fg="FFCD22"/>
|
||||
<style token="LITERAL_STRING_DOUBLE_QUOTE" fg="EC7600"/>
|
||||
<style token="LITERAL_CHAR" fg="EC7600"/>
|
||||
<style token="LITERAL_BACKQUOTE" fg="EC7600"/>
|
||||
<style token="MARKUP_TAG_DELIMITER" fg="678CB1"/>
|
||||
<style token="MARKUP_TAG_NAME" fg="ABBFD3" bold="true"/>
|
||||
<style token="MARKUP_TAG_ATTRIBUTE" fg="B3B689"/>
|
||||
<style token="MARKUP_TAG_ATTRIBUTE_VALUE" fg="e1e2cf"/>
|
||||
<style token="MARKUP_COMMENT" fg="66747B"/>
|
||||
<style token="MARKUP_DTD" fg="A082BD"/>
|
||||
<style token="MARKUP_PROCESSING_INSTRUCTION" fg="A082BD"/>
|
||||
<style token="MARKUP_CDATA" fg="d5e6f0"/>
|
||||
<style token="MARKUP_CDATA_DELIMITER" fg="ae9fbf"/>
|
||||
<style token="MARKUP_ENTITY_REFERENCE" fg="678CB1"/>
|
||||
<style token="OPERATOR" fg="E8E2B7"/>
|
||||
<style token="PREPROCESSOR" fg="A082BD"/>
|
||||
<style token="REGEX" fg="d39745"/>
|
||||
<style token="SEPARATOR" fg="E8E2B7"/>
|
||||
<style token="VARIABLE" fg="ae9fbf" bold="true"/>
|
||||
<style token="WHITESPACE" fg="E0E2E4"/>
|
||||
|
||||
<style token="ERROR_IDENTIFIER" fg="E0E2E4" bg="04790e"/>
|
||||
<style token="ERROR_NUMBER_FORMAT" fg="E0E2E4" bg="04790e"/>
|
||||
<style token="ERROR_STRING_DOUBLE" fg="E0E2E4" bg="04790e"/>
|
||||
<style token="ERROR_CHAR" fg="E0E2E4" bg="04790e"/>
|
||||
</tokenStyles>
|
||||
|
||||
</RSyntaxTheme>
|
@ -1,69 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE RSyntaxTheme SYSTEM "theme.dtd">
|
||||
|
||||
<!--
|
||||
RSyntaxTextArea's default theme.
|
||||
See theme.dtd and org.fife.ui.rsyntaxtextarea.Theme for more information.
|
||||
-->
|
||||
<RSyntaxTheme version="1.0">
|
||||
|
||||
<!-- Omitting baseFont will use a system-appropriate monospaced. -->
|
||||
<!--<baseFont family="..." size="13"/>-->
|
||||
|
||||
<!-- General editor colors. -->
|
||||
<background color="ffffff"/>
|
||||
<caret color="424242"/>
|
||||
<selection fg="ffffff" bg="4a90d9" />
|
||||
<currentLineHighlight color="ffffaa" fade="false"/>
|
||||
<marginLine fg="b0b4b9"/>
|
||||
<markAllHighlight color="ffc800"/>
|
||||
<markOccurrencesHighlight color="d4d4d4" border="false"/>
|
||||
<matchedBracket fg="000080" bg="ffffff" highlightBoth="false" animate="false"/>
|
||||
<hyperlinks fg="0000ff"/>
|
||||
<secondaryLanguages>
|
||||
<language index="1" bg="fff0cc"/>
|
||||
<language index="2" bg="dafeda"/>
|
||||
<language index="3" bg="ffe0f0"/>
|
||||
</secondaryLanguages>
|
||||
|
||||
<!-- Gutter styling. -->
|
||||
<gutterBorder color="dddddd"/>
|
||||
<lineNumbers fg="787878"/>
|
||||
<foldIndicator fg="808080" iconBg="ffffff"/>
|
||||
<iconRowHeader activeLineRange="3399ff"/>
|
||||
|
||||
<!-- Syntax tokens. -->
|
||||
<tokenStyles>
|
||||
<style token="IDENTIFIER" fg="000000"/>
|
||||
<style token="DATA_TYPE" fg="008080" bold="true"/>
|
||||
<style token="FUNCTION" fg="cc6600"/>
|
||||
<style token="VARIABLE" fg="cc6600" bold="true"/>
|
||||
<style token="RESERVED_WORD" fg="024f8b" bold="true"/>
|
||||
<style token="RESERVED_WORD_2" fg="008080" bold="false"/>
|
||||
<style token="PREPROCESSOR" fg="000000" bold="false"/>
|
||||
|
||||
<style token="ANNOTATION" fg="808080"/>
|
||||
<style token="COMMENT_DOCUMENTATION" fg="7e7e7e"/>
|
||||
<style token="COMMENT_EOL" fg="7e7e7e"/>
|
||||
<style token="COMMENT_MULTILINE" fg="7e7e7e"/>
|
||||
<style token="COMMENT_KEYWORD" fg="7F9FBF" bold="true"/>
|
||||
<style token="COMMENT_MARKUP" fg="7f7f9f"/>
|
||||
<style token="LITERAL_BOOLEAN" fg="000000" bold="false"/>
|
||||
<style token="LITERAL_NUMBER_DECIMAL_INT" fg="000000"/>
|
||||
<style token="LITERAL_NUMBER_FLOAT" fg="000000"/>
|
||||
<style token="LITERAL_NUMBER_HEXADECIMAL" fg="000000"/>
|
||||
<style token="LITERAL_STRING_DOUBLE_QUOTE" fg="006699"/>
|
||||
<style token="LITERAL_CHAR" fg="006699"/>
|
||||
<style token="LITERAL_BACKQUOTE" fg="000000"/>
|
||||
|
||||
<style token="OPERATOR" fg="804040"/>
|
||||
<style token="REGEX" fg="008040"/>
|
||||
<style token="SEPARATOR" fg="000000" />
|
||||
<style token="WHITESPACE" fg="000000"/>
|
||||
<style token="ERROR_IDENTIFIER" fg="000000" />
|
||||
<style token="ERROR_NUMBER_FORMAT" fg="000000" />
|
||||
<style token="ERROR_STRING_DOUBLE" fg="000000" />
|
||||
<style token="ERROR_CHAR" fg="000000" />
|
||||
</tokenStyles>
|
||||
|
||||
</RSyntaxTheme>
|
Before Width: | Height: | Size: 291 B |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 211 B |
Before Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 325 B |
Before Width: | Height: | Size: 279 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 301 B |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 223 B |
Before Width: | Height: | Size: 291 B |
Before Width: | Height: | Size: 1.9 KiB |