set following properties in 'about:config'
browser.urlbar.trimURLs;false
browser.urlbar.unifiedcomplete;false
publishing { | |
repositories.each {repo-> | |
println("repo: ${repo.url}") | |
} | |
} | |
allprojects{ | |
afterEvaluate { | |
println(">>") | |
project.publishing.publications.each{publication-> |
-- ~/.textadept/find.lua | |
-- Fill the find field with the current buffer selection | |
-- | |
-- Thanks to Mitchell and Niklas W from [email protected] | |
keys.cf = function() | |
local s = buffer.selection_start | |
local e = buffer.selection_end | |
if s ~= e then |