LoginSignup
0
0

More than 5 years have passed since last update.

Raspberry Pi > editor > geany > Cの実装に使ってみる

Last updated at Posted at 2018-03-01
Raspberry Pi 2 Model B (以下RPi)
Raspbian Jessie
Python 2.7.9

RPiにおいてSublime Textを使おうとしていた。

https://forum.sublimetext.com/t/sublime-text-for-raspberry-pi-3-with-rasbian-os/21066/11
を見ていると

OdatNurd Jun 2016
Raspberry Pi's (even the 3) run on ARM processors and per this thread (and this response from jps in that thread) , ARM support is not likely.

状況が変わっているかもしれないが、他のエディタとしてgeanyが紹介されている。

以下でインストールができた。

$ sudo apt-get install geany
  • C言語のソースに関して、idleで実装していた時と比べてsyntax highlightingが使える
    • 読みやすくなった
  • FunctionsやMacrosのリストも表示され、使いやすいかもしれない
  • ショートカットは「Ctrl+Sで保存」など使い慣れたものである
  • Compileで.oファイルの生成
  • Buildで実行ファイルの生成
  • 他のエディタによるファイル編集後、ファイルのリロードは自動で行われない
    • タブでそのファイルを選択時、リロードの確認ダイアログが表示される
  • 文字列を選択時のCtrl+cとCtrl+vは一般的な「上書き」になる
    • 一方で、IDLEにおいては「挿入」になる
  • ヘッダでインクルードした関数の入力補完機能がある
    • コーディングに便利
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0