我没关si的情况下强制关机导致的

Source InSight context 窗口丢失的解决办法

(2010-09-03 13:35:45)

   

今天早晨改改CLI,上了趟WC,回来发现不知道谁给我弄的,把context 窗口搞没了。我在菜单里面找了半天,也没找到类似视图之类的东西,害的我要看函数,必须jump到函数定义那里,看完再退回来。
就像这样

上网搜了一下,结果只发现一个英语的文档。

Q: My Context Window disappeared and I can’t get it back.

A: This may be caused by a corrupted configuration
file.

You will have to restart Source Insight
without your configuration file.

Run Source Insight, and select Options > Save
Configuration. Check to box at the top that says “All settings”.
Click the Save button.
Note the directory where the Save dialog box
opens.  This is the directory where your
configuration file is normally stored. It will probably be in a
folder such as “My Documents\Source Insight\Settings”. Just cancel
the dialog without saving.
Exit Source Insight.
Go to the folder found in step#2 above, and find the file called
GLOBAL.CF3.
Rename GLOBAL.CF3 to something like OLD.CF3
Run Source Insight again.  All options should be
back to the defaults.
Select Options > Load
Configuration.  Clear the top check box and turn
on all the lower checkboxes except for “Display and
Windows”.   Press the Load button
and select OLD.CF3 to load. This will load all your other settings,
except for the positions of the windows.
After loading OLD.CF3 (minus the “windows” settings), your Context
Window should be back.  We’re sorry for the
inconvenience.

Q:我的context 窗口不见了,而且我找不回来。……翻译的好烂

A:发生这种情况,是应为Source
InSight的配置文件损坏了。如果需要解决这个问题,请在没有配置文件的情况下,重新启动Source InSight。

1.Run Source Insight, and select Options > Save
Configuration. Check to box at the top that says “All settings”.
Click the Save button.
运行Source Insight,在options中选择configuration。选中新窗口顶部的“All
settings”,然后点击save按钮。

2.Note the directory where the Save dialog box
opens.  This is the directory where your
configuration file is normally stored. It will probably be in a
folder such as “My Documents\Source Insight\Settings”. Just cancel
the dialog without saving.
Exit Source Insight.
记住打开的保存对话框的位置,这个位置就是你通常存放配置文件的地方。比如,My Documents\Source
Insight\Settings。然后退出Source Insight。

3.Go to the folder found in step#2 above, and find the file called
GLOBAL.CF3.
Rename GLOBAL.CF3 to something like OLD.CF3
进入step#2中的文件夹,里面有一个名为GLOBAL.CF3的文件,把他改名成为OLD.CF3

4.Run Source Insight again.  All options should be
back to the defaults.
Select Options > Load
Configuration.  Clear the top check box and turn
on all the lower checkboxes except for “Display and
Windows”.   Press the Load button
and select OLD.CF3 to load. This will load all your other settings,
except for the positions of the windows.
重启Source Insight。这时候,所有的设置应当便会默认的,选择options中的load
configuration.点击load,然后选择OLD.CF3,点击载入。这一步将会载入出去窗口设置以外的所有设置。

5.After loading OLD.CF3 (minus the “windows” settings), your
Context Window should be back.  We’re sorry for
the inconvenience.
在导入OLD.FC3后,Context Window就会出现。对此我们深表歉意。

