我没关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. ASP.NET Core 中的配置

    目录 以键-值对的形式读取配置 多环境配置 读取结构化的配置数据 参考 .NET Core 定义配置的方式不同于之前 NET 版本,之前是依赖于 System.Configuration 的 app. ...

  2. 通过 Docker Compose 组合 ASP NET Core 和 SQL Server

    目录 Docker Compose 简介 安装 WebApi 项目 创建项目 编写Dockfile Web MVC 项目 创建项目 编写Dockfile 编写 docker-compose.yml文件 ...

  3. WP的万能小应用时钟表

    哎,只能说现在是越来越不行了,已经近一年没写C#的代码了,我居然隐隐有看不懂自己代码的趋势了,真伤! 我突然想起当年寒假里面为了,准备微软创新杯大赛所做的一些小应用,哈哈,于是我就拿出来显摆一下喽! ...

  4. [译]用R语言做挖掘数据《五》

    介绍 一.实验说明 1. 环境登录 无需密码自动登录,系统用户名shiyanlou,密码shiyanlou 2. 环境介绍 本实验环境采用带桌面的Ubuntu Linux环境,实验中会用到程序: 1. ...

  5. js格式化文件大小,单位:Bytes、KB、MB、GB

    原文出自:https://blog.csdn.net/seesun2012 // 格式化文件大小 function renderSize(value){ if(null==value||value== ...

  6. xsl 和xml transform方法的调用

    xsl 和xml生成html,兼容多个浏览器 <html> <head> <meta charset="UTF-8"/> </head&g ...

  7. C#Json数据类型

    引用所对应框架的类库文件,下载地址:http://json.codeplex.com/ 在一般处理程序axhx中: 引用的命名空间: using System.IO;using Newtonsoft. ...

  8. java虚拟机的内存机制

    我们都知道,java程序的跨平台性离不开java虚拟机,虚拟机隔绝了底层操作系统,使得java程序可以直接运行在虚拟机之上.所以,对java的学习,离不开对java虚拟机的学习与了解.下面简单整理下j ...

  9. CentOS添加SSH登录提示

    前言 使用阿里云服务器的应该都注意到每次ssh登录后都能看见类似下面这样的欢迎语: Last login:xxxxxxxxxxxxx Welcome to Alibaba Cloud Elastic ...

  10. Oracle SQL developer 连接 MySQL 数据库安装配置

    1. 下载 JDBC driver for MySQL 下载链接: https://dev.mysql.com/downloads/connector/j/ 下载成功后,解压缩,得到 mysql jd ...