Sublime Forum

Sublime Text 3, The Search for the lost Semicolon Key

#1

After today, after the latest update 3011, i dont longer can use the SEMICOLON key.

please fix this (i’m a PHP developer… i can’t live without SEMICOLON) :stuck_out_tongue:

thanks

0 Likes

#2

it’s working fine for me brother

0 Likes

#3

it’s starting to get really anoying…

cannot put semicolons inside php classes

0 Likes

#4

had this once with the dot ‘.’
check your key bindings - search for semicolons in the default and any packages’ key binding settings and you might find it was bound to do something other than typing you a semicolon

0 Likes

#5

Try this: sublimetext.com/docs/3/revert.html

0 Likes

#6

I’m getting this errors in the console:

startup, version: 3012 osx x64 channel: stable
executable: /Applications/Sublime Text.app/Contents/MacOS/Sublime Text
working dir: /
packages path: /Users/narven/Library/Application Support/Sublime Text 3/Packages
state path: /Users/narven/Library/Application Support/Sublime Text 3/Local
hardware concurrency: 4
zip path: /Applications/Sublime Text.app/Contents/MacOS/Packages
zip path: /Users/narven/Library/Application Support/Sublime Text 3/Installed Packages
resources scanned
found 5 files for base name Default.sublime-keymap
found 1 files for base name Default.sublime-mousemap
found 3 files for base name Main.sublime-menu
loading bindings
loading pointer bindings
found 1 files for base name Default.sublime-theme
theme loaded
app ready
pre session restore time: 4.86777
using gamma: 2 (err: 6.9282)
first paint time: 5.11274
startup cache, total files: 151 cache hits: 151
startup time: 5.12182
launching: /Applications/Sublime Text.app/Contents/MacOS/plugin_host
reloading plugin Default.block
reloading plugin Default.comment
reloading plugin Default.copy_path
reloading plugin Default.delete_word
reloading plugin Default.detect_indentation
reloading plugin Default.duplicate_line
reloading plugin Default.echo
reloading plugin Default.exec
loaded 837 snippets
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.indentation
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_file_settings
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.swap_line
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.trim_trailing_white_space
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin Alignment.Alignment
Traceback (most recent call last):
File “/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py”, line 70, in reload_plugin
m = importlib.import_module(modulename)
File “X/importlib/init.py”, line 88, in import_module
File “”, line 1577, in _gcd_import
File “”, line 1558, in _find_and_load
File “”, line 1525, in _find_and_load_unlocked
File “”, line 586, in _check_name_wrapper
File “”, line 1023, in load_module
File “”, line 1004, in load_module
File “”, line 562, in module_for_loader_wrapper
File “”, line 869, in _load_module
File “”, line 313, in _call_with_frames_removed
File “/Users/narven/Library/Application Support/Sublime Text 3/Packages/Alignment/Alignment.py”, line 10, in
indentation = import(‘indentation’)
ImportError: No module named ‘indentation’
reloading plugin Package Control.Package Control
reloading plugin VAlign.valign
plugins loaded
Package Control: Skipping automatic upgrade, last run at 2013-02-11 21:49:04, next run at 2013-02-11 22:49:04 or after

0 Likes