mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 23:59:22 +03:00
📝 Mention centering behavior
This commit is contained in:
parent
1d7861677a
commit
cad2c9c7af
@ -56,6 +56,9 @@ class Atom
|
|||||||
|
|
||||||
# Public: Set the dimensions of the window.
|
# Public: Set the dimensions of the window.
|
||||||
#
|
#
|
||||||
|
# The window will be centered if either the x or y coordinate is not set
|
||||||
|
# in the dimensions parameter.
|
||||||
|
#
|
||||||
# * dimensions:
|
# * dimensions:
|
||||||
# + x:
|
# + x:
|
||||||
# The new x coordinate.
|
# The new x coordinate.
|
||||||
@ -114,7 +117,6 @@ class Atom
|
|||||||
isPackageActive: (args...) -> @packages.isPackageActive(args...)
|
isPackageActive: (args...) -> @packages.isPackageActive(args...)
|
||||||
getActivePackages: (args...) -> @packages.getActivePackages(args...)
|
getActivePackages: (args...) -> @packages.getActivePackages(args...)
|
||||||
loadPackages: (args...) -> @packages.loadPackages(args...)
|
loadPackages: (args...) -> @packages.loadPackages(args...)
|
||||||
|
|
||||||
loadPackage: (args...) -> @packages.loadPackage(args...)
|
loadPackage: (args...) -> @packages.loadPackage(args...)
|
||||||
unloadPackage: (args...) -> @packages.unloadPackage(args...)
|
unloadPackage: (args...) -> @packages.unloadPackage(args...)
|
||||||
resolvePackagePath: (args...) -> @packages.resolvePackagePath(args...)
|
resolvePackagePath: (args...) -> @packages.resolvePackagePath(args...)
|
||||||
|
Loading…
Reference in New Issue
Block a user