Daniel Hengeveld
3b6d55dbbb
document api search and sorting
2014-11-06 09:49:15 -08:00
Kevin Sawicki
945345b0c7
📝 Update documentation styleguide
2014-10-29 11:59:25 -07:00
Kevin Sawicki
6576ec5cde
Merge pull request #3987 from atom/ks-encodings
...
Add support for changing editor encoding
2014-10-29 11:58:31 -07:00
Kevin Sawicki
ce8143f8e6
Add TextEditor::onDidChangeEncoding spec
2014-10-29 11:33:01 -07:00
Kevin Sawicki
e993175205
💄
2014-10-29 11:33:01 -07:00
Kevin Sawicki
4242ac0911
🔨 Add jschardet license override
2014-10-29 11:33:01 -07:00
Kevin Sawicki
f22e741a9b
Bundle encoding-selector package
2014-10-29 11:33:01 -07:00
Kevin Sawicki
a41b582032
⬆️ text-buffer@3.4
2014-10-29 11:33:01 -07:00
Kevin Sawicki
a24279d0b9
⬆️ pathwatcher@2.3.2
2014-10-29 11:33:01 -07:00
Kevin Sawicki
5985175b07
📝 Fix typo
2014-10-29 11:33:01 -07:00
Kevin Sawicki
d2ef888f22
Add TextEditor::onDidChangeEncoding
2014-10-29 11:33:01 -07:00
Kevin Sawicki
35925ed349
Add encoding getter and setter
2014-10-29 11:33:01 -07:00
Kevin Sawicki
490ec1aac7
⬆️ pathwatcher@2.3.1
2014-10-29 11:33:01 -07:00
Kevin Sawicki
25eea7d19b
Remove TextEditor::setEncoding
2014-10-29 11:33:01 -07:00
Kevin Sawicki
4c9e71770a
Add initial TextEditor::setEncoding
2014-10-29 11:33:00 -07:00
Kevin Sawicki
4032d96b13
⬆️ image-view@0.40
2014-10-29 11:32:49 -07:00
Kevin Sawicki
c5aa3eb441
⬆️ image-view@0.39
2014-10-29 11:27:55 -07:00
Kevin Sawicki
68bb765304
⬆️ settings-view@0.154
2014-10-29 11:03:58 -07:00
Kevin Sawicki
bd7996e071
Remove open profile
2014-10-29 10:55:46 -07:00
Kevin Sawicki
1eaba0cb52
⬆️ fuzzy-finder@0.60
2014-10-29 10:36:09 -07:00
Kevin Sawicki
0c590d6170
Load CoffeeScript when using a custom resource path
...
Load CoffeeScript early whenever the resource path a subdirectory
from process.resourcesPath
Close #3993
2014-10-29 10:21:23 -07:00
Kevin Sawicki
3df72ec173
⬆️ apm@0.109
2014-10-29 09:51:59 -07:00
Kevin Sawicki
1456bf0d91
📝 runnung -> running
2014-10-29 09:01:18 -07:00
Kevin Sawicki
edec6b9b0a
🐎 Use cached pair character information
...
Tokenized lines break out atomic tokens so trust the hasPairCharacter
value on the token instead of rechecking it.
2014-10-28 18:15:13 -07:00
Kevin Sawicki
9abc4580f4
Don't recompute pair boolean when building token
...
Pass in hasPairedCharacter to the Token constructor when it is
being broken out from the parent token instead of recomputing it.
2014-10-28 18:15:13 -07:00
Nathan Sobo
54260230c6
⬆️ git-diff to prevent updating diffs on destroyed editors
2014-10-28 19:08:30 -06:00
Kevin Sawicki
9bd11fc2f7
Merge pull request #3989 from Bengt/patch-1
...
Add initial instructions to build rpm from sources, ...
2014-10-28 17:10:22 -07:00
Bengt Lüers
81586d22f4
Add initial instructions to build rpm from sources, add packaging dependency for Fedora
2014-10-29 01:09:21 +01:00
Kevin Sawicki
dc824485aa
Pass character codes around in TextUtils
...
Previously the character codes were looked up for each type of character pair.
2014-10-28 16:55:36 -07:00
Kevin Sawicki
d1fcfabf0b
Move comment above module.exports
...
Make it parseable by donna
Refs atom/donna#2
2014-10-28 16:20:11 -07:00
Nathan Sobo
ea8a3a78da
Don’t hide pane items that are already hidden
2014-10-28 11:23:35 -06:00
Kevin Sawicki
62f5d0f7f3
⬆️ go-to-line@0.26
2014-10-27 16:18:21 -07:00
Kevin Sawicki
b3f4d03a82
Add Red Hat install instructions
...
0.140 include an .rpm file on the releases page and this adds back
the install text added by @ardeshirj in #3797
2014-10-27 16:08:21 -07:00
Kevin Sawicki
c2d51858b1
⬆️ markdown-preview@0.107
2014-10-27 15:25:14 -07:00
Kevin Sawicki
a5bca03a46
Prepare 0.141
2014-10-27 15:12:44 -07:00
Nathan Sobo
02d20e3155
Call legacy SpacePen remove hooks before unmounting TextEditorComponent
v0.140.0
2014-10-27 15:29:59 -06:00
Nathan Sobo
2910e017bb
Unmount TextEditorComponent when TextEditor is destroyed
...
We don’t want to do it when the element is detached because it might
be caused by moving the editor rather than destroying it. Unmounting
the component entirely and then remounting it causes the hidden input
to not be recycled, interfering with focus restoration. Watching for
destruction of the model is a good way to ensure we always tear down
the view at the right time without doing it prematurely.
2014-10-27 15:12:30 -06:00
Kevin Sawicki
248e164de2
⬆️ language-ruby@0.41
2014-10-27 13:31:16 -07:00
Nathan Sobo
4d796f614c
Update Tokenized/DisplayBuffer prior to TextBuffer::onDidChange handlers
...
Fixes #3789
2014-10-27 13:56:23 -06:00
Kevin Sawicki
a8be05bb3b
Clear focused window property on window closed
...
Closes #3806
2014-10-27 11:30:41 -07:00
Kevin Sawicki
101904e261
Upgrade to bracket-matcher@0.62
2014-10-27 11:15:53 -07:00
Nathan Sobo
c0622e8bb5
⬆️ language-coffee-script to fix jasmine snippet quotes
2014-10-27 11:55:24 -06:00
Kevin Sawicki
ce5b755438
📝 Mention profile picture
2014-10-27 10:45:15 -07:00
Nathan Sobo
86781e6f9a
Assign pane container before emitting onDidAddPane events
...
Fixes #3972
2014-10-27 11:39:42 -06:00
Kevin Sawicki
a7f4a5b08e
⬆️ markdown-preview@0.106
2014-10-27 10:38:43 -07:00
Nathan Sobo
2b8167da53
Merge pull request #3974 from atom/ns-throw-on-destroyed-editors
...
Throw on non-release builds if translating positions on destroyed editor
2014-10-27 11:32:48 -06:00
Kevin Sawicki
bb0ee8a78b
⬆️ atom-dark-syntax@0.20
2014-10-27 09:42:54 -07:00
Kevin Sawicki
d1115d4c7c
⬆️ atom-light-syntax@0.21
2014-10-27 09:40:31 -07:00
Kevin Sawicki
a71d7115bf
⬆️ language-sass@0.24
2014-10-27 09:37:27 -07:00
Kevin Sawicki
af14a26625
Merge pull request #3965 from brunetton/master
...
📝 fix TextEditor::delete() doc
2014-10-27 09:13:04 -07:00