daeks
a18582269b
add single click for filemanager
2013-08-02 10:51:32 +02:00
MrChang1
9564313e39
Missing Right Sidebar Trigger in the settings menu
...
Missing Right Sidebar Trigger in the settings menu.
2013-06-15 12:25:57 +02:00
MrChang1
259b52bd56
Update dialog.php
...
I modified the php for translation purposes only.
2013-06-09 14:37:51 +02:00
Danny Morabito
8bb805de45
:P
2013-06-05 16:43:49 +02:00
Danny Morabito
5a7d30d7ab
Update init.js
2013-06-05 16:26:29 +02:00
Danny Morabito
d4a50f28d5
Update dialog.php
2013-06-05 17:26:17 +03:00
Danny Morabito
3e0cd25d8b
:P Softtab was in the text :P
2013-06-05 17:02:43 +03:00
Danny Morabito
56f6b6625d
set init.js
2013-06-05 15:05:11 +02:00
Danny Morabito
07c2643c96
Set Dialog.php
2013-06-05 15:57:09 +03:00
Danny Morabito
c483349854
Update init.js
2013-06-05 14:43:35 +02:00
Danny Morabito
2a7e2caa28
Update dialog.php
2013-06-05 14:39:25 +02:00
Danny Morabito
989b07b70a
Update init.js
2013-06-05 15:36:01 +03:00
fluidbyte
c06626c264
Misc cleanup of editor settings and extensions UX
2013-05-27 17:29:28 +00:00
Christian von Arnim
93daef0d81
rename folder and variables
2013-05-18 10:33:02 +02:00
Christian von Arnim
cb0791ece8
restructure code and redesign the dialog
2013-05-17 20:32:13 +02:00
Christian von Arnim
e7b5ecf167
Remove debug message on startup and JS warnings
...
removed the "Extensions loaded" message and many warnings in
editor/init.js (missing semicolon/ used before initialised)
2013-05-17 14:10:00 +02:00
Christian von Arnim
9991285d49
Add FileExtensionTextMode plugin
...
a plugin to customize the join of file extension and the text mode.
also add an API to the editor for this.
2013-05-17 12:38:37 +02:00
daeks
12e2e10b32
added missing textmodes
2013-04-27 11:40:15 +02:00
daeks
5f4e93f5ad
fix for split
2013-04-25 20:34:47 +02:00
daeks
150990defd
missed diff mode
2013-04-23 16:32:22 +02:00
daeks
bb4dd75f01
added perl
2013-04-17 11:07:31 +02:00
daeks
b24ae91414
removed mushcode_high_rules
2013-04-17 10:55:30 +02:00
daeks
771571e1b7
added new modes
2013-04-17 10:51:04 +02:00
daeks
29cbc04a2b
added new unused extentsions
2013-04-17 10:51:03 +02:00
daeks
6da2a10569
added new themes
2013-04-17 10:50:56 +02:00
daeks
62b2e1a599
ace build 04.09.2013
2013-04-17 10:50:55 +02:00
Christian von Arnim
5191ae9b5d
Fixed HTML Syntax Error
2013-04-05 15:40:40 +02:00
daeks
1025389b93
merged config.php to be in common.php
2013-04-03 12:04:08 +02:00
daeks
b7ad5fbb85
themes
2013-04-01 12:20:17 +02:00
Crystark
c595e1bb4f
Add phtml to supported php file extensions
...
phtml is the current standard for ZF2 views
2013-03-30 11:48:04 +01:00
tablatronix
f8626c128c
fixes #194
2013-03-23 08:58:59 -05:00
Florent Galland
ae5046f852
Call editor.focus even for split screen. Closes #176 . Feel free to re-open if needed.
2013-03-04 23:01:56 +01:00
Flolagale
5c2550ffd8
Assign c_cpp mode to *.hpp files. Closes #150
2013-01-29 17:08:11 +01:00
Christian Henke
f4db5db610
Added setting for right sidebar open trigger (hover vs. click)
2013-01-27 01:18:08 +01:00
Flolagale
f5d9c04b34
Assign c_cpp mode to *.h files.
2013-01-22 10:52:19 +01:00
Danny Morabito
7bca8ec7ab
Replace lang() with i18n()
2013-01-11 10:45:08 +01:00
Verdier
bf003355a6
Merge branch master.
2012-12-20 09:59:49 +01:00
Lorefnon
b8fab8a468
Add coffeescript support
2012-12-20 13:28:57 +05:30
Lorefnon
6f855587ac
Minor code cleanup
2012-12-19 22:14:21 +05:30
Lorefnon
bed8a31801
Fix an obscure bug causing a redudant replica to be created for the first session opened.
...
A proxySession instance would always be created for the first file opened causing codiad.editor.instances[0].session
and codiad.sessions[codiad.editor.instances[0].session.path] to be two different session objects which are obviously
not in sync.
2012-12-19 21:19:36 +05:30
Florent Galland
0769d5b466
Populate with basic suggestions.
2012-12-10 22:48:09 -05:00
Florent Galland
0ac1888f31
Ctrl+Space opens a popover. Might need to change of popover plugin.
2012-12-09 23:26:56 -05:00
Florent Galland
e0bec0eb28
Fix save file just after opening bug.
2012-12-09 16:28:39 -05:00
Florent Galland
dc1d855e8c
Fix vertical/horizontal split bug.
2012-12-06 22:04:33 -05:00
Florent Galland
c9859a9978
Add root-editor-wrapper and improve tabs colors
...
Adding a wrapper makes more sense. Now the editor-region is really 100%
high. Need to fix the editor-top-bar paddings.
2012-12-02 21:02:11 +01:00
root
4bf71ca232
Add bar at the bottom of the editor
2012-12-01 20:14:38 +01:00
Fluidbyte
e89c07aa04
Slight modifications to UI
2012-11-30 09:00:34 -08:00
tablatronix
3d686bed50
Bug fixes for renames and rewrites for modeselect
...
Fixed errors with renaming active files.
scope changes for setmodedisplay, some fixes for text mode selection.
Fixed display when closing file, and auto switching to another type.
Hooked in renames to mode display.
2012-11-29 16:27:01 -06:00
tablatronix
901dd510c1
Added mode switcher, refactored splitter
...
Aded mode switching
Refactored a common menu method for splitter and mode menu.
2012-11-28 16:53:03 -06:00
tablatronix
3b599c7052
add mode to footer
2012-11-27 16:06:06 -06:00