Code Monkey home page Code Monkey logo

older-version-of-exvim's People

Contributors

jwu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

older-version-of-exvim's Issues

分屏有bug, 定位会出错

现在的分屏貌似有bug,我用的版本是git上最新的版本(2周前),假如我:vs分成两个窗口,然后定位在右边窗口,shift alt i打开一个新文件,则文件被打开在左边的竖窗口。如果在右边的竖窗口再次:split,然后定位到右下角的窗口,shit alt i 打开文件,则文件被打开在右上角。

[BUG]win32 platform, can't create the quickgen_project_post/pre bat file

Hi JWu,
In win32 platform, exDev-8.05 beta2 package can't create the quickgen_project_post/pre bat file, the pwd is not correct when execute the following code:

                   " open exProject window
                  if exists( 'g:exES_Project' )
                     silent exec g:exES_project_cmd.' '.g:exES_Project
                     silent exec 'ExpjUpdateFilters'
                  endif
I think it should be the root directory of project, but it really is .vimfiles.{projectname} dir. So I think it should redirect to the root dir of project after executing "exES_UpdateEnvironment" function.

PS: wonderful scripts, very powerful.

Thanks,

roy-hawk
email: [email protected]

Working with XCode

Here has a nice document: http://www.kunli.info/2010/09/19/xcode-vim-integration/

” update the :make command to tell Xcode to build
set makeprg=osascript\ -e\ \”tell\ application\ \\\”Xcode\\\”\”\ -e\ \”build\”\ -e\ \”end\ tell\”

function! XcodeClean()
silent execute ‘:!osascript -e “tell application \”Xcode\”" -e “Clean” -e “end tell”‘
endfunction
command! -complete=command XcodeClean call XcodeClean()

function! XcodeDebug()
silent execute ‘!osascript -e “tell application \”Xcode\”" -e “Debug” -e “end tell”‘
endfunction
command! -complete=command XcodeDebug call XcodeDebug()

” Command-K cleans the project
:noremap :XcodeClean
” Command-Return Starts the program in the debugger
:noremap :XcodeDebug

Refine window manage codes in exVim.

The new exVim window manage script should have these features:

  • Register the plugin window.
  • Toggle window correctly.
  • Work correctly with other plugin (recognize them by pre-registry when initializing).
  • Work correctly with split edit-window.
  • Can restore layout from last edit.
  • Can switch between different layout.

The color cannot be defined in .vimrc

I tried to define the color of exMacroDisable in the ex_CustomHighlight function which is in the .vimrc, but it works wrong. the color definition always uses the value which is defined in the exUtility.vim

使用 exVIM ,gVIM 窗体无法正常展示

我原先是使用普通的gVIM的,可以正常使用。卸载了原先的gVIM,安装上exVIM后,exVIM中的窗体无法正常显示(症状是,只有上面的标题栏,无窗体;点击最大化按钮后,窗体无内容,只有一片窗体的默认淡灰色)。

我重新安装的普通gVIM后,将exVIM的.vimrc覆盖普通的,窗体也无法正常显示,相信这应该是由于一些配置引起的。

请分析并解决一下,谢谢!

hope exvim support Vundle

vundle[https://github.com/gmarik/vundle] is a mordern pkg manager for vim.

a good pkg set is spdf13[https://github.com/spf13/spf13-vim]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.