Source InSight context 窗口丢失的解决办法的更多相关文章

  1. Source Insight 4 中文乱码的解决办法(source insight 3.5 及以下版本就到其他地方看看吧)

    干货:Source Insight 4 中文乱码的解决办法(source insight 3.5 及以下版本就到其他地方看看吧) [解决办法]: 菜单栏中[File]->[Reload As E ...

  2. Source Insight 中文注释为乱码解决办法(完美解决,一键搞定)

    我从网上查了一堆解决办法,但是都是2017年以前的解决方案,并且都是针对于source insight 3.5及以下版本的,目前SI软件版本都到4.0了,应该有新方法出现了. ------------ ...

  3. Asp.Net保存session的三种方法 (Dll文件更新导致session丢失的解决办法)

    1. InProc模式(默认值):asp.net将session保存到当前进程中,这种方式最快,但是不能多台服务器共享session,且会话状态数据容易丢失. <sessionState mod ...

  4. 在IE浏览器中iframe跨域访问cookie/session丢失的解决办法

    单点登录需要在需要进入的子系统B中添加一个类,用于接收A系统传过来的参数: @Action(value = "outerLogin", results = { @Result(na ...

  5. source insight 中文注释为乱码解决

    1. source insight 中文注释为乱码解决 http://blog.csdn.net/bingfeng1210/article/details/7527059 2. Source Insi ...

  6. Session丢失的解决办法小结

    最近在做ASP.NET项目时,测试网站老是取不出Session中的值,在网上搜索了一下,找到一些解决方法,记录在这里.最后使用存储在StateServer中的办法解决了问题. SessionState ...

  7. Source insight 3572版本安装及An invalid source insight serial number was detected解决方法

    Source insight有最新版3572.3.50.0076 下载连接:http://www.sourceinsight.com/down35.html,   http://www.sourcei ...

  8. OA系统出现窗口拦截的解决办法

    我们使用oa时候,有时候会出现“你打开了窗口拦截功能”.如图 出现窗口被拦截主要有三种情况,分别是IE浏览器本身拦截功能.第三方插件(如百度工具栏.搜搜工具栏.谷歌工具栏等).第三方浏览器拦截功能(如 ...

  9. WAMPServer安装关于MSVCR110.dll丢失的解决办法

    安装完成后出现如下提示: 解决办法 请参阅:计算机中丢失 msvcr110.dll 怎么办 为了防止原地址失效,下面简单说下原地址的内容: 到  http://www.microsoft.com/zh ...

随机推荐

  1. Ubuntu18.0.4配置Hadoop1.2.1环境

    在虚拟机中安装Linux,我这里选用VMware虚拟机:Linux版本是Ubuntu VMware安装Ubuntu这里就不做说明了,网上有很多教程 1.安装jdk apt install openjd ...

  2. webstorm软件小技巧

    1.使用tab可以方便的生成代码片段 调出setting,搜索live template 在javascrpt 模板线面点击"+" 添加一个模板 fun 模板内容如下 functi ...

  3. 报错The VMware Authorization Service is not running

    今天上linux课程的时候,开启虚拟机报错: The VMware Authorization Service is not running 解决方案里面各种提供: 1.以管理员身份运行虚拟机,治标不 ...

  4. Angular2-三种样式封装策略的区别

    Angular2有三种样式封装方式,分别是None.Native.Emulated. 可用元数据“encapsulation”配置,配置方式如下: encapsulation: ViewEncapsu ...

  5. mklink /d 目录符号链接

    刚装好Windows Live Writer,却发现日志保存路径是默认的改都没法改,在C:\Users\用户名\Documents\My Weblog Posts下. 找了下,竟然可以用cmd的mkl ...

  6. Metronic 对话 chat

    http://keenthemes.com/preview/metronic/theme/admin_1/index.html: jquery让滚动条默认在最底部:$('#content').scro ...

  7. jquery 获取 tagName(JQuery如何得到tagName?)

    在javascript中要取得tagName十分简单,但在jQuery中官方文档却没有记载,在一通百度和谷歌之后,尝试了不少所谓秘技,都不能正确得到,经过自己的验证,终于找到了方法,于是记录下来以备忘 ...

  8. [javaSE] IO流(管道流)

    之前我们使用io流,都是需要一个中间数组,管道流可以直接输入流对接输出流,一般和多线程配合使用,当读取流中没数据时会阻塞当前的线程,对其他线程没有影响 定义一个类Read实现Runable接口,实现r ...

  9. jquery replace方法去空格

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...

  10. MySQL:SQL进阶

    一.数据库相关理论 1.系统数据库 information_schema: 虚拟库,不占用磁盘空间,存储的是数据库启动后的一些参数,如用户表信息.列信息.权限信息.字符信息等performance_s ...