Turbo -> Robut

This commit is contained in:
Adrian Malacoda
2016-09-25 04:02:15 -05:00
parent 871b2cfc11
commit 02492c8d83
286 changed files with 1000 additions and 999 deletions

View File

@@ -1,14 +1,15 @@
/* /*
* Copyright (C) 2016 Adrian Malacoda
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
@@ -26,11 +27,11 @@ android {
buildToolsVersion '22.0.1' buildToolsVersion '22.0.1'
defaultConfig { defaultConfig {
applicationId "com.maskyn.fileeditorpro" applicationId "net.monarchpass.android.robuteditor"
minSdkVersion 11 minSdkVersion 11
targetSdkVersion 22 targetSdkVersion 22
versionCode 47 versionCode 48
versionName "1.19" versionName "1.20"
} }
compileOptions { compileOptions {

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
# #
# Copyright (C) 2014 Vlad Mihalachi # Copyright (C) 2014 Vlad Mihalachi
# #
# This file is part of Turbo Editor. # This file is part of Robut Editor.
# #
# Turbo Editor is free software: you can redistribute it and/or modify # Robut Editor is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or # the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version. # (at your option) any later version.
# #
# Turbo Editor is distributed in the hope that it will be useful, # Robut Editor is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of # but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
/* /*
* Copyright (C) 2014 Vlad Mihalachi * Copyright (C) 2014 Vlad Mihalachi
* *
* This file is part of Turbo Editor. * This file is part of Robut Editor.
* *
* Turbo Editor is free software: you can redistribute it and/or modify * Robut Editor is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* Turbo Editor is distributed in the hope that it will be useful, * Robut Editor is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?><!-- <?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?><!-- <?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -2,14 +2,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.
@@ -73,7 +73,7 @@
</changelogversion> </changelogversion>
<changelogversion versionName="1.13" changeDate="Oct 25, 2014"> <changelogversion versionName="1.13" changeDate="Oct 25, 2014">
<changelogtext>Turbo Editor is a free and open source app. Now you can show your appreciation and support development by donating :)</changelogtext> <changelogtext>Robut Editor is a free and open source app. Now you can show your appreciation and support development by donating :)</changelogtext>
<changelogtext>New visual changes to make the app more "Material"</changelogtext> <changelogtext>New visual changes to make the app more "Material"</changelogtext>
<changelogtext>New save dialog when you are about to close a file</changelogtext> <changelogtext>New save dialog when you are about to close a file</changelogtext>
<changelogtext>Many enchantments and fixes</changelogtext> <changelogtext>Many enchantments and fixes</changelogtext>
@@ -86,7 +86,7 @@
<changelogversion versionName="1.11" changeDate="Sep 30, 2014"> <changelogversion versionName="1.11" changeDate="Sep 30, 2014">
<changelogtext>[b]New! [/b]Important improvements to the syntax highlight</changelogtext> <changelogtext>[b]New! [/b]Important improvements to the syntax highlight</changelogtext>
<changelogtext>[b]New! [/b]Donation option in the about screen. Help to make Turbo Editor a better software! :)</changelogtext> <changelogtext>[b]New! [/b]Donation option in the about screen. Help to make Robut Editor a better software! :)</changelogtext>
<changelogtext>[b]New! [/b]Setting to disable the "page system"</changelogtext> <changelogtext>[b]New! [/b]Setting to disable the "page system"</changelogtext>
<changelogtext>[b]New! [/b]Setting to ignore the back button</changelogtext> <changelogtext>[b]New! [/b]Setting to ignore the back button</changelogtext>
<changelogtext>Fixed an issue related to cut/copy/past buttons</changelogtext> <changelogtext>Fixed an issue related to cut/copy/past buttons</changelogtext>
@@ -103,7 +103,7 @@
<changelogtext>[b]New! [/b]Create empty files with just one click</changelogtext> <changelogtext>[b]New! [/b]Create empty files with just one click</changelogtext>
<changelogtext>[b]New! [/b]Read only mode</changelogtext> <changelogtext>[b]New! [/b]Read only mode</changelogtext>
<changelogtext>[b]New! [/b]Autosave function, to save files when the app loses focus</changelogtext> <changelogtext>[b]New! [/b]Autosave function, to save files when the app loses focus</changelogtext>
<changelogtext>[b]New! [/b]Share the text from other apps to Turbo Editor</changelogtext> <changelogtext>[b]New! [/b]Share the text from other apps to Robut Editor</changelogtext>
<changelogtext>[b]New! [/b]Style changes</changelogtext> <changelogtext>[b]New! [/b]Style changes</changelogtext>
<changelogtext>Other enchantments and fixs</changelogtext> <changelogtext>Other enchantments and fixs</changelogtext>
</changelogversion> </changelogversion>

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.
@@ -61,7 +61,7 @@
<string name="codifica">Encoding</string> <string name="codifica">Encoding</string>
<string name="condividi">Share</string> <string name="condividi">Share</string>
<string name="info">Info</string> <string name="info">Info</string>
<string name="nome_app_turbo_editor">Turbo Editor</string> <string name="nome_app_turbo_editor">Robut Editor</string>
<string name="preferenze">Preferences</string> <string name="preferenze">Preferences</string>
<string name="salva">Save</string> <string name="salva">Save</string>
<string name="save_as">Save as</string> <string name="save_as">Save as</string>

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.
@@ -22,7 +22,7 @@
<string name="close">Close</string> <string name="close">Close</string>
<string name="about_action">About</string> <string name="about_action">About</string>
<string name="about_message"><![CDATA[ <string name="about_message"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor">open source</a> app. Robut Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor">open source</a> app.
Copyright 2013-2014 <a href="https://plus.google.com/+VladMihalachi">Vlad Mihalachi</a>. All Rights Reserved.<br/> Copyright 2013-2014 <a href="https://plus.google.com/+VladMihalachi">Vlad Mihalachi</a>. All Rights Reserved.<br/>
<br/> <br/>
Many thanks to all who Many thanks to all who

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.
@@ -22,7 +22,7 @@
<string name="donation_action">Donate</string> <string name="donation_action">Donate</string>
<string name="donation_title">Donate to developer</string> <string name="donation_title">Donate to developer</string>
<string name="donation_info"><![CDATA[ <string name="donation_info"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor/">open source</a> app. Robut Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor/">open source</a> app.
You can show your appreciation and support development by donating: You can show your appreciation and support development by donating:
]]></string> ]]></string>
<string name="donation_item_bought">You\'ve donated for this item already.</string> <string name="donation_item_bought">You\'ve donated for this item already.</string>

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.
@@ -22,7 +22,7 @@
<string name="close">Close</string> <string name="close">Close</string>
<string name="about_action">About</string> <string name="about_action">About</string>
<string name="about_message"><![CDATA[ <string name="about_message"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor">open source</a> app. Robut Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor">open source</a> app.
Copyright 2013-2014 <a href="https://plus.google.com/+VladMihalachi">Vlad Mihalachi</a>. All Rights Reserved.<br/> Copyright 2013-2014 <a href="https://plus.google.com/+VladMihalachi">Vlad Mihalachi</a>. All Rights Reserved.<br/>
<br/> <br/>
Many thanks to all who Many thanks to all who

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.
@@ -22,7 +22,7 @@
<string name="donation_action">Donate</string> <string name="donation_action">Donate</string>
<string name="donation_title">Donate to developer</string> <string name="donation_title">Donate to developer</string>
<string name="donation_info"><![CDATA[ <string name="donation_info"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor/">open source</a> app. Robut Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor/">open source</a> app.
You can show your appreciation and support development by donating: You can show your appreciation and support development by donating:
]]></string> ]]></string>
<string name="donation_item_bought">You\'ve donated for this item already.</string> <string name="donation_item_bought">You\'ve donated for this item already.</string>

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.
@@ -61,7 +61,7 @@
<string name="codifica">Encoding</string> <string name="codifica">Encoding</string>
<string name="condividi">Share</string> <string name="condividi">Share</string>
<string name="info">Info</string> <string name="info">Info</string>
<string name="nome_app_turbo_editor">Turbo Editor</string> <string name="nome_app_turbo_editor">Robut Editor</string>
<string name="preferenze">Preferences</string> <string name="preferenze">Preferences</string>
<string name="salva">Save</string> <string name="salva">Save</string>
<string name="save_as">Save as</string> <string name="save_as">Save as</string>

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.
@@ -22,7 +22,7 @@
<string name="close">Close</string> <string name="close">Close</string>
<string name="about_action">About</string> <string name="about_action">About</string>
<string name="about_message"><![CDATA[ <string name="about_message"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor">open source</a> app. Robut Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor">open source</a> app.
Copyright 2013-2014 <a href="https://plus.google.com/+VladMihalachi">Vlad Mihalachi</a>. All Rights Reserved.<br/> Copyright 2013-2014 <a href="https://plus.google.com/+VladMihalachi">Vlad Mihalachi</a>. All Rights Reserved.<br/>
<br/> <br/>
Many thanks to all who Many thanks to all who

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.
@@ -22,7 +22,7 @@
<string name="donation_action">Donate</string> <string name="donation_action">Donate</string>
<string name="donation_title">Donate to developer</string> <string name="donation_title">Donate to developer</string>
<string name="donation_info"><![CDATA[ <string name="donation_info"><![CDATA[
Turbo Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor/">open source</a> app. Robut Editor is a free and <a href="http://github.com/vmihalachi/turbo-editor/">open source</a> app.
You can show your appreciation and support development by donating: You can show your appreciation and support development by donating:
]]></string> ]]></string>
<string name="donation_item_bought">You\'ve donated for this item already.</string> <string name="donation_item_bought">You\'ve donated for this item already.</string>

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.

View File

@@ -3,14 +3,14 @@
<!-- <!--
~ Copyright (C) 2014 Vlad Mihalachi ~ Copyright (C) 2014 Vlad Mihalachi
~ ~
~ This file is part of Turbo Editor. ~ This file is part of Robut Editor.
~ ~
~ Turbo Editor is free software: you can redistribute it and/or modify ~ Robut Editor is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by ~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or ~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version. ~ (at your option) any later version.
~ ~
~ Turbo Editor is distributed in the hope that it will be useful, ~ Robut Editor is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details. ~ GNU General Public License for more details.
@@ -61,7 +61,7 @@
<string name="codifica">Encoding</string> <string name="codifica">Encoding</string>
<string name="condividi">Share</string> <string name="condividi">Share</string>
<string name="info">Info</string> <string name="info">Info</string>
<string name="nome_app_turbo_editor">Turbo Editor</string> <string name="nome_app_turbo_editor">Robut Editor</string>
<string name="preferenze">Preferences</string> <string name="preferenze">Preferences</string>
<string name="salva">Save</string> <string name="salva">Save</string>
<string name="save_as">Save as</string> <string name="save_as">Save as</string>

Some files were not shown because too many files have changed in this diff Show More