Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue#20 : Scroll to the latest log using the edit command. #48

Open
wants to merge 13 commits into
base: societyserver-devel
Choose a base branch
from

Conversation

ajinkya007
Copy link
Member

The golden ratio script used in the program is updated to it's latest version.
Also the editor is opened using sudo command so as to access the vim scrips in the /usr/local/lib/steam/tools directory.
The files are opened using the vim command:
vim -S script -c edit filename1|sp filename2
Only one buffer is accessible at a time. In order to switch the buffer to log buffer the command is CTRL+Ww. Enter this command directly without entering the vim terminal using :.
The log buffer would be accessible, can be edited and scrolled down to the latest log message.

ajinkya007 and others added 13 commits May 30, 2016 21:28
…-shell.pike

These changes have been made by Siddhant for solving the issue's societyserver#34 and societyserver#38
Added VisTeam.pike and changes in applauncher.pike and steam-shell.vim
The :* register is supported by the Vim which has +clipboard enabled in it. Vim needs to be installed using vim-gnome
…mmand does not exit abruptly after calling the edit command inside it.
…ted successfully.

The Stdout of the process to get the contents of a file was not read. An alternative way to do so was found and updated.
@ajinkya007
Copy link
Member Author

Support for multiple multiple tabs is also added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant